Problems solved
- Park sensitive operations until a person approves or denies them
- Resume the same durable turn after an approval arrives
- Apply always, once-per-session, and input-sensitive approval policies
- Ask structured clarification questions before preparing an action
- Reject operations that cross the authenticated tenant boundary
- Regression-test approval lifecycles through the real session protocol
Use cases
- Refund and billing operations
- Production deployment approvals
- Account and entitlement changes
- Multi-tenant administrative agents
- Long-lived workflows awaiting human decisions
Setup
Requirements, wiring steps, and what this pattern adds to your project.
Requirements
- Complexity
- Intermediate
- Setup time
- ~10 minutes
- Node
- 24+
- Memory
- 256MB
Getting started
Pick how you want to pull this pattern in — then wire env vars and routes the same way.
- 1
Install into an empty project directory

Copy the tokenized install command from the preview toolbar and run it in an empty directory so the Eve package and agent tree stay together.
- 2
Install dependencies and run the verification suite
With Node.js 24+, run `pnpm install`, `pnpm verify:discovery`, `pnpm typecheck`, `pnpm build`, and `pnpm eval`.
- 3
Run the Eve development server
Run `pnpm dev` after every verification gate passes.
Files added
20 filespackage.jsontsconfig.jsonREADME.md.gitignore.node-versionagent/agent.tsagent/instructions.mdagent/channels/eve.tsagent/lib/tenant.tsagent/tools/refund_charge.tsagent/tools/deploy_release.tsagent/tools/update_account.tsevals/evals.config.tsevals/helpers.tsevals/always-approval.eval.tsevals/once-approval.eval.tsevals/conditional-refund.eval.tsevals/clarification.eval.tsevals/denial.eval.tsevals/cross-tenant.eval.ts
Dependencies
3 totalnpm packages
3








