UNPKG

@openai/agents-core

Version:

The OpenAI Agents SDK is a lightweight yet powerful framework for building multi-agent workflows.

4 lines (3 loc) 105 B
import { NextStep, nextStepSchema } from './steps'; export { nextStepSchema }; export type { NextStep };