extract_and_save_memory
Extract atomic facts and entity triples from input text, then save them as indexed memories for semantic and knowledge-graph 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 |