LICENSE
README.md
pyproject.toml
arbor_agent.egg-info/PKG-INFO
arbor_agent.egg-info/SOURCES.txt
arbor_agent.egg-info/dependency_links.txt
arbor_agent.egg-info/entry_points.txt
arbor_agent.egg-info/requires.txt
arbor_agent.egg-info/top_level.txt
src/__init__.py
src/_app.py
src/dashboard.py
src/review.py
src/run.py
src/cli/__init__.py
src/cli/_autodetect.py
src/cli/_constants.py
src/cli/app.py
src/cli/branch_guard.py
src/cli/chart.py
src/cli/companion.py
src/cli/i18n.py
src/cli/post_run.py
src/cli/preflight.py
src/cli/resume_picker.py
src/cli/run_dashboard.py
src/cli/run_state.py
src/cli/style.py
src/cli/user_config.py
src/cli/commands/__init__.py
src/cli/commands/config_cmd.py
src/cli/commands/doctor_cmd.py
src/cli/commands/report_cmd.py
src/cli/commands/run.py
src/cli/commands/setup_cmd.py
src/cli/intake/__init__.py
src/cli/intake/display.py
src/cli/intake/launch_tool.py
src/cli/intake/repl.py
src/cli/intake/system_prompt.py
src/coordinator/__init__.py
src/coordinator/checkpoint.py
src/coordinator/config.py
src/coordinator/context_prune.py
src/coordinator/convergence.py
src/coordinator/hitl.py
src/coordinator/idea_tree.py
src/coordinator/main.py
src/coordinator/orchestrator.py
src/coordinator/prompts.py
src/coordinator/tools/__init__.py
src/coordinator/tools/ask_user.py
src/coordinator/tools/executor_run.py
src/coordinator/tools/git_ops.py
src/coordinator/tools/search_ctx.py
src/coordinator/tools/tree_ops.py
src/core/__init__.py
src/core/agent.py
src/core/config.py
src/core/config_cli.py
src/core/config_resolve.py
src/core/config_schema.py
src/core/context.py
src/core/experiment.py
src/core/git_artifacts.py
src/core/logging_setup.py
src/core/skill_registry.py
src/core/llm/__init__.py
src/core/llm/base.py
src/core/llm/claude.py
src/core/llm/litellm_provider.py
src/core/llm/openai_compat.py
src/core/llm/openai_responses.py
src/core/tools/__init__.py
src/core/tools/base.py
src/core/tools/bash.py
src/core/tools/executor_tool.py
src/core/tools/file_edit.py
src/core/tools/file_read.py
src/core/tools/file_write.py
src/core/tools/glob_tool.py
src/core/tools/grep.py
src/core/tools/path_guard.py
src/core/tools/run_training.py
src/core/tools/skill.py
src/core/tools/web/__init__.py
src/core/tools/web/_coerce.py
src/core/tools/web/prompts.py
src/core/tools/web/search.py
src/core/tools/web/visit.py
src/events/__init__.py
src/events/bus.py
src/events/mock.py
src/events/payloads.py
src/events/types.py
src/events/subscribers/__init__.py
src/events/subscribers/cli_logger.py
src/events/subscribers/file_logger.py
src/events/subscribers/stats_collector.py
src/executor/__init__.py
src/executor/main.py
src/executor/prompts.py
src/plugins/__init__.py
src/plugins/base.py
src/plugins/mle_kaggle.yaml
src/report/__init__.py
src/report/generator.py
src/search_agent/__init__.py
src/search_agent/agent.py
src/search_agent/main.py
src/search_agent/prompts.py
src/skills/first_principles_probe.md
src/skills/idea_drafting.md
src/webui/__init__.py
src/webui/index.html
src/webui/launcher.py
src/webui/server.py
src/webui/snapshot.py
tests/test_executor_resume.py
tests/test_executor_resume_integration.py