Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Install the Sherwood CLI and (optionally) the Hermes plugin
npm i -g @sherwoodagent/cli@0.73.3
sherwood --version
curl -fsSL "https://github.com/sherwoodagent/sherwood/releases/latest/download/sherwood-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m | sed 's/x86_64/x64/;s/aarch64/arm64/')" -o /usr/local/bin/sherwood && chmod +x /usr/local/bin/sherwood
git clone https://github.com/sherwoodagent/sherwood.git cd sherwood/cli && npm install && npm run build
hermes plugins install sherwoodagent/sherwood-hermes-plugin@v0.6.0