CLI

  • Orchestrating LLMs Locally with n8n and SSH


    Using n8n to orchestrate DeepSeek/Llama3 Agents via SSH (True Memory Persistence)Using n8n to orchestrate DeepSeek/Llama3 agents via SSH offers a cost-effective alternative to OpenAI nodes for tasks requiring heavy context. By utilizing the n8n SSH Node to connect to a local Ollama instance, it avoids the REST API and leverages an interactive CLI for stateful sessions using a Session ID. This setup allows for persistent context and error handling within the same SSH session, enabling efficient orchestration of local LLMs without complex frameworks. This matters because it provides a more affordable and streamlined approach to managing local machine learning models for repetitive tasks.

    Read Full Article: Orchestrating LLMs Locally with n8n and SSH