@openvole/paw-gemini
v1.0.2
Published
Brain Paw powered by Google Gemini
Maintainers
Readme
@openvole/paw-gemini
Brain Paw powered by Google Gemini.
Part of OpenVole — the microkernel AI agent framework.
Install
npm install @openvole/paw-geminiConfig
{
"name": "@openvole/paw-gemini",
"allow": {
"network": ["generativelanguage.googleapis.com"],
"env": ["GEMINI_API_KEY", "GEMINI_MODEL"]
}
}Environment Variables
| Variable | Description |
|----------|-------------|
| GEMINI_API_KEY | Google Gemini API key |
| GEMINI_MODEL | Model to use (e.g. gemini-pro) |
Brain
Implements the Think phase — receives the conversation context and registered tools, returns the next assistant message and any tool calls. Connects to the Google Gemini API.
BRAIN.md
The system prompt is loaded from .openvole/paws/paw-gemini/BRAIN.md. On first startup, the paw scaffolds a default prompt there. Edit this file to customize how the Brain reasons and responds.
The old .openvole/BRAIN.md path is no longer used.
