LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
agenspy/__init__.py
agenspy.egg-info/PKG-INFO
agenspy.egg-info/SOURCES.txt
agenspy.egg-info/dependency_links.txt
agenspy.egg-info/entry_points.txt
agenspy.egg-info/requires.txt
agenspy.egg-info/top_level.txt
agenspy/agents/__init__.py
agenspy/agents/base_agent.py
agenspy/agents/github_agent.py
agenspy/agents/multi_protocol_agent.py
agenspy/cli/__init__.py
agenspy/cli/main.py
agenspy/cli/commands/agent.py
agenspy/cli/commands/config.py
agenspy/cli/commands/demo.py
agenspy/cli/commands/help.py
agenspy/cli/commands/protocols.py
agenspy/cli/commands/server.py
agenspy/cli/commands/status.py
agenspy/cli/commands/workflow.py
agenspy/protocols/__init__.py
agenspy/protocols/base.py
agenspy/protocols/agent2agent/__init__.py
agenspy/protocols/agent2agent/client.py
agenspy/protocols/mcp/__init__.py
agenspy/protocols/mcp/client.py
agenspy/protocols/mcp/server.py
agenspy/protocols/mcp/session.py
agenspy/servers/__init__.py
agenspy/servers/github_mcp_server.py
agenspy/servers/mcp_python_server.py
agenspy/utils/__init__.py
agenspy/utils/protocol_registry.py
agenspy/utils/server_manager.py