AXON is a self-evolving AI agent platform scaffolded as a monorepo with a Next.js frontend and a FastAPI backend.
frontend/: Next.js (TypeScript, TailwindCSS, Bun, Biome)backend/: FastAPI (Python 3.11+, UV, async-first skeleton)
cd frontend
bun install
bun devFrontend runs on http://localhost:3000.
cd backend
uv sync
uv run uvicorn main:app --app-dir src --reloadBackend runs on http://127.0.0.1:8000.
curl http://127.0.0.1:8000/health