Sage — a local-first AI coding CLI (like Claude Code, using free/open models)
Project description
Build a fastapi backend for
Generated by sage. Edit before publishing.
Repository layout
frontend/— UI (none)backend/— API (fastapi).github/workflows/— CI for both halvesdocker-compose.yml— local dev stack
Local dev
# Backend
cd backend
python -m venv venv && source venv/bin/activate
pip install -r requirements.txt
pytest
uvicorn app.main:app --reload
# Frontend (in a second terminal)
cd frontend
npm install
npm test
npm run dev # or `npm run start` / `expo start` depending on framework
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sage_ai_cli-1.20.142.tar.gz
(2.1 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sage_ai_cli-1.20.142.tar.gz.
File metadata
- Download URL: sage_ai_cli-1.20.142.tar.gz
- Upload date:
- Size: 2.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e90d1ad527445dc721e55879818cbbe0742207c884116a734d9296985b849cca
|
|
| MD5 |
19af343b181917bd07d246285e4fbcac
|
|
| BLAKE2b-256 |
f395b048da2e504b364ebf157992d4fa3ed89443eee6474e9160589dd2831cc0
|
File details
Details for the file sage_ai_cli-1.20.142-py3-none-any.whl.
File metadata
- Download URL: sage_ai_cli-1.20.142-py3-none-any.whl
- Upload date:
- Size: 3.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35ad68cdffc601e4fffde7e38f735f3c48da9fd3b2d8f7951676428cd2e92ef1
|
|
| MD5 |
b0aa77f982d1f060cfa2ba6765ed15b7
|
|
| BLAKE2b-256 |
80e776a09df43b8a30a96229af22bb5e57976539297bef96c1b01ad07424e73c
|