@avowex/sdk
v0.1.0
Published
Avowex TypeScript SDK — add human-in-the-loop oversight and a tamper-evident audit trail to your AI agents.
Downloads
100
Maintainers
Readme
Avowex — TypeScript SDK
Add human-in-the-loop oversight and a tamper-evident audit trail to your AI agents.
npm install @avowex/sdkimport { Avowex } from "@avowex/sdk";
const avx = new Avowex({ apiKey: "avx_live_…" }); // defaults to https://api.avowex.com
const esc = await avx.escalate({
action_type: "issue_refund",
recommendation: "Refund $240 to customer #8841",
context: { agent: "billing-agent", amount: 240 },
});
const decision = await avx.getDecision(esc.id); // approve / reject / editFree tier: 500 resolved escalations / month. Get a key at the Avowex console.
Avowex — a Renovatio Intl, Inc. company · Apache-2.0
