LICENSE
README.md
pyproject.toml
benchmark/__init__.py
benchmark/__main__.py
benchmark/_util.py
benchmark/curate_subset.py
benchmark/evaluate.py
benchmark/evaluate_pending.py
benchmark/report.py
benchmark/runner.py
benchmark/tasks.py
benchmark/online/__init__.py
benchmark/online/cleanup_dummy_results.py
benchmark/online/client.py
benchmark/online/config.py
benchmark/online/db.py
benchmark/online/distribute.py
benchmark/online/migrate_to_seeds.py
benchmark/online/mirror.py
benchmark/online/publish.py
benchmark/online/rename_arm.py
benchmark/online/server.py
benchmark/online/upload_history.py
benchmark/online/upload_tracker.py
benchmark/online/validation.py
benchmark/online/static/index.html
benchmark/online/static/methodology.md
benchmark/online/static/progress.html
benchmark/online/static/register.html
benchmark/online/static/scheduling.html
kodo/__init__.py
kodo/__main__.py
kodo/advisory.py
kodo/agent.py
kodo/coach.py
kodo/debug.py
kodo/env.py
kodo/factory.py
kodo/formatting.py
kodo/log.py
kodo/models.py
kodo/summarizer.py
kodo/team_config.py
kodo/trace_upload.py
kodo/user_config.py
kodo/utils.py
kodo/viewer.html
kodo/viewer.py
kodo/cli/__init__.py
kodo/cli/_improve.py
kodo/cli/_intake.py
kodo/cli/_interactive.py
kodo/cli/_launch.py
kodo/cli/_main.py
kodo/cli/_params.py
kodo/cli/_shared.py
kodo/cli/_subcommands.py
kodo/cli/_teams_delete_pick.py
kodo/cli/_test.py
kodo/cli/_ui.py
kodo/dashboard/__init__.py
kodo/dashboard/__main__.py
kodo/dashboard/dashboard.css
kodo/dashboard/dashboard.html
kodo/dashboard/dashboard.js
kodo/dashboard/server.py
kodo/defaults/team-full.json
kodo/defaults/team-quick.json
kodo/knowledge/__init__.py
kodo/knowledge/cli.py
kodo/knowledge/convergence.py
kodo/knowledge/models.py
kodo/knowledge/orchestrator.py
kodo/knowledge/prompts.py
kodo/knowledge/sessions.py
kodo/knowledge/team_designer.py
kodo/knowledge/tools.py
kodo/orchestrators/__init__.py
kodo/orchestrators/advisor.py
kodo/orchestrators/agent_tools.py
kodo/orchestrators/api.py
kodo/orchestrators/base.py
kodo/orchestrators/claude_code.py
kodo/orchestrators/cli_base.py
kodo/orchestrators/codex_cli.py
kodo/orchestrators/cursor_cli.py
kodo/orchestrators/cycle_utils.py
kodo/orchestrators/gemini_cli.py
kodo/orchestrators/git_ops.py
kodo/orchestrators/kimi_code.py
kodo/orchestrators/mcp_server.py
kodo/orchestrators/parallel.py
kodo/orchestrators/resume.py
kodo/orchestrators/run_status.py
kodo/orchestrators/stage_planning.py
kodo/orchestrators/tools.py
kodo/orchestrators/types.py
kodo/orchestrators/verification.py
kodo/prompts/improve.py
kodo/prompts/intake.py
kodo/prompts/other.py
kodo/prompts/roles.py
kodo/prompts/test.py
kodo/sessions/__init__.py
kodo/sessions/base.py
kodo/sessions/claude.py
kodo/sessions/codex.py
kodo/sessions/cursor.py
kodo/sessions/gemini_cli.py
kodo/sessions/kimi.py
kodo/sessions/kiro.py
kodo/sessions/opencode.py
kodo_agent.egg-info/PKG-INFO
kodo_agent.egg-info/SOURCES.txt
kodo_agent.egg-info/dependency_links.txt
kodo_agent.egg-info/entry_points.txt
kodo_agent.egg-info/requires.txt
kodo_agent.egg-info/top_level.txt
tests/test_advisory.py
tests/test_advisory_e2e.py
tests/test_agent.py
tests/test_agent_notes.py
tests/test_autospec_enforcement.py
tests/test_benchmark.py
tests/test_deprecated_models.py
tests/test_git_ops.py
tests/test_hello_world_example.py
tests/test_human_steering_e2e.py
tests/test_integration_runs.py
tests/test_interactive.py
tests/test_list_runs.py
tests/test_log.py
tests/test_log_adversarial.py
tests/test_mocked_happy_path.py
tests/test_models.py
tests/test_orchestrator.py
tests/test_packaging.py
tests/test_regression.py
tests/test_resume.py
tests/test_summarizer.py
tests/test_trace_upload.py