README.md
pyproject.toml
agent_fabric/__init__.py
agent_fabric/api.py
agent_fabric/cli.py
agent_fabric/config.py
agent_fabric/router.py
agent_fabric/supervisor.py
agent_fabric.egg-info/PKG-INFO
agent_fabric.egg-info/SOURCES.txt
agent_fabric.egg-info/dependency_links.txt
agent_fabric.egg-info/entry_points.txt
agent_fabric.egg-info/requires.txt
agent_fabric.egg-info/top_level.txt
agent_fabric/application/__init__.py
agent_fabric/application/execute_task.py
agent_fabric/application/ports.py
agent_fabric/application/recruit.py
agent_fabric/config/__init__.py
agent_fabric/config/loader.py
agent_fabric/config/schema.py
agent_fabric/domain/__init__.py
agent_fabric/domain/errors.py
agent_fabric/domain/models.py
agent_fabric/infrastructure/__init__.py
agent_fabric/infrastructure/ollama/__init__.py
agent_fabric/infrastructure/ollama/client.py
agent_fabric/infrastructure/specialists/__init__.py
agent_fabric/infrastructure/specialists/base.py
agent_fabric/infrastructure/specialists/engineering.py
agent_fabric/infrastructure/specialists/prompts.py
agent_fabric/infrastructure/specialists/registry.py
agent_fabric/infrastructure/specialists/research.py
agent_fabric/infrastructure/tools/__init__.py
agent_fabric/infrastructure/tools/file_tools.py
agent_fabric/infrastructure/tools/sandbox.py
agent_fabric/infrastructure/tools/shell_tools.py
agent_fabric/infrastructure/tools/web_tools.py
agent_fabric/infrastructure/workspace/__init__.py
agent_fabric/infrastructure/workspace/run_repository.py
agent_fabric/interfaces/__init__.py
agent_fabric/interfaces/cli.py
agent_fabric/interfaces/http_api.py
agent_fabric/packs/__init__.py
agent_fabric/packs/base.py
agent_fabric/packs/engineering.py
agent_fabric/packs/research.py
agent_fabric/runtime/openai_compat.py
agent_fabric/tools/__init__.py
agent_fabric/tools/files.py
agent_fabric/tools/sandbox.py
agent_fabric/tools/web.py
agent_fabric/util/json_tools.py
agent_fabric/util/runlog.py
agent_fabric/workflows/__init__.py
agent_fabric/workflows/engineering_v1.py
agent_fabric/workflows/research_v1.py
tests/test_config.py
tests/test_integration.py
tests/test_json_tools.py
tests/test_packs.py
tests/test_router.py
tests/test_sandbox.py
tests/test_workflow_prompt.py