[ORCH-003] Valkey Integration #98

Closed
opened 2026-01-29 23:30:12 +00:00 by jason.woltje · 0 comments
Owner

Phase 2: ClawdBot Integration

Valkey/Redis for Mosaic Stack runtime state (reduced scope — ClawdBot handles agent coordination).

Deliverables

  • Valkey connection module
  • Real-time task status caching (for UI performance)
  • Pub/Sub for progress update events (WebSocket bridge)
  • Backend health cache (ClawdBot reachability)

Removed (ClawdBot handles)

  • Task queue (sorted set by priority) — ClawdBot manages its own queue
  • Agent heartbeat storage with TTL — ClawdBot monitors agents
  • Distributed locking for coordinator — No coordinator in Mosaic Stack

Dependencies

  • #97 Task CRUD API
  • #95 Agent Orchestration EPIC
  • #99 Task Dispatcher Service
## Phase 2: ClawdBot Integration Valkey/Redis for Mosaic Stack runtime state (reduced scope — ClawdBot handles agent coordination). ## Deliverables - [ ] Valkey connection module - [ ] Real-time task status caching (for UI performance) - [ ] Pub/Sub for progress update events (WebSocket bridge) - [ ] Backend health cache (ClawdBot reachability) ## Removed (ClawdBot handles) - ~~Task queue (sorted set by priority)~~ — ClawdBot manages its own queue - ~~Agent heartbeat storage with TTL~~ — ClawdBot monitors agents - ~~Distributed locking for coordinator~~ — No coordinator in Mosaic Stack ## Dependencies - #97 Task CRUD API ## Related - #95 Agent Orchestration EPIC - #99 Task Dispatcher Service
jason.woltje added this to the M6-AgentOrchestration (0.0.6) milestone 2026-01-29 23:30:12 +00:00
jason.woltje added the phase-2p0 labels 2026-01-29 23:30:12 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaic/stack#98