LICENSE
README.md
pyproject.toml
src/unison/__init__.py
src/unison/a2a_debate.py
src/unison/bootstrap.py
src/unison/budget.py
src/unison/channel.py
src/unison/checkpoint.py
src/unison/cli.py
src/unison/completion.py
src/unison/context_deflate.py
src/unison/convergence.py
src/unison/event_bus.py
src/unison/finding_tracker.py
src/unison/init_wizard.py
src/unison/interfaces.py
src/unison/lock.py
src/unison/manifest.py
src/unison/observatory.py
src/unison/observer.py
src/unison/optimizer.py
src/unison/orchestrator.py
src/unison/phase_router.py
src/unison/pipeline.py
src/unison/pipeline_generator.py
src/unison/prompt_registry.py
src/unison/retry_engine.py
src/unison/reviewer_pool.py
src/unison/risk_engine.py
src/unison/schema_migrate.py
src/unison/self_heal.py
src/unison/snapshot.py
src/unison/state.py
src/unison/supervisor.py
src/unison/verdict.py
src/unison/worktree.py
src/unison/world.py
src/unison/runners/__init__.py
src/unison/runners/base.py
src/unison/runners/claude.py
src/unison/runners/codex.py
src/unison/runners/hermes.py
src/unison/runners/openclaw.py
src/unison/webui/__init__.py
src/unison/webui/server.py
src/unison_wanwuyixin.egg-info/PKG-INFO
src/unison_wanwuyixin.egg-info/SOURCES.txt
src/unison_wanwuyixin.egg-info/dependency_links.txt
src/unison_wanwuyixin.egg-info/entry_points.txt
src/unison_wanwuyixin.egg-info/requires.txt
src/unison_wanwuyixin.egg-info/top_level.txt
tests/test_a2a_debate.py
tests/test_bootstrap.py
tests/test_budget.py
tests/test_channel.py
tests/test_checkpoint.py
tests/test_cli.py
tests/test_completion.py
tests/test_context_deflate.py
tests/test_convergence.py
tests/test_custom_roles.py
tests/test_event_bus.py
tests/test_finding_tracker.py
tests/test_lock.py
tests/test_manifest.py
tests/test_moa.py
tests/test_observatory.py
tests/test_observer.py
tests/test_openclaw_runner.py
tests/test_optimizer.py
tests/test_orchestrator.py
tests/test_phase_router.py
tests/test_pipeline.py
tests/test_pipeline_generator.py
tests/test_prompt_registry.py
tests/test_retry_engine.py
tests/test_reviewer_pool.py
tests/test_risk_engine.py
tests/test_runners.py
tests/test_schema_migrate.py
tests/test_secret_masking.py
tests/test_self_heal.py
tests/test_snapshot.py
tests/test_spec_driven.py
tests/test_state.py
tests/test_supervisor.py
tests/test_verdict.py
tests/test_webui.py
tests/test_worktree.py
tests/test_world.py