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/batch_contract.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/orchestration.py
experiments/local_agent_dispatch/orchestration_store.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/events.py
src/dyro/evidence.py
src/dyro/evidence_store.py
src/dyro/families.py
src/dyro/graph.py
src/dyro/home.py
src/dyro/hub.py
src/dyro/image_sidecar.py
src/dyro/instructions.py
src/dyro/observations.py
src/dyro/onboarding.py
src/dyro/peer_wave.py
src/dyro/process.py
src/dyro/profile.py
src/dyro/provenance.py
src/dyro/read_limits.py
src/dyro/reviews.py
src/dyro/signing.py
src/dyro/state.py
src/dyro/task_dispatch.py
src/dyro/tasks.py
src/dyro/terminal.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/capability/__init__.py
src/dyro/capability/cards.py
src/dyro/capability/models.py
src/dyro/capability/probe.py
src/dyro/capability/store.py
src/dyro/console/__init__.py
src/dyro/console/_inspect_worker.py
src/dyro/console/assets.py
src/dyro/console/events.py
src/dyro/console/families.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/twin.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/briefing.py
src/dyro/continuation/budgets.py
src/dyro/continuation/contracts.py
src/dyro/continuation/engine.py
src/dyro/continuation/models.py
src/dyro/continuation/next_step.py
src/dyro/continuation/objective_storage.py
src/dyro/continuation/owner_lease.py
src/dyro/continuation/planner.py
src/dyro/continuation/ready_briefing.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
src/dyro/host/__init__.py
src/dyro/host/compile.py
src/dyro/host/doctor.py
src/dyro/host/models.py
src/dyro/integrations/__init__.py
src/dyro/integrations/manager.py
src/dyro/integrations/seats.py
src/dyro/integrations/assets/__init__.py
src/dyro/integrations/assets/dyro-board/SKILL.md
src/dyro/integrations/assets/dyro-board/agents/openai.yaml
src/dyro/integrations/assets/dyro-control-plane/SKILL.md
src/dyro/integrations/assets/dyro-control-plane/agents/openai.yaml
src/dyro/integrations/assets/dyro-dispatch/SKILL.md
src/dyro/integrations/assets/dyro-dispatch/agents/openai.yaml
src/dyro/integrations/assets/dyro-executor/SKILL.md
src/dyro/integrations/assets/dyro-executor/agents/openai.yaml
src/dyro/integrations/assets/dyro-line-family/SKILL.md
src/dyro/integrations/assets/dyro-line-family/agents/openai.yaml
src/dyro/integrations/assets/dyro-review-board/SKILL.md
src/dyro/integrations/assets/dyro-review-board/agents/openai.yaml
src/dyro/integrations/assets/dyro-task-merge/SKILL.md
src/dyro/integrations/assets/dyro-task-merge/agents/openai.yaml
src/dyro/proof/__init__.py
src/dyro/proof/bundle.py
src/dyro/proof/decay.py
src/dyro/proof/derive.py
src/dyro/proof/evaluate.py
src/dyro/proof/models.py
src/dyro/proof/project.py
tests/test_adversarial_remediation_dispatch.py
tests/test_batch_contract_store.py
tests/test_blueprint.py
tests/test_bridge_catalog.py
tests/test_bridge_identity.py
tests/test_bridge_models.py
tests/test_bridge_observations.py
tests/test_bridge_plans.py
tests/test_bridge_redaction.py
tests/test_bridge_resolution.py
tests/test_bridge_skill.py
tests/test_bridge_transport.py
tests/test_bridge_zero_effects.py
tests/test_canonical.py
tests/test_capability.py
tests/test_changesets.py
tests/test_claims.py
tests/test_cli.py
tests/test_config.py
tests/test_console_artifacts.py
tests/test_console_assets.py
tests/test_console_inspection.py
tests/test_console_launcher.py
tests/test_console_operator.py
tests/test_console_overview.py
tests/test_console_read_model.py
tests/test_console_server.py
tests/test_console_session.py
tests/test_console_twin.py
tests/test_console_twin_live.py
tests/test_continuation_actions.py
tests/test_continuation_attention.py
tests/test_continuation_briefing.py
tests/test_continuation_budget_preview.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_control_plane_read_budget.py
tests/test_dispatch_boundary.py
tests/test_dispatch_cancellation.py
tests/test_events.py
tests/test_evidence_maintenance.py
tests/test_evidence_store.py
tests/test_families.py
tests/test_graph.py
tests/test_host.py
tests/test_hub.py
tests/test_image_sidecar.py
tests/test_instructions.py
tests/test_integrations.py
tests/test_local_agent_dispatch.py
tests/test_local_agent_dispatch_l1_l4.py
tests/test_local_agent_orchestration.py
tests/test_onboarding.py
tests/test_peer_wave.py
tests/test_process.py
tests/test_proof_a1_boundary.py
tests/test_proof_bundle.py
tests/test_proof_cli.py
tests/test_proof_decay.py
tests/test_proof_derive.py
tests/test_provenance.py
tests/test_readme_identity.py
tests/test_release_gates.py
tests/test_release_metadata.py
tests/test_release_source.py
tests/test_remote_audit.py
tests/test_scheduler_snapshot.py
tests/test_seats.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_terminal.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