README.md
package-description.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/completions.py
autobots/config.py
autobots/context_budget.py
autobots/context_gen.py
autobots/costs.py
autobots/dashboard.py
autobots/diff.py
autobots/errors.py
autobots/find_endpoints.py
autobots/git_utils.py
autobots/logging.py
autobots/marketplace.py
autobots/onboarding.py
autobots/plugins.py
autobots/preflight.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/gate.py
autobots/executor/models.py
autobots/executor/modes.py
autobots/executor/operations.py
autobots/executor/plan_runner.py
autobots/executor/queue_writer.py
autobots/executor/state.py
autobots/executor/task_registry.py
autobots/executor/todo_tracker.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
autobots/skills/__init__.py
autobots/skills/cluster_prompts.py
autobots/skills/loader.py
autobots/skills/nvidia/agent-skills.md
autobots/skills/nvidia/autonomous-agent-research.md
autobots/skills/nvidia/cudaq.md
autobots/skills/nvidia/cudf.md
autobots/skills/nvidia/cuopt-optimization.md
autobots/skills/nvidia/cuopt-routing.md
autobots/skills/nvidia/dynamo-deployment.md
autobots/skills/nvidia/dynamo-router.md
autobots/skills/nvidia/holoscan.md
autobots/skills/nvidia/kubernetes-infra.md
autobots/skills/nvidia/neautomodel-recipe.md
autobots/skills/nvidia/nemotron-customize.md
autobots/skills/nvidia/rag-blueprint.md
autobots/skills/nvidia/rag-eval.md
autobots/skills/nvidia/retrieval.md
autobots/skills/nvidia/safety-policy.md
autobots/skills/nvidia/session-memory.md
autobots/skills/nvidia/skill-evolution.md
autobots/utils/__init__.py
autobots/utils/retry.py
tests/test_bootstrap.py
tests/test_catalog.py
tests/test_catalog_changes.py
tests/test_cli_plan_args.py
tests/test_cli_runtime.py
tests/test_completions.py
tests/test_config_validation.py
tests/test_context_budget.py
tests/test_context_gen.py
tests/test_costs.py
tests/test_dashboard.py
tests/test_diff_logs.py
tests/test_errors.py
tests/test_gate.py
tests/test_git_utils.py
tests/test_interrupt_handler.py
tests/test_marketplace.py
tests/test_onboarding.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_plan_readonly.py
tests/test_planning.py
tests/test_plugins.py
tests/test_preflight.py
tests/test_publish.py
tests/test_rollback.py
tests/test_router_contracts.py
tests/test_streaming.py
tests/test_task_registry.py
tests/test_todo_tracker.py