diff --git a/projects/self-hosted-ai/homelab-ai-infrastructure.md b/projects/self-hosted-ai/homelab-ai-infrastructure.md index ab3fb6f..64920c5 100644 --- a/projects/self-hosted-ai/homelab-ai-infrastructure.md +++ b/projects/self-hosted-ai/homelab-ai-infrastructure.md @@ -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.