.readthedocs.yml
CONTEXT_SHARING_ARCHITECTURE.md
CONTRIBUTING.md
DOCUMENTATION.md
IMPLEMENTATION_STRATEGY.md
LICENSE
MANIFEST.in
Makefile
PRODUCTION_READINESS_GAPS.md
PUBLICATION_GUIDE.md
README.md
README_de.md
README_es.md
README_fr.md
README_ja.md
README_zh.md
RUN_UI.md
pyproject.toml
requirements.txt
setup.py
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/quickstart.rst
docs/uv-installation.rst
docs/examples/advanced.rst
docs/examples/agent_discovery.rst
docs/examples/index.rst
docs/examples/langchain.rst
docs/examples/langchain_agents.rst
docs/examples/simple.rst
docs/guides/advanced.rst
docs/guides/agent_discovery.rst
docs/guides/agent_flow.rst
docs/guides/basics.rst
docs/guides/index.rst
docs/guides/langchain.rst
docs/guides/mcp.rst
python_a2a/__init__.py
python_a2a/cli.py
python_a2a/client.py
python_a2a/exceptions.py
python_a2a/py.typed
python_a2a.egg-info/PKG-INFO
python_a2a.egg-info/SOURCES.txt
python_a2a.egg-info/dependency_links.txt
python_a2a.egg-info/entry_points.txt
python_a2a.egg-info/requires.txt
python_a2a.egg-info/top_level.txt
python_a2a/agent_flow/__init__.py
python_a2a/agent_flow/cli.py
python_a2a/agent_flow/engine/__init__.py
python_a2a/agent_flow/engine/executor.py
python_a2a/agent_flow/examples/__init__.py
python_a2a/agent_flow/models/__init__.py
python_a2a/agent_flow/models/agent.py
python_a2a/agent_flow/models/tool.py
python_a2a/agent_flow/models/workflow.py
python_a2a/agent_flow/server/__init__.py
python_a2a/agent_flow/server/agent_api.py
python_a2a/agent_flow/server/api.py
python_a2a/agent_flow/server/web.py
python_a2a/agent_flow/server/static/__init__.py
python_a2a/agent_flow/server/static/css/__init__.py
python_a2a/agent_flow/server/static/css/flow-builder.css
python_a2a/agent_flow/server/static/css/main.css
python_a2a/agent_flow/server/static/css/network-execution.css
python_a2a/agent_flow/server/static/images/__init__.py
python_a2a/agent_flow/server/static/images/favicon.ico
python_a2a/agent_flow/server/static/js/__init__.py
python_a2a/agent_flow/server/static/js/flow-builder.js
python_a2a/agent_flow/server/static/js/network-execution.js
python_a2a/agent_flow/server/static/js/simple-workflow-editor.js
python_a2a/agent_flow/server/static/js/workflow-editor.js
python_a2a/agent_flow/server/templates/404.html
python_a2a/agent_flow/server/templates/500.html
python_a2a/agent_flow/server/templates/__init__.py
python_a2a/agent_flow/server/templates/agents.html
python_a2a/agent_flow/server/templates/index.html
python_a2a/agent_flow/server/templates/tools.html
python_a2a/agent_flow/server/templates/workflows.html
python_a2a/agent_flow/storage/__init__.py
python_a2a/agent_flow/storage/workflow_storage.py
python_a2a/agent_flow/utils/__init__.py
python_a2a/agent_flow/utils/agent_manager.py
python_a2a/client/__init__.py
python_a2a/client/base.py
python_a2a/client/http.py
python_a2a/client/network.py
python_a2a/client/router.py
python_a2a/client/streaming.py
python_a2a/client/llm/__init__.py
python_a2a/client/llm/anthropic.py
python_a2a/client/llm/bedrock.py
python_a2a/client/llm/ollama.py
python_a2a/client/llm/openai.py
python_a2a/discovery/__init__.py
python_a2a/discovery/client.py
python_a2a/discovery/registry.py
python_a2a/discovery/server.py
python_a2a/docs/__init__.py
python_a2a/docs/openai.py
python_a2a/langchain/__init__.py
python_a2a/langchain/a2a.py
python_a2a/langchain/exceptions.py
python_a2a/langchain/mcp.py
python_a2a/mcp/__init__.py
python_a2a/mcp/agent.py
python_a2a/mcp/client.py
python_a2a/mcp/client_transport.py
python_a2a/mcp/clients.py
python_a2a/mcp/connection.py
python_a2a/mcp/fastmcp.py
python_a2a/mcp/integration.py
python_a2a/mcp/protocol.py
python_a2a/mcp/proxy.py
python_a2a/mcp/server.py
python_a2a/mcp/server_config.py
python_a2a/mcp/transports.py
python_a2a/mcp/providers/__init__.py
python_a2a/mcp/providers/base.py
python_a2a/mcp/providers/browserbase.py
python_a2a/mcp/providers/filesystem.py
python_a2a/mcp/providers/github.py
python_a2a/mcp/providers/playwright.py
python_a2a/mcp/providers/puppeteer.py
python_a2a/mcp/transport/__init__.py
python_a2a/mcp/transport/fastapi.py
python_a2a/models/__init__.py
python_a2a/models/agent.py
python_a2a/models/base.py
python_a2a/models/content.py
python_a2a/models/conversation.py
python_a2a/models/message.py
python_a2a/models/task.py
python_a2a/server/__init__.py
python_a2a/server/a2a_server.py
python_a2a/server/base.py
python_a2a/server/http.py
python_a2a/server/ui_templates.py
python_a2a/server/llm/__init__.py
python_a2a/server/llm/anthropic.py
python_a2a/server/llm/bedrock.py
python_a2a/server/llm/ollama.py
python_a2a/server/llm/openai.py
python_a2a/ui/__init__.py
python_a2a/ui/static/__init__.py
python_a2a/ui/static/css/__init__.py
python_a2a/ui/static/images/__init__.py
python_a2a/ui/static/js/__init__.py
python_a2a/utils/__init__.py
python_a2a/utils/conversion.py
python_a2a/utils/decorators.py
python_a2a/utils/formatting.py
python_a2a/utils/validation.py
python_a2a/workflow/__init__.py
python_a2a/workflow/flow.py
python_a2a/workflow/steps.py
tests/test_cli.py
tests/test_client.py
tests/test_discovery.py
tests/test_exceptions.py
tests/test_google_a2a_compatibility.py
tests/test_langchain.py
tests/test_mcp_client.py
tests/test_models.py
tests/test_server.py
tests/test_utils.py