CHANGELOG.md
LICENSE
MANIFEST.in
README.md
cli.py
pyproject.toml
agents/__init__.py
agents/base_agent.py
agents/architect/__init__.py
agents/architect/agent.py
agents/architect/prompts.py
agents/deployer/__init__.py
agents/deployer/agent.py
agents/developer/__init__.py
agents/developer/agent.py
agents/developer/prompts.py
agents/guardian/__init__.py
agents/guardian/agent.py
agents/guardian/prompts.py
agents/humanizer/__init__.py
agents/humanizer/agent.py
agents/humanizer/prompts.py
agents/mock/__init__.py
agents/mock/agent.py
agents/protocol/__init__.py
agents/protocol/classifier.py
agents/protocol/registry.py
agents/protocol/router.py
agents/protocol/spec.py
agents/registry/builtin/architect.yaml
agents/registry/builtin/developer.yaml
agents/registry/builtin/reviewer.yaml
agents/reviewer/__init__.py
agents/reviewer/agent.py
agents/reviewer/prompts.py
agents/tester/__init__.py
agents/tester/agent.py
agents/tester/prompts.py
api/__init__.py
api/main.py
api/models/__init__.py
api/models/agent.py
api/models/project.py
api/models/task.py
api/routes/__init__.py
api/routes/agents.py
api/routes/guardrails.py
api/routes/hardware.py
api/routes/projects.py
api/websockets/__init__.py
api/websockets/manager.py
compute/__init__.py
compute/detector.py
compute/publisher.py
compute/sandbox.py
core/__init__.py
core/economist.py
core/deploy/__init__.py
core/deploy/aws_provider.py
core/deploy/base.py
core/deploy/factory.py
core/deploy/local_provider.py
core/deploy/vps_provider.py
core/generator/__init__.py
core/generator/analyzer.py
core/generator/generator.py
core/guardrails/__init__.py
core/guardrails/approval_system.py
core/guardrails/audit.py
core/guardrails/audit_logger.py
core/guardrails/code_validator.py
core/guardrails/git_manager.py
core/guardrails/hallucination_detector.py
core/guardrails/permissions.py
core/guardrails/sandbox_manager.py
core/orchestrator/__init__.py
core/orchestrator/memory_manager.py
core/orchestrator/message_bus.py
core/orchestrator/orchestrator.py
core/orchestrator/task_queue.py
core/postmortem/__init__.py
core/postmortem/analyzer.py
core/postmortem/report.py
core/postmortem/storage.py
core/runtime/__init__.py
core/runtime/hardware_detector.py
core/runtime/model_runner.py
core/runtime/model_selector.py
core/runtime/ollama_manager.py
core/utils/__init__.py
core/utils/config.py
core/utils/errors.py
core/utils/logger.py
landing/POSTS.md
landing/index.html
landing/wow.html
mcp_server/__init__.py
mcp_server/client.py
mcp_server/server.py
mcp_server/tools.py
node/__init__.py
node/__main__.py
node/cli.py
node/server.py
omniagent_fleet.egg-info/PKG-INFO
omniagent_fleet.egg-info/SOURCES.txt
omniagent_fleet.egg-info/dependency_links.txt
omniagent_fleet.egg-info/entry_points.txt
omniagent_fleet.egg-info/requires.txt
omniagent_fleet.egg-info/top_level.txt
providers/__init__.py
providers/anthropic_provider.py
providers/base.py
providers/ollama.py
providers/openai_compat.py
providers/openai_provider.py
providers/registry.py
providers/router.py
web/__init__.py
web/__main__.py
web/server.py
web/smoke_test.py