Skip to content

Update README.md#4

Merged
abrookins merged 1 commit intomainfrom
abrookins-patch-1
Apr 30, 2025
Merged

Update README.md#4
abrookins merged 1 commit intomainfrom
abrookins-patch-1

Conversation

@abrookins
Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings April 30, 2025 04:26
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the README file by revising the Roadmap checklist items.

  • Updated checklist statuses for long-term memory deduplication, background task system, and others.

@abrookins abrookins merged commit cf0543d into main Apr 30, 2025
1 check passed
chrisbaker2000 pushed a commit to chrisbaker2000/agent-memory-server that referenced this pull request Mar 11, 2026
1. Vocabulary path configurable via Settings (redis#7):
   - Added settings.vocabulary_path (default: ~/.openclaw/config/memory-vocabulary.json)
   - extraction.py reads from settings instead of hardcoded path
   - Overridable via VOCABULARY_PATH env var

2. Include source_user in memory hash (redis#8/redis#10):
   - generate_memory_hash() now includes source_user in hash inputs
   - generate_memory_hash_from_fields() accepts source_user parameter
   - update_memory_hash_if_text_changed() passes source_user through
   - Ensures memories from different users with identical text are not
     falsely deduplicated in multi-user system

3. Fix redisvl_vector_dimensions type from str to int (redis#13):
   - Changed Settings.redisvl_vector_dimensions from str to int
   - Removed unnecessary int() cast in _get_embedding_dimensions()
   - Pydantic handles env var string-to-int coercion automatically

4. Add Claude 4.6 models (redis#14):
   - Added claude-sonnet-4-6 and claude-opus-4-6 to ModelNameLiteral
   - Added corresponding MODEL_CONFIGS entries (200k tokens)

5. Fix confusing indentation after raise (redis#4):
   - Reindented comment after raise ValueError in merge_memories_with_llm
   - Was inside the if block (unreachable), now correctly outside

6. Consolidate duplicate MockEmbeddings:
   - Removed duplicate class from test_memory_vector_db.py
   - Now imports from tests.conftest (single definition)

Co-Authored-By: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants