Add memory system, settings UI, and module enhancements - #3
Merged
Merged
Conversation
- Implement agent memory system with hybrid search (vector + keyword) using pgvector embeddings and full-text search - Add Memory & Search settings dialog with configurable weights, min score, and max results (replaces Memories page navigation) - Rename Platform Settings to Keys dialog with AES-256 encrypted storage, masked key display in inputs, and provider descriptions - Add Mind Map visualization dialog for memory graph exploration - Wire configurable search settings into MemoryManager.searchFacts() - Add OAuth state metadata and CalCom auth support - Enhance 40+ service modules with improved error handling - Consolidate workflow generator skills and remove v2 duplicates - Add new Claude Code commands (audit, check, dev-server, go, start) - Add workflow import skill for N8N/Make.com migration Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
✅ PR Validation Passed All checks passed! Ready for review. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Key Changes
New Files
src/lib/memory/memory-manager.ts- MemoryManager class with hybrid searchsrc/app/api/settings/memory/route.ts- Memory search settings APIsrc/app/api/settings/oauth-apps/route.ts- Keys/OAuth settings APIsrc/components/settings/memory-settings-dialog.tsx- Memory & Search dialogsrc/components/settings/platform-settings-dialog.tsx- Keys dialogsrc/components/memory/mind-map-dialog.tsx- Mind Map visualizationdrizzle/0014_add_oauth_state_metadata.sql- OAuth state migrationdrizzle/0015_add_agent_memory_system.sql- Memory tables migrationModified
src/components/layout/Header.tsx- Wired new dialogs into avatar dropdownsrc/lib/memory/memory-manager.ts- Configurable search weights from DBTest plan
npm run typecheck && npm run lintpasses clean🤖 Generated with Claude Code