seed_from_text
Parse text content into individual memories and store them for initial setup or bulk import.
Instructions
Seed memories from text content.
Parses the content into individual memories (one per paragraph or list item) and stores them. Useful for initial setup or bulk import.
Content is split on:
Double newlines (paragraphs)
Lines starting with '- ' or '* ' (list items)
Lines starting with numbers like '1. ' (numbered lists)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Text content to parse and seed memories from | |
| memory_type | No | Memory type for all extracted items | project |
| promote_to_hot | No | Promote all to hot cache |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| errors | Yes | ||
| memories_created | Yes | ||
| memories_skipped | Yes |