LICENSE
README.md
pyproject.toml
src/agent_run_supervisor/__init__.py
src/agent_run_supervisor/__main__.py
src/agent_run_supervisor/caller.py
src/agent_run_supervisor/cli.py
src/agent_run_supervisor/commands.py
src/agent_run_supervisor/event_store.py
src/agent_run_supervisor/exit_classifier.py
src/agent_run_supervisor/goal.py
src/agent_run_supervisor/live_stream.py
src/agent_run_supervisor/parser.py
src/agent_run_supervisor/policy.py
src/agent_run_supervisor/preflight.py
src/agent_run_supervisor/process_liveness.py
src/agent_run_supervisor/redaction.py
src/agent_run_supervisor/result.py
src/agent_run_supervisor/retention.py
src/agent_run_supervisor/role.py
src/agent_run_supervisor/runner.py
src/agent_run_supervisor/session.py
src/agent_run_supervisor/session_inspect.py
src/agent_run_supervisor/session_runtime.py
src/agent_run_supervisor/workspace.py
src/agent_run_supervisor.egg-info/PKG-INFO
src/agent_run_supervisor.egg-info/SOURCES.txt
src/agent_run_supervisor.egg-info/dependency_links.txt
src/agent_run_supervisor.egg-info/entry_points.txt
src/agent_run_supervisor.egg-info/requires.txt
src/agent_run_supervisor.egg-info/top_level.txt
src/agent_run_supervisor/fixtures/acpx-0.12.0/success-codex-sentinel/stdout.ndjson
src/agent_run_supervisor/hermes_caller/__init__.py
src/agent_run_supervisor/hermes_caller/events.py
src/agent_run_supervisor/hermes_caller/feishu_adapter.py
src/agent_run_supervisor/hermes_caller/hermes.py
src/agent_run_supervisor/hermes_caller/intake.py
src/agent_run_supervisor/hermes_caller/task.py
src/agent_run_supervisor/hermes_caller/verdict.py
src/agent_run_supervisor/hermes_caller/view_model.py
tests/test_caller.py
tests/test_cli_commands.py
tests/test_cli_smoke.py
tests/test_event_store.py
tests/test_exit_classifier.py
tests/test_goal.py
tests/test_live_event_stream.py
tests/test_parser.py
tests/test_parser_incremental.py
tests/test_policy.py
tests/test_preflight.py
tests/test_process_liveness.py
tests/test_redaction.py
tests/test_result_event_schema.py
tests/test_retention.py
tests/test_role.py
tests/test_runner_dry_run.py
tests/test_runner_exec.py
tests/test_session_inspect.py
tests/test_session_runtime.py
tests/test_session_store.py
tests/test_session_strategy_guard.py
tests/test_smoke_codex_acpx.py
tests/test_smoke_persistent_session.py
tests/test_static_safety_scan.py
tests/test_validate_contract_fixtures.py
tests/test_version_sync.py
tests/test_workspace_gate.py