LICENSE
README.md
pyproject.toml
agent_loop_guard_runtime.egg-info/PKG-INFO
agent_loop_guard_runtime.egg-info/SOURCES.txt
agent_loop_guard_runtime.egg-info/dependency_links.txt
agent_loop_guard_runtime.egg-info/entry_points.txt
agent_loop_guard_runtime.egg-info/requires.txt
agent_loop_guard_runtime.egg-info/top_level.txt
app/__init__.py
app/cli.py
app/main.py
app/api/__init__.py
app/api/admin_routes.py
app/api/anthropic_routes.py
app/api/common.py
app/api/mcp_routes.py
app/api/openai_routes.py
app/api/replay_routes.py
app/api/ui_routes.py
app/benchmark/__init__.py
app/benchmark/adapters.py
app/benchmark/dataset.py
app/benchmark/models.py
app/benchmark/runner.py
app/benchmark/scorers.py
app/benchmark/statistics.py
app/benchmark/storage.py
app/benchmark/data/starter-v1.json
app/core/config.py
app/core/demo.py
app/core/loop_detector.py
app/core/policy_engine.py
app/core/redaction.py
app/core/security.py
app/core/token_meter.py
app/db/models.py
app/db/repository.py
app/db/session.py
app/mcp/__init__.py
app/mcp/gateway.py
app/mcp/policy.py
app/mcp/stdio.py
app/mcp/presets/development.yml
app/mcp/presets/filesystem.yml
app/platform/__init__.py
app/platform/events.py
app/platform/maintenance.py
app/platform/migrations.py
app/platform/setup.py
app/platform/alembic/__init__.py
app/platform/alembic/env.py
app/platform/alembic/script.py.mako
app/platform/alembic/versions/0001_initial_schema.py
app/platform/alembic/versions/__init__.py
app/providers/__init__.py
app/providers/base.py
app/providers/mock.py
app/providers/upstream.py
app/replay/__init__.py
app/replay/costs.py
app/replay/formats.py
app/replay/sdk.py
app/sandbox/__init__.py
app/sandbox/policy.py
app/sandbox/workspace.py
app/static/styles.css
app/templates/agents.html
app/templates/base.html
app/templates/dashboard.html
app/templates/demo.html
app/templates/mcp.html
app/templates/policies.html
app/templates/replay.html
app/templates/replay_compare.html
app/templates/replay_detail.html
app/templates/session_detail.html
app/templates/sessions.html
app/templates/settings.html