UNPKG

eve

Version:

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

6 lines (5 loc) 230 B
/** * Per-tool approval helpers used inside `agent/tools/*.ts` files. */ export type { NeedsApprovalContext } from "#public/definitions/tool.js"; export { always, never, once } from "#public/tools/approval/approval-helpers.js";