Skip to content

Documentation / @agentick/tui / SessionTreeState

Interface: SessionTreeState

Defined in: hooks/use-session-tree.ts:35

Extended by

Properties

hasActive

hasActive: boolean

Defined in: hooks/use-session-tree.ts:42

Whether any spawn is still running


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


rootToolCount

rootToolCount: number

Defined in: hooks/use-session-tree.ts:38


spawns

spawns: SessionTreeNode[]

Defined in: hooks/use-session-tree.ts:40

Spawned child agents

Released under the ISC License.