Async FastAPI API that acts as an autonomous customer support agent: natural language → ReAct loop + tool use (order lookup, cancel, list) → PostgreSQL via SQLAlchemy → natural language response.
finance_tracker/ ├── app/ │ ├── main.py # FastAPI app, middleware, router registration │ ├── config.py # Settings via pydantic-settings (.env support) │ ├── database.py # SQLAlchemy engine, session, ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results