Local-only MSP Ticket Copilot built with FastAPI + SQLite. See the full docs in
msp_ticket_copilot/README.md.
Run from msp_ticket_copilot/:
python -m venv .venv
pip install -r requirements.txt
python -m uvicorn app.main:app --reloadTest suite for MSP Ticket Copilot. See the tests in
msp_ticket_copilot/tests/.
Run from msp_ticket_copilot/:
python -m venv .venv
pip install -r requirements.txt
pytestThis app is local-only. It does not make external calls or emit telemetry.