memory.ingest_raw
Ingest unstructured text such as logs, messages, or documents and let the pipeline automatically extract, classify, and persist relevant memory. Removes the need to manually structure or classify content.
Instructions
Ingere texto CRU e deixa o pipeline extrair/classificar/persistir sozinho.
Use when: você tem um blob não-estruturado (log, mensagem, doc) e quer que o sistema decida o que virar memória. Do NOT use for: conteúdo já estruturado que você sabe classificar (memory.upsert/memory.manual.create). Mais caro (LLM de extração). Example: memory.ingest_raw(source_kind='slack', payload='', project_hint='CORE'). Omit project_hint to derive the project from the agent workspace folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | Yes | ||
| domain_hint | No | ||
| source_kind | Yes | ||
| project_hint | No |