README.md
pyproject.toml
setup.cfg
autobot_swarm.egg-info/PKG-INFO
autobot_swarm.egg-info/SOURCES.txt
autobot_swarm.egg-info/dependency_links.txt
autobot_swarm.egg-info/entry_points.txt
autobot_swarm.egg-info/requires.txt
autobot_swarm.egg-info/top_level.txt
autobots/__init__.py
autobots/__main__.py
autobots/bootstrap.py
autobots/catalog.py
autobots/cli.py
autobots/config.py
autobots/context_gen.py
autobots/selectors.py
autobots/ui.py
autobots/workspace.py
autobots/executor/__init__.py
autobots/executor/autonomy.py
autobots/executor/commands.py
autobots/executor/core.py
autobots/executor/models.py
autobots/executor/modes.py
autobots/executor/operations.py
autobots/executor/state.py
autobots/executor/validation.py
autobots/planning/__init__.py
autobots/planning/core.py
autobots/planning/models.py
autobots/planning/scanner.py
autobots/planning/synthesis.py
autobots/planning/utils.py
autobots/router/__init__.py
autobots/router/core.py
autobots/router/models.py
autobots/router/phases.py
autobots/router/planning.py
autobots/router/stages.py
autobots/router/utils.py
tests/test_bootstrap.py
tests/test_catalog.py
tests/test_cli_plan_args.py
tests/test_cli_runtime.py
tests/test_phase_10_failure_modes.py
tests/test_phase_4_execution.py
tests/test_phase_7_state.py
tests/test_phase_8_orchestration.py
tests/test_phase_9_config.py
tests/test_phase_one_docs.py
tests/test_planning.py
tests/test_router_contracts.py