@openvole/paw-openai
v1.0.1
Published
Brain Paw powered by OpenAI
Downloads
595
Readme
@openvole/paw-openai
Brain Paw powered by OpenAI.
Part of OpenVole — the microkernel AI agent framework.
Install
npm install @openvole/paw-openaiConfig
{
"name": "@openvole/paw-openai",
"allow": {
"network": ["api.openai.com"],
"env": ["OPENAI_API_KEY", "OPENAI_MODEL"]
}
}Environment Variables
| Variable | Description |
|----------|-------------|
| OPENAI_API_KEY | OpenAI API key |
| OPENAI_MODEL | Model to use (e.g. gpt-4o) |
Brain
Implements the Think phase — receives the conversation context and registered tools, returns the next assistant message and any tool calls. Connects to the OpenAI API.
BRAIN.md
The system prompt is loaded from .openvole/paws/paw-openai/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.
