AUTHORS.md
LICENSE
README.md
pyproject.toml
src/forum/__init__.py
src/forum/__main__.py
src/forum/actor.py
src/forum/api_executor.py
src/forum/budget.py
src/forum/campaign.py
src/forum/campaign_dispatch.py
src/forum/campaign_ingest.py
src/forum/campaign_room.py
src/forum/campaign_status.py
src/forum/chat_executor.py
src/forum/cli.py
src/forum/command_split.py
src/forum/communication_contract.py
src/forum/context.py
src/forum/context_budget.py
src/forum/context_capsule.py
src/forum/context_preflight.py
src/forum/control.py
src/forum/daemon.py
src/forum/delivery.py
src/forum/delivery_profile.py
src/forum/dispatch.py
src/forum/engine.py
src/forum/executor.py
src/forum/flagship.py
src/forum/gates.py
src/forum/hashing.py
src/forum/http_surface.py
src/forum/humanize.py
src/forum/intent.py
src/forum/lane_gaps.py
src/forum/lanes.py
src/forum/ledger.py
src/forum/llm.py
src/forum/mcp_surface.py
src/forum/message.py
src/forum/plan.py
src/forum/policy.py
src/forum/receipts.py
src/forum/report.py
src/forum/roster.py
src/forum/route_frame.py
src/forum/routing.py
src/forum/run_actions.py
src/forum/run_brief.py
src/forum/run_room.py
src/forum/runtime.py
src/forum/runtime_config.py
src/forum/runtime_descriptor.py
src/forum/runtime_inspect.py
src/forum/storage.py
src/forum/supervisor.py
src/forum/verify.py
src/forum/manifests/default-roster.toml
src/forum_engine.egg-info/PKG-INFO
src/forum_engine.egg-info/SOURCES.txt
src/forum_engine.egg-info/dependency_links.txt
src/forum_engine.egg-info/entry_points.txt
src/forum_engine.egg-info/requires.txt
src/forum_engine.egg-info/top_level.txt
tests/test_actor.py
tests/test_api_executor.py
tests/test_browser_workflow_routes.py
tests/test_budget.py
tests/test_campaign.py
tests/test_campaign_dispatch.py
tests/test_campaign_ingest.py
tests/test_campaign_room.py
tests/test_campaign_status.py
tests/test_chat_executor.py
tests/test_classifier.py
tests/test_cli.py
tests/test_cli_campaign.py
tests/test_cli_gate.py
tests/test_command_split.py
tests/test_communication_contract.py
tests/test_context.py
tests/test_context_budget.py
tests/test_context_capsule.py
tests/test_context_preflight.py
tests/test_coordinator.py
tests/test_daemon.py
tests/test_delivery.py
tests/test_delivery_profile.py
tests/test_dispatch.py
tests/test_dispatch_gate_pause.py
tests/test_dispatch_gate_reject.py
tests/test_dispatch_gate_resume.py
tests/test_engine.py
tests/test_engine_gate.py
tests/test_escalation.py
tests/test_executor.py
tests/test_flagship_cli.py
tests/test_gate_deadline.py
tests/test_gates.py
tests/test_gates_resolve.py
tests/test_hashing.py
tests/test_http_surface.py
tests/test_http_surface_gate.py
tests/test_humanize.py
tests/test_intent.py
tests/test_lane_gaps.py
tests/test_lanes.py
tests/test_ledger_chain.py
tests/test_ledger_get.py
tests/test_ledger_replay.py
tests/test_llm.py
tests/test_mcp_surface.py
tests/test_mcp_surface_gate.py
tests/test_message.py
tests/test_plan.py
tests/test_policy.py
tests/test_real_model.py
tests/test_report.py
tests/test_roster.py
tests/test_roster_default.py
tests/test_route_frame.py
tests/test_routing.py
tests/test_routing_ladder.py
tests/test_run_actions_gate.py
tests/test_run_room.py
tests/test_run_room_gate.py
tests/test_runtime.py
tests/test_runtime_config.py
tests/test_runtime_descriptor.py
tests/test_runtime_inspect.py
tests/test_storage.py
tests/test_subprocess_executor.py
tests/test_supervisor.py
tests/test_synthesizer.py
tests/test_validator.py
tests/test_verify.py
tests/test_witnessing.py