LICENSE
README.md
pyproject.toml
src/hugpy_agent/__init__.py
src/hugpy_agent/adapter.py
src/hugpy_agent/audit.py
src/hugpy_agent/cli.py
src/hugpy_agent/comms.py
src/hugpy_agent/config.py
src/hugpy_agent/console.py
src/hugpy_agent/eval.py
src/hugpy_agent/gateway.py
src/hugpy_agent/install.py
src/hugpy_agent/journal.py
src/hugpy_agent/loop.py
src/hugpy_agent/memory.py
src/hugpy_agent/node.py
src/hugpy_agent/policy.py
src/hugpy_agent/rag.py
src/hugpy_agent/serve.py
src/hugpy_agent/steward_eval.py
src/hugpy_agent/steward_eval_runner.py
src/hugpy_agent/steward_gate.py
src/hugpy_agent/subagent.py
src/hugpy_agent/trace.py
src/hugpy_agent.egg-info/PKG-INFO
src/hugpy_agent.egg-info/SOURCES.txt
src/hugpy_agent.egg-info/dependency_links.txt
src/hugpy_agent.egg-info/entry_points.txt
src/hugpy_agent.egg-info/requires.txt
src/hugpy_agent.egg-info/top_level.txt
src/hugpy_agent/_vendor/steward/__init__.py
src/hugpy_agent/_vendor/steward/command_bus.py
src/hugpy_agent/_vendor/steward/steward.py
src/hugpy_agent/mct/__init__.py
src/hugpy_agent/mct/__main__.py
src/hugpy_agent/mct/a_adapter.py
src/hugpy_agent/mct/a_cache.py
src/hugpy_agent/mct/access_log.py
src/hugpy_agent/mct/cache_epochs.py
src/hugpy_agent/mct/capabilities.py
src/hugpy_agent/mct/claude_adapter.py
src/hugpy_agent/mct/compaction.py
src/hugpy_agent/mct/confined_io.py
src/hugpy_agent/mct/context_builder.py
src/hugpy_agent/mct/errors.py
src/hugpy_agent/mct/evaluation.py
src/hugpy_agent/mct/excerpt.py
src/hugpy_agent/mct/fake_a.py
src/hugpy_agent/mct/fs_policy.py
src/hugpy_agent/mct/gc.py
src/hugpy_agent/mct/hardening.py
src/hugpy_agent/mct/ids.py
src/hugpy_agent/mct/ledger.py
src/hugpy_agent/mct/local_model.py
src/hugpy_agent/mct/logs.py
src/hugpy_agent/mct/mct_mcp_server.py
src/hugpy_agent/mct/metrics.py
src/hugpy_agent/mct/objects.py
src/hugpy_agent/mct/protocol.py
src/hugpy_agent/mct/pull_broker.py
src/hugpy_agent/mct/recovery.py
src/hugpy_agent/mct/renderer.py
src/hugpy_agent/mct/repl.py
src/hugpy_agent/mct/response.py
src/hugpy_agent/mct/retrieval.py
src/hugpy_agent/mct/session.py
src/hugpy_agent/mct/telemetry.py
src/hugpy_agent/mct/tokens.py
src/hugpy_agent/mct/schemas/context-v1.json
src/hugpy_agent/mct/schemas/envelope-v1.json
src/hugpy_agent/mct/schemas/event-v1.json
src/hugpy_agent/mct/schemas/pull-request-v1.json
src/hugpy_agent/mct/schemas/pull-result-v1.json
src/hugpy_agent/mct/schemas/response-v1.json
src/hugpy_agent/tools/__init__.py
src/hugpy_agent/tools/fleet.py
src/hugpy_agent/tools/fs.py
src/hugpy_agent/tools/http.py
src/hugpy_agent/tools/lean.py
src/hugpy_agent/tools/shell.py
tests/test_adapter.py
tests/test_audit.py
tests/test_brain2.py
tests/test_brains.py
tests/test_case_cli.py
tests/test_comms.py
tests/test_config.py
tests/test_console.py
tests/test_console_init.py
tests/test_eval.py
tests/test_fleet.py
tests/test_fs_jail.py
tests/test_gateway.py
tests/test_install.py
tests/test_install_bootstrap.py
tests/test_journal.py
tests/test_loop.py
tests/test_loop_guard.py
tests/test_memory.py
tests/test_node.py
tests/test_policy.py
tests/test_probe.py
tests/test_rag.py
tests/test_serve.py
tests/test_steward_eval.py
tests/test_steward_pipeline.py
tests/test_steward_runner.py
tests/test_subagent.py
tests/test_think.py
tests/test_trace.py