fix(memory): wire auto_extract through orchestrator compaction
This commit is contained in:
@@ -612,6 +612,10 @@ automation:
|
||||
|
||||
The memory system supports hybrid search combining keyword matching with semantic vector similarity. When embeddings are enabled, `memory.search` uses both approaches and merges results with configurable weighting.
|
||||
|
||||
Memory persistence is hybrid:
|
||||
- Manual writes via `memory.write`
|
||||
- Automatic fact extraction during context compaction when `memory.auto_extract: true`
|
||||
|
||||
```yaml
|
||||
memory:
|
||||
enabled: true
|
||||
@@ -652,6 +656,8 @@ Search backend selection:
|
||||
|
||||
When the selected backend is unavailable (for example embedding provider errors), search falls back gracefully to keyword matching.
|
||||
|
||||
`memory.auto_extract` controls whether compaction appends extracted durable facts to `global` memory.
|
||||
|
||||
### Embedding Config Fields
|
||||
|
||||
| Field | Required | Description |
|
||||
|
||||
Reference in New Issue
Block a user