pool directly, or you can point pool at Ollama’s OpenAI-compatible API.
For a guided setup that installs Ollama, pulls an open-weight Poolside model, and starts a local agent session, see How to run a Poolside model locally.
Prerequisites
- You have Ollama installed. For installation options, see the Ollama Quickstart.
- You have Poolside Agent CLI installed. See Install Poolside Agent CLI.
- You have a model available in Ollama.
Steps
- Launch through Ollama
- Connect directly
-
Open your project directory:
-
Launch
poolthrough Ollama:This opens Ollama’s model selector. To start with a specific model instead:To pass flags topool, add them after--: - Send a prompt. You know the setup works when the agent responds using the model served by Ollama.