memory_ingest
Ingest text to automatically split into structured event packets, generate metadata, and store with indexing and relationship linking in Markdown files.
Instructions
主动收录:用户提供一段原始文本,AI 执行完整管线——理解并拆分为凝聚的事件包、生成结构化元数据、写入 .md 权威源 + 索引、与现有/新建包建立关联。模型由通用适配器决定(模型无关)。未配置 LLM API 时退化为单包启发式。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | 待收录的原始文本 | |
| model | No | 可选,覆盖默认模型名 | |
| scope | No | 作用域标签(如 user_global / workspace_x),会加进每个新包的 tags | |
| provider | No | 可选,覆盖默认 LLM 厂商:openai / anthropic | |
| auto_link | No | 是否自动建立关联,默认 true |