UNPKG

@openai/agents

Version:

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

6 lines (5 loc) 364 B
export * from '@openai/agents-core'; export * from '@openai/agents-openai'; export { applyPatchTool, shellTool } from '@openai/agents-core'; export type { Shell, ShellAction, ShellResult, ShellOutputResult, ApplyPatchOperation, ApplyPatchResult, Editor, ShellTool, ApplyPatchTool, } from '@openai/agents-core'; export * as realtime from '@openai/agents-realtime';