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
| Property | Modifier | Type | Defined in |
|---|---|---|---|
description? | readonly | string | packages/memory/src/context-engine/tool-budget/types.ts:19 |
name | readonly | string | packages/memory/src/context-engine/tool-budget/types.ts:18 |