Documentation / @agentick/tui / SessionTreeResult
Interface: SessionTreeResult
Defined in: hooks/use-session-tree.ts:45
Extends
Properties
clearTree()
clearTree: () =>
void
Defined in: hooks/use-session-tree.ts:47
Clear the tree. Call when the user submits a new message.
Returns
void
hasActive
hasActive:
boolean
Defined in: hooks/use-session-tree.ts:42
Whether any spawn is still running
Inherited from
rootTool?
optionalrootTool:object
Defined in: hooks/use-session-tree.ts:37
Current tool activity on the root session (no spawnPath)
callId
callId:
string
name
name:
string
summary?
optionalsummary:string
Inherited from
rootToolCount
rootToolCount:
number
Defined in: hooks/use-session-tree.ts:38
Inherited from
SessionTreeState.rootToolCount
spawns
spawns:
SessionTreeNode[]
Defined in: hooks/use-session-tree.ts:40
Spawned child agents