UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

8 lines (7 loc) 380 B
/** * Instructions prompt authoring helpers for `agent/instructions.ts` * and `agent/instructions/*.ts` files. */ export { defineInstructions, type InstructionsDefinition, } from "#public/definitions/instructions.js"; export { defineDynamic } from "#public/definitions/tool.js"; export type { DynamicResolveContext, DynamicSentinel } from "#shared/dynamic-tool-definition.js";