@minded-ai/mindedjs
v3.1.45
Published
MindedJS is a TypeScript library for building agents.
Downloads
863
Readme
MindedJS – Agent SDK
Compose, run, and extend AI-first workflows with a few lines of TypeScript.
Development
nvm use 20npm installnpm run dev
Production Publication
- Update version in
package.jsonaccording to semver rules. - Run
npm run installto automatically update the version inpackage-lock.json - Update CHANGELOG.md with the new version.
- Commit, push, and create new PR. After the PR is merged to main, the new version will be published to npm.
Development Publication
- Update version in
package.jsonaccording to semver rules and addbeta.Nprerelease tag. For example, if the existing version is3.1.10, then the new version should be3.1.11-beta.1. - Run
npm run installto automatically update the version inpackage-lock.json - Run
npm run buildto build the new version. - Run
npm publish --tag betato publish the new version.`
