Skip to content
1 min read · 25 words

Variable: memoryTools

ts
const memoryTools: readonly [
  Tool<SpooledJsonArtifact<unknown>>,
  Tool<SpooledJsonArtifact<unknown>>,
  Tool<SpooledJsonArtifact<unknown>>,
  Tool<SpooledJsonArtifact<unknown>>,
];

Defined in: batteries/tools/memory/index.ts:212

Convenience tuple of every memory CRUD tool. Spread into a @nhtio/adk!ToolRegistry to register the entire category at once: registry.register(...memoryTools).