-
Notifications
You must be signed in to change notification settings - Fork 642
Feature request: per-agent auto-recall control #474
Copy link
Copy link
Open
Description
Feature Request: per-agent autoRecall override control
Problem
Some local LLM backends output responses in a format that is not compatible with auto-recall (specifically: reasoning/thinking content is emitted to a separate field rather than the primary response field). A global `autoRecall: true/false` applies to all agents equally, making it impossible to enable auto-recall for compatible agents while disabling it for incompatible ones.
Proposed Solution
Allow per-agent override of the autoRecall setting via an exclude list or scope-based filtering.
Environment
- memory-lancedb-pro: 1.1.0-beta.10
- OpenClaw: 2026.4.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels