@klura/agent-openai
v0.1.1
Published
OpenAI-compatible provider for the klura CLI agent — OpenAI, NVIDIA NIM, Together, Groq, Cerebras, vLLM, and any chat-completions endpoint.
Readme
@klura/agent-openai
OpenAI-compatible provider for the klura CLI agent (klura chat, klura execute --agent).
Drives klura with any chat-completions endpoint — OpenAI, NVIDIA NIM, Together, Fireworks, vLLM, or a self-hosted model.
Install
npm install -g @klura/agent-openaiThen point klura at it:
klura chat --provider openai --model gpt-5Or set it in ~/.klura/config.json:
{
"agent": {
"provider": "openai",
"model": "gpt-5",
"base_url": "https://api.openai.com/v1",
"api_key": "sk-..."
}
}The API key comes from config.agent.api_key, or the KLURA_AGENT_API_KEY env
var (a config-free path, handy for CI), or OPENAI_API_KEY. For non-OpenAI
endpoints, set base_url.
License
BUSL-1.1
