LICENSE
README.md
pyproject.toml
src/forum/__init__.py
src/forum/actor.py
src/forum/api_executor.py
src/forum/budget.py
src/forum/chat_executor.py
src/forum/cli.py
src/forum/context.py
src/forum/control.py
src/forum/daemon.py
src/forum/dispatch.py
src/forum/engine.py
src/forum/executor.py
src/forum/hashing.py
src/forum/http_surface.py
src/forum/intent.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/report.py
src/forum/roster.py
src/forum/routing.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_budget.py
tests/test_chat_executor.py
tests/test_classifier.py
tests/test_cli.py
tests/test_context.py
tests/test_coordinator.py
tests/test_daemon.py
tests/test_dispatch.py
tests/test_engine.py
tests/test_escalation.py
tests/test_executor.py
tests/test_hashing.py
tests/test_http_surface.py
tests/test_intent.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_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_routing.py
tests/test_routing_ladder.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