What it owns
Message graph
Messages form a graph. Each message can point to a parent message. The conversation stores the active branch tip. This supports editing, forking, branch selection, and replaying the visible path without deleting alternate branches.Messaging and execution
Durable messaging works with durable execution:- A user prompt is stored as a message.
- A run creates or claims an assistant message.
- Runtime events stream and persist while work runs.
- Final output is stored back on the assistant message.
- Later reads use messages for the visible thread and runs for execution history.