mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Add comprehensive memory service architecture mirroring CodeIndexManager pattern - Implement temporal intelligence with fact categorization (infrastructure, architecture, debugging, pattern) - Add memory_search tool for retrieving relevant conversation context - Create service factory, orchestrator, and search service stubs - Add configuration management for memory system settings - Implement cache manager for persistent memory storage - Define interfaces for fact extraction, conflict resolution, and temporal management Based on detailed planning documents: - Temporal intelligence for managing fact lifecycle - Battle-tested patterns from mem0, Graphiti, and Potpie - Workspace isolation for project-specific memories - Non-invasive integration with minimal codebase changes This is an initial implementation that provides the foundation for the conversation memory feature as described in issue #7537. |
||
|---|---|---|
| .. | ||
| npm | ||
| scripts | ||
| src | ||
| .gitignore | ||
| eslint.config.mjs | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||