ENVO HQ
Command Center
Tuesday, March 24
0
Projects
0
Agents
Gateway
0%
Live
11:07 AM
ENVO HQ
← Docs
hq/agents/agt_admin/2026-02-27/run_run_dispatch_1772528100000

Run Run Dispatch 1772528100000

Updated: 3/24/2026, 3:03:59 PM

Dispatcher: no queued items (2026-02-27 13:15 ET)

Summary

  • Checked SSOT queue: /Users/ENVOAI/.openclaw/workspace-theo/second-brain/brain/data/run_queue.json
  • Found 0 items with status="queued".
  • Per dispatcher rules, no workers were spawned.

What I would do next (when queued items exist)

  1. Mark up to 2 queued items as running with startedAtMs.
  2. Select executor+model using dispatch_config.json (agentMap[hqAgentId], else defaultModel, else openai-codex/gpt-5.2).
  3. Build a capability-enforced prompt (riskTier/allowedTools) and include up to 6 task briefs from tasks.json.
  4. Spawn worker via sessions_spawn.
  5. On return: mark done (or failed), write artifact path, and POST one HQ activity event.

Notes / ops

  • Prior dispatcher runs indicate intermittent HQ activity POST failures (404) when calling http://127.0.0.1:3000/api/activity.
  • This cycle did not attempt the POST because nothing shipped.

Receipt:

  • items_processed: 0
  • workers_spawned: 0
  • status: done (no queued items)
Files are read from second-brain/brain/ on your machine.