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

Relays ModuleΒΆ

The agentstr.relays module contains classes and utilities for interacting with Nostr relays and NWC (Nostr Wallet Connect) Lightning payment relays.

Relay Submodules

  • Nostr Wallet Connect Relay
  • Relay
  • Relay Manager
Next
Nostr Wallet Connect Relay
Previous
Nostr Client
Copyright © 2025, Agentstr. All rights reserved.
Made with Sphinx and @pradyunsg's Furo