LICENSE
README.md
pyproject.toml
src/agentstr/__init__.py
src/agentstr/a2a.py
src/agentstr/commands.py
src/agentstr/database.py
src/agentstr/logger.py
src/agentstr/nostr_agent_server.py
src/agentstr/nostr_client.py
src/agentstr/nostr_mcp_client.py
src/agentstr/nostr_mcp_server.py
src/agentstr/nostr_rag.py
src/agentstr/nwc_relay.py
src/agentstr/relay.py
src/agentstr/relay_manager.py
src/agentstr/cli/__init__.py
src/agentstr/cli/providers.py
src/agentstr/cli/providers_aws.py
src/agentstr/cli/providers_azure.py
src/agentstr/cli/providers_gcp.py
src/agentstr/mcp/__init__.py
src/agentstr/mcp/agno.py
src/agentstr/mcp/dspy.py
src/agentstr/mcp/google.py
src/agentstr/mcp/langgraph.py
src/agentstr/mcp/openai.py
src/agentstr/mcp/pydantic.py
src/agentstr_sdk.egg-info/PKG-INFO
src/agentstr_sdk.egg-info/SOURCES.txt
src/agentstr_sdk.egg-info/dependency_links.txt
src/agentstr_sdk.egg-info/entry_points.txt
src/agentstr_sdk.egg-info/requires.txt
src/agentstr_sdk.egg-info/top_level.txt
tests/test_a2a_price_handler.py
tests/test_commands.py
tests/test_database.py
tests/test_nwc_relay.py
tests/test_relay_manager.py