[ORCH-107] Valkey client and state management #208

Closed
opened 2026-02-02 18:58:27 +00:00 by jason.woltje · 2 comments
Owner

Valkey client for orchestrator state management.

Acceptance Criteria

  • src/valkey/client.ts with ioredis connection
  • State schema implemented (tasks, agents, queue)
  • Pub/sub for events (agent spawned, completed, failed)
  • Task state: pending, assigned, executing, completed, failed
  • Agent state: spawning, running, completed, failed, killed

Dependencies

  • Blocked by: #98 (Valkey Integration), #ORCH-102

Technical Notes

See ORCHESTRATOR-MONOREPO-SETUP.md Section 5 for Valkey state schema.

Valkey client for orchestrator state management. ## Acceptance Criteria - [ ] `src/valkey/client.ts` with ioredis connection - [ ] State schema implemented (tasks, agents, queue) - [ ] Pub/sub for events (agent spawned, completed, failed) - [ ] Task state: pending, assigned, executing, completed, failed - [ ] Agent state: spawning, running, completed, failed, killed ## Dependencies - Blocked by: #98 (Valkey Integration), #ORCH-102 ## Technical Notes See `ORCHESTRATOR-MONOREPO-SETUP.md` Section 5 for Valkey state schema.
jason.woltje added this to the M6-AgentOrchestration (0.0.6) milestone 2026-02-02 18:58:27 +00:00
jason.woltje added the orchestrator label 2026-02-02 18:58:27 +00:00
Author
Owner

Duplicate of #242 which was completed. Closing duplicate issue.

Duplicate of #242 which was completed. Closing duplicate issue.
Author
Owner

Duplicate of #242 which was completed. Closing duplicate issue.

Duplicate of #242 which was completed. Closing duplicate issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mosaic/stack#208