Ingest JSON Conversation
localnest_ingest_jsonIngest JSON conversation exports to create memory entries and knowledge graph triples for persistent, context-aware recall.
Instructions
Ingest a JSON conversation export (array of {role, content, timestamp?} objects) into memory entries and knowledge graph triples. Pass the full JSON text directly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Full JSON text content to ingest | |
| source_label | No | Optional label for re-ingestion tracking | |
| nest | No | ||
| branch | No | ||
| agent_id | No | ||
| terse | No | verbose | |
| response_format | No | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes |