LICENSE
README.md
pyproject.toml
a2a_adapter/__init__.py
a2a_adapter/adapter.py
a2a_adapter/base_adapter.py
a2a_adapter/client.py
a2a_adapter/exceptions.py
a2a_adapter/executor.py
a2a_adapter/loader.py
a2a_adapter/server.py
a2a_adapter.egg-info/PKG-INFO
a2a_adapter.egg-info/SOURCES.txt
a2a_adapter.egg-info/dependency_links.txt
a2a_adapter.egg-info/requires.txt
a2a_adapter.egg-info/top_level.txt
a2a_adapter/integrations/__init__.py
a2a_adapter/integrations/callable.py
a2a_adapter/integrations/claude_code.py
a2a_adapter/integrations/codex.py
a2a_adapter/integrations/crewai.py
a2a_adapter/integrations/hermes.py
a2a_adapter/integrations/langchain.py
a2a_adapter/integrations/langgraph.py
a2a_adapter/integrations/n8n.py
a2a_adapter/integrations/ollama.py
a2a_adapter/integrations/openclaw.py
tests/test_base_adapter.py
tests/test_callable.py
tests/test_executor.py
tests/test_hermes_result_check.py
tests/test_hermes_session_lock.py
tests/test_server.py