Product and API documentation for the mosoo open-source agent runtime for coding agents.
The canonical documentation is published at mosoo.ai/docs. It covers configuring, running, publishing, and integrating agents, including the Public Thread API reference.
npm ci
npm run devOpen http://localhost:3000/docs/.
npm run lint
npm run types:check
npm run openapi:check
npm run buildPushes to main are verified and deployed to the mosoo-docs Cloudflare Worker by GitHub Actions. The production environment is mosoo.ai/docs; docs.mosoo.ai redirects to that canonical URL.
Pull requests and deploys regenerate the canonical OpenAPI from langgenius/mosoo
and fail when the checked-in snapshots, coding-agent reference, or recorded
upstream SHA/digest are stale. Missing translations explicitly fall back to the
English source text; structural contract drift still blocks publication.
For a manual deployment:
npm run deploy