Skip to content

Documentation / @agentick/tui / SessionTreeNode

Interface: SessionTreeNode

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

Properties

cacheHitRatio?

optional cacheHitRatio: number

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


currentTool?

optional currentTool: object

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

callId

callId: string

name

name: string

summary?

optional summary: string


duration?

optional duration: number

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


label

label: string

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


modelId?

optional modelId: string

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


modelName?

optional modelName: string

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


spawnId

spawnId: string

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


startedAt

startedAt: number

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


status

status: "running" | "error" | "done"

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


tick?

optional tick: number

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


toolCount

toolCount: number

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


utilization?

optional utilization: number

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

Released under the ISC License.