Breqy is a Linux-first, always-on multi-agent AI runtime. It runs as a local engine daemon, separate agent processes, and a Textual TUI client over typed A2A messages.
The public website is a separate static marketing/docs site in web. It is not the Breqy runtime and does not introduce a cloud dependency for the product.
uv sync
breqy engine start
breqy tuiAuthenticate model providers as needed:
breqy auth copilotcd web
npm ci
npm run devValidate the website locally:
cd web
npm test
npm run check
npm run build
npm run smoke:buildWebsite deployment uses Cloudflare Pages and GitHub Actions:
developdeploys pre-prod tohttps://develop.breqy.commaindeploys production tohttps://breqy.com
See docs/deployment.md for required Cloudflare projects, GitHub secrets/variables, and post-deploy validation.