.gitignore
MIT License
README.md
pyproject.toml
context_router/__init__.py
context_router/agent.py
context_router/cli.py
context_router/dispatcher.py
context_router/memory.py
context_router/meta_controller.py
context_router/runner.py
context_router/scaffold.py
context_router/tools.py
context_router/utils.py
context_router/validator.py
examples/reel-engine/retry_config.yaml
examples/reel-engine/validator.yaml
examples/sample_project/agents/backend.agent.yaml
llm_context_router.egg-info/PKG-INFO
llm_context_router.egg-info/SOURCES.txt
llm_context_router.egg-info/dependency_links.txt
llm_context_router.egg-info/entry_points.txt
llm_context_router.egg-info/requires.txt
llm_context_router.egg-info/top_level.txt
templates/retry_config.yaml
templates/validator.yaml
templates/agents/default.agent.yaml
tests/test_dispatcher.py
tests/test_meta_controller.py
tests/test_runner.py
tests/test_scaffold.py
tests/test_tools.py
tests/test_validator.py