Skip to content

alphanome-ai/context-chat-101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Context Chat

Chat/agent app.

Apps

  • frontend/ - Next.js chat UI
  • backend/ - FastAPI API, auth, SQLite persistence, LLM proxy

Run locally

Start the backend:

cd backend
cp .env.example .env
uv sync
uv run alembic upgrade head
uv run fastapi dev

Start the frontend:

cd frontend
cp .env.example .env
bun install
bun dev

Frontend expects BACKEND_API_URL in frontend/.env.

About

agent app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors