UNPKG

eve

Version:

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

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