LICENSE
README.md
pyproject.toml
src/loom_run/__init__.py
src/loom_run/cli.py
src/loom_run/config.py
src/loom_run/http.py
src/loom_run/state.py
src/loom_run.egg-info/PKG-INFO
src/loom_run.egg-info/SOURCES.txt
src/loom_run.egg-info/dependency_links.txt
src/loom_run.egg-info/entry_points.txt
src/loom_run.egg-info/requires.txt
src/loom_run.egg-info/top_level.txt
src/loom_run/agents/__init__.py
src/loom_run/agents/chat_agent.py
src/loom_run/agents/supervisor_agent.py
src/loom_run/coordinator/__init__.py
src/loom_run/coordinator/llm.py
src/loom_run/coordinator/llm_impl.py
src/loom_run/coordinator/prompts.py
src/loom_run/coordinator/step.py
src/loom_run/supervisor/__init__.py
src/loom_run/supervisor/delegate.py
src/loom_run/supervisor/llm_impl.py
src/loom_run/supervisor/state.py
src/loom_run/supervisor/step.py
src/loom_run/tools/__init__.py
src/loom_run/tools/build_registry.py
src/loom_run/tools/local.py
src/loom_run/tools/mcp_stdio.py
src/loom_run/tools/presets.py
tests/test_e2e.py
tests/test_http.py
tests/test_local_tools.py
tests/test_mcp_smoke.py
tests/test_mock_coordinator.py
tests/test_state.py
tests/test_supervisor.py