(ctx context.Context, runID string, actor ActorContext)
| 15 | Stream(ctx context.Context, taskID string, query StreamQuery, actor ActorContext) (<-chan StreamEvent, error) |
| 16 | Tree(ctx context.Context, taskID string, actor ActorContext) (*TreeView, error) |
| 17 | RunDetail(ctx context.Context, runID string, actor ActorContext) (*RunDetailView, error) |
| 18 | } |
| 19 | |
| 20 | // TimelineQuery captures reconnect-friendly task timeline windowing semantics. |
no outgoing calls