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 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.
For a manual deployment:
npm run deploy