session_persist
Persists a fact from the current session to disk. Use during conversation to save research findings, decisions, confirmations, credentials, contacts, deadlines, partner info, or API results. Facts are stored in /root/family-data/session-facts/{date}.jsonl and auto-processed into business-builder files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Search tags for this fact | |
| title | Yes | Short label for the fact | |
| source | No | Where this came from: chat, manus, web_search, agent | |
| content | Yes | The actual information to save | |
| category | Yes | Type of fact being persisted |