extract_and_save_memory
Turn unstructured text into structured memories by extracting atomic facts and entity triples, indexing vectors for knowledge-graph-based retrieval.
Instructions
Autonomous Memory Extractor Agent: Deconstructs text into atomic facts, extracts entity triples for the knowledge graph using hybrid local LLM sidecar + expanded NLP regex heuristics, and indexes vectors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| agent | No | system | |
| project | No | default | |
| category | No | general | |
| importance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |