This repository is archived and no longer updated.
The MindStudio SDK, the mindstudio CLI and the MCP server are now developed in the platform's own repository, alongside the API they call, and released with it. The package is still published to npm under the same name, and its full documentation is on its npm page: @mindstudio-ai/agent.
Nothing changes for anyone using it. npm install @mindstudio-ai/agent installs the latest release, and the CLI's installers are the same:
macOS / Linux:
curl -fsSL https://msagent.ai/install.sh | bashWindows (PowerShell):
irm https://msagent.ai/install.ps1 | iex
New releases are no longer posted to this repository's Releases page; the installers always fetch the latest build.
The history here is kept as a record of how the SDK got to where it is.