personal memory agent
at main 38 lines 1.2 kB view raw view rendered
1# Backlog 2 3Tactical work items prioritized for implementation. 4 5--- 6 7## Apps 8 9- [ ] Add tabs or navigation mode to entities app all-facet view (reduce vertical scrolling) 10- [ ] Audit apps for #fragment deep linking and improve coverage 11 12## Agents 13 14- [ ] Update supervisor/dream interaction to use dynamic daily schedule from daily schedule agent output 15- [ ] Create segment agent for voiceprint detection and updating via hooks 16- [ ] Surface named hook outputs in agents app and sol talent CLI 17- [ ] Make daily schedule agents idempotent with state tracking (show existing vs new segments) 18- [ ] Add activities attach/update CLI tools for facet curation (like entity tools) 19 20## Integrations 21 22- [ ] Add OpenRouter provider support with observe integration for multimodal models 23- [ ] Automated Fireflies importer 24- [ ] Investigate Gemini stopping early in chats 25 26## Infrastructure 27 28- [ ] Health monitor and diagnostics agent (explore Claude Code SDK) 29 30## Indexer 31 32- [ ] Performance tune SQLite usage 33- [ ] Refactor entity detection to be per-entity 34 35## Testing 36 37- [x] Move fixtures/ into tests/ 38- [ ] Enable clean fixture-based service startup (Convey on dynamic port) for integration/dev testing with screenshots