Skip to content

Documentation / @agentick/core / ContextInfoStore

Interface: ContextInfoStore

Defined in: core/src/hooks/context-info.ts:41

Context info store - holds current context utilization state.

Properties

clear()

clear: () => void

Defined in: core/src/hooks/context-info.ts:47

Clear the context info

Returns

void


current

current: ContextInfo | null

Defined in: core/src/hooks/context-info.ts:43

Current context info (null before first tick completes)


update()

update: (info) => void

Defined in: core/src/hooks/context-info.ts:45

Update the context info

Parameters

info

ContextInfo

Returns

void

Released under the ISC License.