ResolveAI is an autonomous AI customer support platform built with FastAPI, LangChain, PostgreSQL, and Next.js.
- FastAPI async API server
- Autonomous ticket processing agent
- RAG-powered knowledge retrieval
- PostgreSQL + pgvector storage
- Install backend dependencies:
cd backend python3 -m pip install -r requirements.txt - Run the backend service:
uvicorn backend.main:app --reload
backend/— Python API, agent, RAG, database modelsfrontend/— Next.js dashboard and ticket UIshared/— shared utilities and types