update for hermes / ollama
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 1m28s

This commit is contained in:
2026-05-24 19:26:23 +00:00
Unverified
parent c4545270b7
commit a4f1387a23

View File

@@ -44,3 +44,11 @@ For general-purpose queries, document analysis, and conversational AI outside of
* Provides a polished, ChatGPT-like experience.
* Allows users to interact seamlessly with the Gemma models.
* Supports persistent chat histories and file uploads (via the `/srv/open-webui/uploads` and `vector_db` volumes) for Retrieval-Augmented Generation (RAG) capabilities.
## Autonomous Agent Integration: Hermes Agent
For advanced terminal-based workflows, codebase engineering, and multi-agent operations, **Hermes Agent** is integrated into the environment.
* **Hosting:** Local Linux environment.
* **Routing:** Configured via `~/.hermes/config.yaml` utilizing a custom provider targeting the Ollama API on the Gaming PC (`http://10.0.0.109:11434/v1`).
* **Active Model:** `gemma4:26b` for main reasoning, tool-calling, and autonomous operations.