LICENSE
README.md
pyproject.toml
src/agent_orchestra/__init__.py
src/agent_orchestra/py.typed
src/agent_orchestra/orchestrator/__init__.py
src/agent_orchestra/orchestrator/agent_pool.py
src/agent_orchestra/orchestrator/broker_config.py
src/agent_orchestra/orchestrator/call_broker.py
src/agent_orchestra/orchestrator/core.py
src/agent_orchestra/orchestrator/executors.py
src/agent_orchestra/orchestrator/executors_mcp.py
src/agent_orchestra/orchestrator/fs_utils.py
src/agent_orchestra/orchestrator/types.py
src/agent_orchestra/orchestrator/utils.py
src/agent_orchestra/sidecar/__init__.py
src/agent_orchestra/sidecar/client.pyi
src/agent_orchestra/sidecar/sidecar_adapter.py
src/agent_orchestra/sidecar/sidecar_agent.py
src/agent_orchestra/sidecar/sidecar_client.py
src/agent_orchestra/sidecar/sidecar_session.py
src/agent_orchestra/sidecar/stubs.pyi
src/agent_orchestra/sidecar/types.py
src/agentic_orchestra.egg-info/PKG-INFO
src/agentic_orchestra.egg-info/SOURCES.txt
src/agentic_orchestra.egg-info/dependency_links.txt
src/agentic_orchestra.egg-info/requires.txt
src/agentic_orchestra.egg-info/top_level.txt
tests/test_agent_pool.py
tests/test_broker_config.py
tests/test_call_broker.py
tests/test_part4_backward_compatibility.py
tests/test_polish_improvements.py