CHANGELOG.md
LICENSE
MANIFEST.in
README.md
README.zh-CN.md
SECURITY.md
pyproject.toml
docs/tool-catalog.md
docs/updates.md
docs/workspace-blueprints.md
examples/blueprints/acme-platform.toml
experiments/__init__.py
experiments/local_agent_dispatch/__init__.py
experiments/local_agent_dispatch/__main__.py
experiments/local_agent_dispatch/bounded_process.py
experiments/local_agent_dispatch/cli.py
experiments/local_agent_dispatch/context_guard.py
experiments/local_agent_dispatch/edit_workspace.py
experiments/local_agent_dispatch/errors.py
experiments/local_agent_dispatch/file_lock.py
experiments/local_agent_dispatch/fileset.py
experiments/local_agent_dispatch/gc.py
experiments/local_agent_dispatch/json_store.py
experiments/local_agent_dispatch/lease.py
experiments/local_agent_dispatch/locator_verify.py
experiments/local_agent_dispatch/panel.py
experiments/local_agent_dispatch/paths.py
experiments/local_agent_dispatch/process_identity.py
experiments/local_agent_dispatch/result_envelope.py
experiments/local_agent_dispatch/run_store.py
experiments/local_agent_dispatch/skill_render.py
experiments/local_agent_dispatch/supervisor.py
experiments/local_agent_dispatch/task_contract.py
experiments/local_agent_dispatch/adapters/__init__.py
experiments/local_agent_dispatch/adapters/base.py
experiments/local_agent_dispatch/adapters/echo.py
experiments/local_agent_dispatch/adapters/registry.py
experiments/local_agent_dispatch/adapters/subprocess_cli.py
src/dyro/__init__.py
src/dyro/__main__.py
src/dyro/audit_remote.py
src/dyro/blueprint.py
src/dyro/canonical.py
src/dyro/changesets.py
src/dyro/cli.py
src/dyro/config.py
src/dyro/errors.py
src/dyro/evidence.py
src/dyro/evidence_store.py
src/dyro/graph.py
src/dyro/home.py
src/dyro/hub.py
src/dyro/observations.py
src/dyro/onboarding.py
src/dyro/process.py
src/dyro/profile.py
src/dyro/provenance.py
src/dyro/reviews.py
src/dyro/signing.py
src/dyro/state.py
src/dyro/tasks.py
src/dyro/terminology.py
src/dyro/tooling.py
src/dyro/updates.py
src/dyro/witness.py
src/dyro/workspace.py
src/dyro.egg-info/PKG-INFO
src/dyro.egg-info/SOURCES.txt
src/dyro.egg-info/dependency_links.txt
src/dyro.egg-info/entry_points.txt
src/dyro.egg-info/requires.txt
src/dyro.egg-info/top_level.txt
src/dyro/console/__init__.py
src/dyro/console/_inspect_worker.py
src/dyro/console/assets.py
src/dyro/console/inspection.py
src/dyro/console/launcher.py
src/dyro/console/models.py
src/dyro/console/overview.py
src/dyro/console/read_model.py
src/dyro/console/redaction.py
src/dyro/console/server.py
src/dyro/console/session.py
src/dyro/console/assets/app.js
src/dyro/console/assets/index.html
src/dyro/console/assets/styles.css
src/dyro/continuation/__init__.py
src/dyro/continuation/action_journal.py
src/dyro/continuation/action_models.py
src/dyro/continuation/actions.py
src/dyro/continuation/attention.py
src/dyro/continuation/budgets.py
src/dyro/continuation/contracts.py
src/dyro/continuation/engine.py
src/dyro/continuation/models.py
src/dyro/continuation/objective_storage.py
src/dyro/continuation/owner_lease.py
src/dyro/continuation/planner.py
src/dyro/continuation/resolution.py
src/dyro/continuation/snapshot.py
src/dyro/continuation/store.py
src/dyro/continuation/supervision.py
src/dyro/continuation/triggers.py
tests/test_adversarial_remediation_dispatch.py
tests/test_blueprint.py
tests/test_canonical.py
tests/test_changesets.py
tests/test_claims.py
tests/test_cli.py
tests/test_config.py
tests/test_console_assets.py
tests/test_console_inspection.py
tests/test_console_launcher.py
tests/test_console_overview.py
tests/test_console_read_model.py
tests/test_console_server.py
tests/test_console_session.py
tests/test_continuation_actions.py
tests/test_continuation_attention.py
tests/test_continuation_budgets.py
tests/test_continuation_contracts.py
tests/test_continuation_engine.py
tests/test_continuation_resolution.py
tests/test_continuation_scheduler.py
tests/test_continuation_store.py
tests/test_continuation_supervision.py
tests/test_continuation_triggers.py
tests/test_dispatch_boundary.py
tests/test_evidence_maintenance.py
tests/test_evidence_store.py
tests/test_graph.py
tests/test_hub.py
tests/test_local_agent_dispatch.py
tests/test_local_agent_dispatch_l1_l4.py
tests/test_onboarding.py
tests/test_provenance.py
tests/test_release_metadata.py
tests/test_release_source.py
tests/test_remote_audit.py
tests/test_scheduler_snapshot.py
tests/test_signed_flow_integration.py
tests/test_signed_security.py
tests/test_signing.py
tests/test_state.py
tests/test_tasks.py
tests/test_terminology.py
tests/test_tooling.py
tests/test_typescript_interop_vector.py
tests/test_updates.py
tests/test_witness.py
tests/test_workspace.py