Desktop Agent (MVP M0)

CI License

Local-only desktop agent for macOS that organizes files, merges/extracts PDFs, creates Mail.app drafts, and renders timelines with screenshots. Built with FastAPI, SQLite, and Python.

Quickstart

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
uvicorn app.main:app --reload

Repository

github.com/Axion-inc/DesktopAgent

Metrics Badges

Host the app and expose /metrics, then add Shields:

![Success](https://img.shields.io/endpoint?url=https://YOUR_HOST/metrics&label=success&query=$.success_rate&suffix=%25)
![Runs](https://img.shields.io/endpoint?url=https://YOUR_HOST/metrics&label=runs&query=$.total_runs)

Build in Public