Add prefetch settings as environment variables for installation prompts
This commit is contained in:
@@ -10,6 +10,10 @@ requires_env:
|
||||
url: "https://github.com/mem0ai/mem0"
|
||||
- name: MEM0_USER_ID
|
||||
description: "User identifier for memory scoping (default: hermes-user)"
|
||||
- name: MEM0_PREFETCH_LIMIT
|
||||
description: "Max memories to prefetch before LLM call (default: 3)"
|
||||
- name: MEM0_PREFETCH_SCORE_THRESHOLD
|
||||
description: "Min similarity score % to include memory 0-100 (default: 60)"
|
||||
|
||||
provides_tools:
|
||||
- mem0_profile
|
||||
|
||||
Reference in New Issue
Block a user