LICENSE
README.md
pyproject.toml
agentic_loop/__init__.py
agentic_loop/abort.py
agentic_loop/api.py
agentic_loop/cli.py
agentic_loop/config.py
agentic_loop/loop.py
agentic_loop/state.py
agentic_loop/terminal.py
agentic_loop.egg-info/PKG-INFO
agentic_loop.egg-info/SOURCES.txt
agentic_loop.egg-info/dependency_links.txt
agentic_loop.egg-info/entry_points.txt
agentic_loop.egg-info/requires.txt
agentic_loop.egg-info/top_level.txt
agentic_loop/connectors/__init__.py
agentic_loop/connectors/base.py
agentic_loop/connectors/mcp.py
agentic_loop/llm/__init__.py
agentic_loop/llm/client.py
agentic_loop/llm/openai_compat.py
agentic_loop/llm/retry.py
agentic_loop/observability/__init__.py
agentic_loop/observability/journal.py
agentic_loop/orchestration/__init__.py
agentic_loop/orchestration/automations.py
agentic_loop/orchestration/goal.py
agentic_loop/orchestration/memory.py
agentic_loop/orchestration/orchestrator.py
agentic_loop/orchestration/subagents.py
agentic_loop/skills/__init__.py
agentic_loop/skills/loader.py
agentic_loop/tools/__init__.py
agentic_loop/tools/builtin.py
agentic_loop/tools/mcp_bridge.py
agentic_loop/tools/registry.py
agentic_loop/worktree/__init__.py
agentic_loop/worktree/manager.py
tests/test_loop.py
tests/test_mcp.py
tests/test_orchestration.py
tests/test_tools.py