Loading...
Loading...
Agentic OS Orchestrator. Process and execute tasks from the shared .agent/state/tasks.json queue. Use when the user asks to 'check the queue', 'process tasks', or run the heartbeat.
npx skill4agent add baphomet480/claude-skills heartbeat.agent/state/tasks.jsonheartbeat.pyscripts/python3 ~/.gemini/skills/heartbeat/scripts/heartbeat.py poppython3 ~/.claude/skills/heartbeat/scripts/heartbeat.py popin_progressosintdeep-researchpython3 ~/.gemini/skills/heartbeat/scripts/heartbeat.py complete <task_id> --outcome '{"result": "..."}' --trace-id <id> --decision-log "..."python3 ~/.gemini/skills/heartbeat/scripts/heartbeat.py fail <task_id> --reason "..." --trace-id <id>.agent/state/errors.jsontasks.json{
"pending": [
{
"id": "task-123",
"priority": "high",
"description": "Deep research the current state of local LLM orchestration.",
"assigned_skill": "deep-research",
"project_id": "claude-skills",
"agent_id": "antigravity",
"user_id": "matthias",
"created_at": "2026-04-25T12:00:00Z",
"completed_at": null
}
],
"in_progress": [],
"completed": [],
"failed": []
}.agent/state/last-run.json