Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Agentstr Docs
Light Logo Dark Logo
Agentstr Docs

Contents:

  • Installation
  • Getting Started
    • Hello World
    • Simple Agent
    • Payment Enabled Agent
    • Creating an MCP Server
    • Tool Calling Agent
    • Custom Framework Agent
  • Key Concepts
    • Agentstr Agent Framework
    • Custom Agent Frameworks
    • Commands
    • Model Context Protocol (MCP)
    • Nostr Metadata
    • Payments
    • Persistence
    • Scheduling
  • Agentstr Cookbook
  • Cloud & CI/CD
  • Module Reference
    • Agents
      • Agentstr Agent
      • Nostr Agent
      • Nostr Agent Server
      • Nostr RAG (Retrieval-Augmented Generation)
      • Agent Providers
        • Agno Agent Provider
        • DSPy Agent Provider
        • Google ADK Provider
        • LangGraph Provider
        • OpenAI Agent Provider
        • PydanticAI Agent Provider
    • Agentstr CLI
    • Commands
    • Data Models
    • Database Abstraction
      • Database Interface
      • SQLite Database Backend
      • Postgres Database Backend
    • Logging
    • MCP (Model Context Protocol)
      • Nostr MCP Client
      • Nostr MCP Server
      • MCP Providers
        • Agno MCP Provider
        • DSPy MCP Provider
        • Google MCP Provider
        • LangGraph MCP Provider
        • OpenAI MCP Provider
        • PydanticAI MCP Provider
    • Nostr Client
    • Relays Module
      • Nostr Wallet Connect Relay
      • Relay
      • Relay Manager
    • Scheduler
    • Utilities
Back to top
View this page

Module ReferenceΒΆ

The Agentstr SDK provides a powerful, modular architecture for building intelligent agents that interact over the Nostr protocol. This section dives into the core components of the SDK, offering detailed guidance for developers looking to understand and utilize the fundamental building blocks of Agentstr.

Modules

  • Agents
  • Agentstr CLI
  • Commands
  • Data Models
  • Database Abstraction
  • Logging
  • MCP (Model Context Protocol)
  • Nostr Client
  • Relays Module
  • Scheduler
  • Utilities
Next
Agents
Previous
Cloud & CI/CD
Copyright © 2025, Agentstr. All rights reserved.
Made with Sphinx and @pradyunsg's Furo