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

Agents¶

Agentstr’s agents subpackage provides classes, adapters, and utilities for exposing agentic systems over the Nostr protocol, including message streaming, tool-calling, payments, state peristence, and human-in-the-loop.

Submodules¶

  • 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

.

Next
Agentstr Agent
Previous
Module Reference
Copyright © 2025, Agentstr. All rights reserved.
Made with Sphinx and @pradyunsg's Furo
On this page
  • Agents
    • Submodules