What problem does it solve?
AgentForge provides a local orchestration layer for AI coding tasks, enabling scheduling, monitoring, and DAG-driven workflows to manage automated AI work without relying on cloud infrastructure.
Core Features & Use Cases
- Create tasks for AI agents to execute immediately, on delay, at a specific time, or on a cron schedule.
- Query task status and view task lists to track progress across multiple projects.
- View task execution history and streaming output for debugging and auditing.
- Build DAG pipelines where tasks depend on upstream results and cascade failures or completions.
- Cancel running or pending tasks to reclaim resources or stop faulty workflows.
- Run and test locally via a REST API at http://127.0.0.1:9712 that manages scheduling and execution.
Quick Start
Install and run AgentForge locally, then use the provided CLI to create tasks, query status, and monitor execution.