You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "MemOS Cloud Server API skill. Provides the agent with capabilities to add, search, delete messages and add feedback to MemOS cloud memory.",
"version": "1.0.0",
"scripts": {
"publish-beta": "npm publish --tag beta",
"publish-beta-patch": "npm version prepatch --preid=beta && npm publish --tag beta",
"publish-latest": "npm version $(node -p \"require('./package.json').version.split('-')[0]\") && npm publish",
"publish-latest-patch": "npm version patch && npm publish"