Skip to content

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

SessionTreeState.hasActive


rootTool?

optional rootTool: 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?

optional summary: string

Inherited from

SessionTreeState.rootTool


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

Inherited from

SessionTreeState.spawns

Released under the ISC License.