Provider id:Documentation Index
Fetch the complete documentation index at: https://docs.ctrlnode.ai/llms.txt
Use this file to discover all available pages before exploring further.
gemini · CtrlNode agent type: Gemini
Runs the @google/gemini-cli through ACP on stdio.
When to use it
- You want Google Gemini models for coding tasks from CtrlNode
- You use
geminilocally or on a VPS with API access
Prerequisites
- Node.js 20+
- Gemini CLI:
Authentication
Option A — API keyEnvironment variables
| Variable | Default | Description |
|---|---|---|
GEMINI_API_KEY | — | Google AI / Gemini API key |
GEMINI_TIMEOUT_MINUTES | 10 | Task timeout |
AGENTS_FOLDER | Home | Workspace root |
Example .env
CtrlNode setup
- Project agent type Gemini
- Register agents in Team
- Pick model in the agent editor when the Bridge reports available models
Troubleshooting
| Issue | Fix |
|---|---|
| CLI not found | Install globally; add ~/.local/bin to PATH on Linux |
| Auth errors | gemini auth login or valid GEMINI_API_KEY |
| Empty model list | API key optional for dispatch; key helps model listing |