diff --git a/.github/workflows/pr-ci-healchecks.yml b/.github/workflows/pr-ci-healchecks.yml index 2535cae87..93e54f767 100644 --- a/.github/workflows/pr-ci-healchecks.yml +++ b/.github/workflows/pr-ci-healchecks.yml @@ -38,8 +38,8 @@ jobs: - name: Download side binaries env: ARCH: x86_64-unknown-linux-gnu - SHINKAI_NODE_VERSION: v0.7.11 - OLLAMA_VERSION: v0.1.42 + SHINKAI_NODE_VERSION: v0.7.12 + OLLAMA_VERSION: v0.1.43 run: | npx ts-node ./ci-scripts/download-side-binaries.ts diff --git a/.github/workflows/release-dev.yml b/.github/workflows/release-dev.yml index 129151ea0..2084be3fd 100644 --- a/.github/workflows/release-dev.yml +++ b/.github/workflows/release-dev.yml @@ -197,8 +197,8 @@ jobs: - name: Download side binaries env: ARCH: ${{ matrix.arch }} - SHINKAI_NODE_VERSION: v0.7.11 - OLLAMA_VERSION: v0.1.42 + SHINKAI_NODE_VERSION: v0.7.12 + OLLAMA_VERSION: v0.1.43 run: | npx ts-node ./ci-scripts/download-side-binaries.ts diff --git a/.github/workflows/release-prod.yml b/.github/workflows/release-prod.yml index 6eee65dea..fa594c6a7 100644 --- a/.github/workflows/release-prod.yml +++ b/.github/workflows/release-prod.yml @@ -195,8 +195,8 @@ jobs: - name: Download side binaries env: ARCH: ${{ matrix.arch }} - SHINKAI_NODE_VERSION: v0.7.11 - OLLAMA_VERSION: v0.1.42 + SHINKAI_NODE_VERSION: v0.7.12 + OLLAMA_VERSION: v0.1.43 run: | npx ts-node ./ci-scripts/download-side-binaries.ts diff --git a/README.md b/README.md index 764dabf83..d98754119 100644 --- a/README.md +++ b/README.md @@ -33,18 +33,42 @@ To get started first clone this repo: ``` $ git clone https://github.com/dcSpark/shinkai-apps +``` + +### Download side binaries: + +#### Macos +``` +ARCH="aarch64-apple-darwin" \ +OLLAMA_VERSION="v0.1.43"\ +SHINKAI_NODE_VERSION="v0.7.12" \ +npx ts-node ./ci-scripts/download-side-binaries.ts +``` -# Download side binaries. IE: -ARCH="aarch64-apple-darwin" OLLAMA_VERSION="v0.1.42" SHINKAI_NODE_VERSION="v0.7.11" npx ts-node ./ci-scripts/download-side-binaries.ts +#### Linux +``` +ARCH="x86_64-unknown-linux-gnu" \ +OLLAMA_VERSION="v0.1.43"\ +SHINKAI_NODE_VERSION="v0.7.12" \ +npx ts-node ./ci-scripts/download-side-binaries.ts +``` + +#### Windows +``` +$ENV:OLLAMA_VERSION="v0.1.43" +$ENV:SHINKAI_NODE_VERSION="v0.7.12" +$ENV:ARCH="x86_64-pc-windows-msvc" +npx ts-node ./ci-scripts/download-side-binaries.ts ``` +### Run one of the projects Once you have done that simply use `npm` to compile/serve it yourself: ``` -$ cd shinkai-apps -$ nvm use -$ npm ci -$ npx nx serve {project-name} +cd shinkai-apps +nvm use +npm ci +npx nx serve {project-name} # IE: npx nx serve shinkai-desktop ``` ### Project specific configurations diff --git a/package-lock.json b/package-lock.json index d8593d1e0..3aa46af19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@shinkai/source", - "version": "0.7.15", + "version": "0.7.17", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@shinkai/source", - "version": "0.7.15", + "version": "0.7.17", "hasInstallScript": true, "license": "SEE LICENSE IN LICENSE", "workspaces": [ diff --git a/package.json b/package.json index 36e6669de..0df19b41f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shinkai/source", - "version": "0.7.16", + "version": "0.7.17", "license": "SEE LICENSE IN LICENSE", "files": [ "LICENSE"