Skip to content

Invariants0/axon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AXON

AXON is a self-evolving AI agent platform scaffolded as a monorepo with a Next.js frontend and a FastAPI backend.

Project Structure

  • frontend/: Next.js (TypeScript, TailwindCSS, Bun, Biome)
  • backend/: FastAPI (Python 3.11+, UV, async-first skeleton)

Run Frontend

cd frontend
bun install
bun dev

Frontend runs on http://localhost:3000.

Run Backend

cd backend
uv sync
uv run uvicorn main:app --app-dir src --reload

Backend runs on http://127.0.0.1:8000.

Health Check

curl http://127.0.0.1:8000/health

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors