- Redis Streams implementation with consumer groups (ade-workers)
- Task interface with serialization/deserialization
- Worker with heartbeat (5s) and task claiming
- Retry logic with exponential backoff and jitter
- Delayed task support via Sorted Sets
- Dead worker reclamation (30s timeout)
- Unit tests: 26 passing
- TypeScript compilation successful
- Project structure: docs/, src/, tests/, proto/
- Research synthesis: Letta vs commercial ADEs
- Architecture: Redis Streams queue design
- Phase 1 orchestration design
- Execution plan and project state tracking
- Working subagent system (manager.ts fixes)
This is the foundation for a Community ADE built on Letta's
stateful agent architecture with git-native MemFS.
👾 Generated with [Letta Code](https://letta.com)
Co-Authored-By: Letta Code <noreply@letta.com>