Update save-q-memory to v1.1.0 — add _source field to match schema
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
name: save-q-memory
|
||||
description: "Manual save to Qdrant memories collection with enforced 10-type schema. Load this skill EVERY time the user says 'save to memory' or 'save to qdrant' — it is the ONLY path for manual Qdrant writes."
|
||||
version: 1.0.0
|
||||
version: 1.1.0
|
||||
author: Hermes Agent
|
||||
license: MIT
|
||||
metadata:
|
||||
@@ -100,7 +100,8 @@ point = {
|
||||
"created_at": now,
|
||||
"updated_at": now,
|
||||
"source": "agent", # "agent" for manual saves
|
||||
"ttl_hint": "slow"
|
||||
"ttl_hint": "slow",
|
||||
"_source": {"text": text} # Original payload, preserved verbatim
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user