api-agent
01Agent Claude Code
Use this agent to implement FastAPI endpoints exposing ReciboSplit's operations (upload receipt image, capture items, assign consumption, query balances).
Splitwise-style app for splitting group expenses, with OpenAI vision-based receipt extraction
Agent Claude Code
Use this agent to implement FastAPI endpoints exposing ReciboSplit's operations (upload receipt image, capture items, assign consumption, query balances).
Agent Claude Code
Use this agent to design or modify the Turso/SQLite schema, write migrations, and build data-access functions (participants, events, receipts, items, assignments, and balances).
Agent Claude Code
Use this agent to write tests for item-assignment logic, balance calculations, and the API endpoints.
Agent Claude Code
Use this agent to build React components (image upload, item-capture form, consumption assignment, balances view).
Agent Claude Code
Use this agent for Phase 2 work involving the OpenAI vision API — the receipt-image extractor, its JSON/Pydantic contract, the extraction endpoint, and the error/fallback path. Do NOT use it for anything that persists data or changes balances; that stays with db-agent and api-agent.