AgentForge integration for creating and managing AI agent tasks with scheduling capabilities.
Use when the user wants to: (1) Create tasks for AI agents to execute (immediately, delayed, at specific time, or on cron schedule),
(2) Query task status and view task lists, (3) View task execution history and output, (4) Check what tasks
are running/pending/completed, (5) Create DAG pipelines where tasks depend on each other, or (6) Cancel running or pending tasks.
AgentForge runs a local HTTP API at http://127.0.0.1:9712 that manages task scheduling and execution.
2026-06-13