1. Watch
Inbox, folder uploads, API paste, or email webhooks feed the pipeline.
Invoicing · Ready to use
Invoice processing & accounts receivable for SMBs — watch inbox and uploads, extract with vision-capable models, validate, post to QuickBooks/Xero or CSV, flag exceptions, send payment reminders, and generate AR reports.
Inbox, folder uploads, API paste, or email webhooks feed the pipeline.
Vision model or text parser pulls vendor, number, dates, lines, totals.
Confidence, duplicates, missing PO, high amount, fraud keywords.
QuickBooks, Xero, or reliable CSV export for the books.
AR follow-ups after due date to reduce late payments.
Status breakdown and aging buckets on the review dashboard.
Code: agents/invoice-forge ·
Guide: agents/invoice-forge/README.md
cd agents/invoice-forge python -m venv .venv .\.venv\Scripts\Activate.ps1 pip install -r requirements.txt copy .env.example .env python scripts/smoke_test.py python -m src.cli demo python -m src.cli serve
<iframe src="https://YOUR_INVOICEFORGE_HOST/static/dashboard/index.html" title="InvoiceForge" style="width:100%;min-height:720px;border:1px solid #1e2a3a;border-radius:12px;"> </iframe>