agentskit.js
Skills

transactionTriage

Bookkeeping triage — categorizes a single transaction into a chart-of-accounts entry. Refuses payment / refund / chargeback decisions.

import { transactionTriage } from '@agentskit/skills'

const runtime = createRuntime({ adapter, skills: [transactionTriage] })

Output is fixed: category / alt / confidence / flag / reason. UNKNOWN with a reason is allowed; guessing is not.

Explore nearby

✎ Edit this page on GitHub·Found a problem? Open an issue →·How to contribute →

On this page