Skip to main content
Use Ollama as a local model runtime for Poolside Agent CLI. Ollama can launch pool directly, or you can point pool at Ollama’s OpenAI-compatible API. For a guided setup that installs Ollama, pulls Laguna XS.2, and starts a local agent session, see How to run a Poolside coding agent locally.

Prerequisites

Steps

  1. Open your project directory:
  2. Launch pool through Ollama:
    This opens Ollama’s model selector. To start with a specific model instead:
    To pass flags to pool, add them after --:
  3. Send a prompt. You know the setup works when the agent responds using the model served by Ollama.