diff --git a/.devcontainer/post-create-cmd.sh b/.devcontainer/post-create-cmd.sh index f458ffa..df4d286 100755 --- a/.devcontainer/post-create-cmd.sh +++ b/.devcontainer/post-create-cmd.sh @@ -1,12 +1,10 @@ #!/bin/bash -HERMES_VERSION="v2026.8.13" +HERMES_VERSION="v2026.8.31" OMNIROUTE_VERSION=3.8.49 -MODELRELAY_VERSION=1.18.0 -OLLAMA_VERSION=0.32.9 -NODE_VERSION=24.18.0 -MNEMON_VERSION=0.1.17 -PI_AGENT_VERSION=0.84.2 +MODELRELAY_VERSION=1.22.1 +MNEMON_VERSION=0.2.7 +PI_AGENT_VERSION=0.84.4 HERDR_VERSION=0.7.4 SCRIPT_DIR="$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd)" @@ -146,8 +144,7 @@ if command -v hermes &>/dev/null && [ -d "$HOME/.hermes/sessions" ] && [ -z "$(l fi # Install modelrelay globally -# sudo npm install -g modelrelay@${MODELRELAY_VERSION} && \ -sudo npm install github:gitricko/modelrelay -g --prefix /usr/local/lib/modelrelay +sudo npm install -g modelrelay@${MODELRELAY_VERSION} --prefix /usr/local/lib/modelrelay sudo ln -sf /usr/local/lib/modelrelay/bin/modelrelay /usr/local/bin/modelrelay sudo npm cache clean --force diff --git a/README.md b/README.md index a9d5081..4588b96 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,12 @@ [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![Dev Container](https://img.shields.io/badge/devcontainer-ready-blue?logo=docker)](https://containers.dev/) -[![Hermes Agent](https://img.shields.io/badge/Hermes%20Agent-v2026.8.3-purple?logo=github)](https://github.com/NousResearch/hermes-agent) -[![ModelRelay](https://img.shields.io/badge/ModelRelay-1.18.0-green?logo=npm)](https://www.npmjs.com/package/modelrelay) +[![Hermes Agent](https://img.shields.io/badge/Hermes%20Agent-v2026.8.31-purple?logo=github)](https://github.com/NousResearch/hermes-agent) +[![PI Agent](https://img.shields.io/badge/PI%20Agent-v0.84.4-brown?logo=github)](https://pi.dev) +[![ModelRelay](https://img.shields.io/badge/ModelRelay-1.22.1-green?logo=npm)](https://www.npmjs.com/package/modelrelay) [![OmniRoute](https://img.shields.io/badge/OmniRoute-3.8.49-orange?logo=npm)](https://www.npmjs.com/package/omniroute) -[![Ollama](https://img.shields.io/badge/Ollama-0.32.9-yellow?logo=ollama)](https://github.com/ollama/ollama) -[![Mnemon](https://img.shields.io/badge/Mnemon-0.1.17-pink?logo=github)](https://github.com/mnemon-dev/mnemon) +[![Ollama](https://img.shields.io/badge/Ollama-0.33.2-yellow?logo=ollama)](https://github.com/ollama/ollama) +[![Mnemon](https://img.shields.io/badge/Mnemon-0.2.7-pink?logo=github)](https://github.com/mnemon-dev/mnemon) Fork this repo before [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/gitricko/hermes-codespace) @@ -355,4 +356,4 @@ Built on amazing open-source projects: --- **Star ⭐ this repo if it saves you time!** -**Issues & PRs welcome.** \ No newline at end of file +**Issues & PRs welcome.**