Agentloop
Orchestrates AI agents using a deterministic orchestrator-worker-reviewer pattern with a closed feedback loop to drive any LLM backend.
Orchestrates AI agents using a deterministic orchestrator-worker-reviewer pattern with a closed feedback loop to drive any LLM backend.
Agentloop is a Python framework designed for multi-agent orchestration, implementing the powerful orchestrator → worker → reviewer pattern as a deterministic harness. This closed-loop system decomposes goals into subtasks, fans them out to worker subagents, aggregates results, and cycles through a review gate until success criteria are met. It seamlessly integrates with various LLM backends like Anthropic Claude, Codex, opencode, or aider through a single `Agent` interface, and is available as both an MCP server and a CLI for flexible deployment and integration into any coding agent workflow.