Autobeat is a powerful framework designed for orchestrating autonomous coding agents. It enables developers to delegate a goal, such as migrating a module or implementing a new feature, and trust the system to deliver finished work. By providing four core primitives—crash-proof persistence, agent delegation with dependencies, iterative evaluation loops, and resource management—Autobeat empowers a meta-agent to recursively break down tasks, manage workers, handle failures, and iterate until a goal is met. This unique architecture focuses on capabilities agents can't do themselves, allowing the framework to become more powerful as underlying AI models improve, without requiring changes to the framework itself.
主な機能
01Eval loops for iterative task refinement (retry until, optimize with score)
023 GitHub stars
03Autonomous goal orchestration with a recursive meta-agent
04Crash-proof SQLite persistence for state management and recovery
05Task delegation with dependency ordering for background agent execution
06Multi-agent pipelines and scheduling for sequential or recurring workflows