README.md
pyproject.toml
agent_toolbox.egg-info/PKG-INFO
agent_toolbox.egg-info/SOURCES.txt
agent_toolbox.egg-info/dependency_links.txt
agent_toolbox.egg-info/entry_points.txt
agent_toolbox.egg-info/requires.txt
agent_toolbox.egg-info/top_level.txt
app/__init__.py
app/cli.py
app/config.py
app/dependencies.py
app/engine.py
app/examples.json
app/examples.py
app/main.py
app/models.py
app/preset_loader.py
app/providers.py
app/rate_limit.py
app/registry_adapter.py
app/presets/__init__.py
app/presets/classifier.yaml
app/presets/extractor.yaml
app/presets/meeting_notes.yaml
app/presets/summarizer.yaml
app/presets/triage.yaml
app/routers/__init__.py
app/routers/agents.py
app/routers/sessions.py
app/storage/__init__.py
app/storage/db.py
app/storage/registry_store.py
app/storage/session_store.py
tests/test_agents.py
tests/test_cli.py
tests/test_invoke.py
tests/test_presets.py
tests/test_registry.py
tests/test_sessions.py