LICENSE
README.md
pyproject.toml
setup.py
any_agent2agent/__init__.py
any_agent2agent/base.py
any_agent2agent/bedrock_tool.py
any_agent2agent/config.py
any_agent2agent/exceptions.py
any_agent2agent/factory.py
any_agent2agent/models.py
any_agent2agent/schema_adapters.py
any_agent2agent/schema_registry.py
any_agent2agent/server.py
any_agent2agent/server_detection.py
any_agent2agent.egg-info/PKG-INFO
any_agent2agent.egg-info/SOURCES.txt
any_agent2agent.egg-info/dependency_links.txt
any_agent2agent.egg-info/requires.txt
any_agent2agent.egg-info/top_level.txt
any_agent2agent/adapters/__init__.py
any_agent2agent/adapters/agent_protocol_adapter.py
tests/test_agent_protocol_adapter.py
tests/test_config.py
tests/test_factory.py
tests/test_models.py
tests/test_server.py
tests/test_server_detection.py