UNPKG

eve

Version:

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

7 lines (6 loc) • 515 B
/** * Per-tool approval helpers used inside `agent/tools/*.ts` files. */ export type { Approval, ApprovalConfiguration, ApprovalContext, ApprovalPolicy, ApprovalRequest, ApprovalResponse, ApprovalResponseAuth, ApprovalResponseContext, ApprovalResponseDecision, ApprovalResponsePolicy, ApprovalResponseSession, ApprovalStatus, } from "#public/definitions/approval.js"; export type { AutoApprovalOptions } from "#tools/approval/policies.js"; export { always, auto, never, once } from "#tools/approval/policies.js";