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

Agent ProvidersΒΆ

The agentstr.agents.providers submodule contains integrations for agentic frameworks. Each provider class enables the Agentstr SDK to seamlessly interact with that respective backend.

Note

Currently, only the LangGraph and Google ADK providers support streaming.

Available Providers

  • Agno Agent Provider
  • DSPy Agent Provider
  • Google ADK Provider
  • LangGraph Provider
  • OpenAI Agent Provider
  • PydanticAI Agent Provider
Next
Agno Agent Provider
Previous
Nostr RAG (Retrieval-Augmented Generation)
Copyright © 2025, Agentstr. All rights reserved.
Made with Sphinx and @pradyunsg's Furo