Skip to content

Graphorin API reference v0.4.0


Graphorin API reference / @graphorin/memory / / ToolBudgetEntry

Interface: ToolBudgetEntry

Defined in: packages/memory/src/context-engine/tool-budget/types.ts:17

Minimal Tool shape the allocator consumes. Mirrors the @graphorin/core Tool interface but narrowed to the fields the budget logic actually inspects (name + description). A structural shape lets callers wire either Tool directly or a RegistryEntry produced by @graphorin/tools.

Stable

Properties

PropertyModifierTypeDefined in
description?readonlystringpackages/memory/src/context-engine/tool-budget/types.ts:19
namereadonlystringpackages/memory/src/context-engine/tool-budget/types.ts:18