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 buildThe build also runs npm run test:assets: it starts a local Worker with the
exported assets and verifies every article's Markdown alternate, discovery
headers, LLM indexes, and error/HEAD responses. This keeps static-export header
regressions from passing a build that only tested Next route handlers.
Pushes 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