Note
This is a quick copy-paste-observe guide for people in a hurry to quickly set up a local coding agent at no additional costs using Hermes Agent and Ollama.
- Install Ollama using the command below:
curl -fsSL https://ollama.com/install.sh | sh- Download ollama LLM model by using the command below:
ollama pull <model_name>
#Eg. ollama pull gemma4:12bWarning
Note that, if you use any models with the cloud tag, it means it would not be fully local as it would be using Ollama's cloud models.
- Install Hermes Agent using the command below:
curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bashhermes setupFor ease of use, you can start up Hermes Agent with models defined.
hermes config edit- Ollama Installation - https://ollama.com/
- Hermes Agent Installation - https://hermes-agent.nousresearch.com/
- Hermes Agent GitHub Repository - https://github.com/nousresearch/hermes-agent
Enable Web Search for Hermes Agent
Note
Reference Link: https://hermes-agent.nousresearch.com/docs/user-guide/features/web-search#searxng-free-self-hosted
Instructions π
Set the
web_searchproperty assearxng.Set
SEARXNG_URLas the self-hosted url forsearxng:Tip
Depending on what port you wish to use, replace
8080above.Warning
Please set up
searxng, either following the reference link or using your own.TODO