LICENSE
README.md
pyproject.toml
setup.py
agentrouter/__init__.py
agentrouter/config.py
agentrouter/exceptions.py
agentrouter/types.py
agentrouter.egg-info/PKG-INFO
agentrouter.egg-info/SOURCES.txt
agentrouter.egg-info/dependency_links.txt
agentrouter.egg-info/entry_points.txt
agentrouter.egg-info/not-zip-safe
agentrouter.egg-info/requires.txt
agentrouter.egg-info/top_level.txt
agentrouter/agents/__init__.py
agentrouter/agents/base.py
agentrouter/agents/manager.py
agentrouter/agents/worker.py
agentrouter/api/__init__.py
agentrouter/api/base.py
agentrouter/api/plan_api.py
agentrouter/api/tool_call_api.py
agentrouter/api/utility_api.py
agentrouter/plugins/__init__.py
agentrouter/plugins/base.py
agentrouter/plugins/registry.py
agentrouter/tools/__init__.py
agentrouter/tools/decorator.py
agentrouter/tools/executor.py
agentrouter/tools/registry.py
agentrouter/utils/__init__.py
agentrouter/utils/error_formatter.py
agentrouter/utils/logging.py
agentrouter/utils/message_transformer.py
agentrouter/utils/openai_integration.py
agentrouter/validators/__init__.py
agentrouter/validators/format_validators.py
agentrouter/validators/message_flow.py
agentrouter/visualization/__init__.py
agentrouter/visualization/pipeline_inspector.py
agentrouter/visualization/tracer.py
agentrouter/visualization/visualizer.py
tests/test_agents.py
tests/test_parameter_isolation.py
tests/test_tools.py
tests/test_utility_api.py
tests/test_validation.py