Commit Graph

1 Commits

Author SHA1 Message Date
Yuqing Bai dc2a6942f4 feat(storage): add pluggable KVStore, MessageStore, and RedisStore implementation
- Add KVStore, MessageStore, StoredMessage, MessageFilter interfaces to types.ts
- Add InMemoryKVStore and InMemoryMessageStore default implementations
- Add RedisStore implementing KVStore with Hash per entry, structural client typing
- Refactor MessageBus and SharedMemory to accept injected stores
- Wire TeamConfig.store and TeamConfig.messageStore into Team
- Add redis as optional peer dependency
- Update AGENTS.md with pluggable storage notes
- Add design doc and implementation plan
2026-04-05 10:34:41 +08:00