Files · Databricks Agent Mesh for Stripe Dispute Response Automation
76 (1 binary, 676.7 kB total)attempt 1
README.md·1291 B·markdown
markdown
# Databricks Agent Mesh for Stripe Dispute Response Automation
> Automate chargeback evidence collection, rebuttal generation, and human review routing for SMB e-commerce merchants.
A tutorialized reference solution from [reaatech.com](https://reaatech.com), demonstrating how to build production-grade AI systems with the `@reaatech/*` package family.
## Running locally
```bash
pnpm install
pnpm test # vitest run with coverage
pnpm dev # next dev
```
## API routes
| Method | Route | Description |
| ------ | ------------------------- | ------------------------------ |
| POST | `/api/webhook/stripe` | Stripe webhook event handler |
| GET | `/api/disputes` | List disputes (optional `?status=`) |
| GET | `/api/disputes/[id]` | Get single dispute detail |
| POST | `/api/disputes/[id]` | Reprocess / escalate / close |
## Project layout
```
app/ Next.js App Router pages + API routes
src/ services, lib, adapters
tests/ vitest suite (mirrors src/)
packages/ API references for every dependency (read these first)
DEV_PLAN.md build plan for this recipe
```
## License
MIT — see [LICENSE](./LICENSE).