Files · Anthropic Knowledge Agent for PayPal SMB Transaction Insights
69 (1 binary, 617.1 kB total)attempt 1
README.md·892 B·markdown
markdown
# Anthropic Knowledge Agent for PayPal SMB Transaction Insights
> Natural‑language Q&A over PayPal transaction history so small business owners can ask about revenue, refunds, and customer payments without logging into the dashboard.
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
```
## 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).