@agentic-kernel/model-openai
v0.6.0
Published
Remote-model `Planner` adapter — turns an `AgentContext` snapshot into an OpenAI Responses API request and validates the result as a structured `Action`.
Readme
@agentic-kernel/model-openai
Remote-model Planner adapter — turns an AgentContext snapshot into an OpenAI Responses API request and validates the result as a structured Action.
Part of Agentic Kernel — a microkernel agent runtime, feature-paired across TypeScript and Python.
Install
npm install @agentic-kernel/model-openaiUsage
import { OpenAIPlanner } from "@agentic-kernel/model-openai";
const planner = new OpenAIPlanner({ apiKey: process.env.OPENAI_API_KEY, model: "gpt-5" });See the documentation site for guides and the full API.
License
Apache-2.0
