ItemKind
The nine v1 item kinds. Open: a new kind is additive evolution, and clients MUST render unknown kinds generically.
Fields and variants
Section titled “Fields and variants”"agentMessage""compaction""reasoning""reminderChild""subagent""toolCall""userMessage""userShell""workflow"
Source
schema/msp/experimental/msp.schema.json#/types/ItemKind
{ "description": "The nine v1 item kinds. Open: a new kind is additive\nevolution, and clients MUST render unknown kinds generically.", "enum": [ "userMessage", "agentMessage", "reasoning", "toolCall", "userShell", "subagent", "workflow", "reminderChild", "compaction" ], "type": "string", "x-msp-openness": "open"}