Public projectWeb· AI
Apsara Agentic
A production backend for an agentic coding platform — the layer that lets a model read a task, work through it, and produce code.

01 / Overview
Overview
The hard part of an agentic system isn't the model call, it's everything around it: task state, tool execution, and the loop that decides when the agent is actually finished. A FastAPI service holds that orchestration, with a Next.js client on top, PostgreSQL and MongoDB for run history and task state, and Redis for the work queue. Deployed in Docker behind Cloudflare with Sentry, Prometheus, and Grafana.
02 / Technologies
Technologies
- TypeScript
- Next.js
- Python
- FastAPI
- LLM APIs
- PostgreSQL
03 / Public resources