ak_ingest_umsf
Ingest a complete UMSF document for multi-event submissions, fanning out each event to matching hooks and rendering the whole document as a single source.
Instructions
Ingest a complete UMSFDocument. Use this for multi-event submissions (full conversations, tool traces, etc.). Each event is fanned out to matching hooks AND the whole document is rendered into a single Source via the standard pipeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc | Yes | A UMSFDocument as a JSON-serializable dict (see core/umsf.py for schema). |