Commit Graph

4 Commits

Author SHA1 Message Date
Ani (Annie Tunturi)
ce8dd84840 feat: Add approval system and agent config UI
- Omega (Kimi-K2.5): Approval system architecture
  - design.md: Full system architecture with state machines
  - api-spec.ts: Express routes + Zod schemas (33KB)
  - redis-schema.md: Redis key patterns (19KB)
  - ui-components.md: Dashboard UI specs (31KB)

- Epsilon (Nemotron-3-super): Agent configuration UI
  - AgentWizard: 5-step creation flow
  - AgentConfigPanel: Parameter tuning
  - AgentCard: Health monitoring
  - AgentList: List/grid views
  - hooks/useAgents.ts: WebSocket integration
  - types/agent.ts: TypeScript definitions

Total: 150KB new code, 22 components

👾 Generated with [Letta Code](https://letta.com)
2026-03-18 12:23:59 -04:00
Ani (Annie Tunturi)
b1801e7e7b Merge queue-core: Redis Streams implementation 2026-03-18 11:26:40 -04:00
Ani (Annie Tunturi)
02384e7520 queue-core: Redis Streams implementation
- 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
2026-03-18 10:46:27 -04:00
Ani (Annie Tunturi)
00382055c6 Initial commit: Community ADE foundation
- 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>
2026-03-18 10:30:20 -04:00