UNPKG

openai-agents

Version:

A TypeScript library extending the OpenAI Node.js SDK for building highly customizable agents and simplifying 'function calling'. Easily create and manage tools to extend LLM capabilities.

6 lines (5 loc) 149 B
export * from 'openai'; export * from './types'; export * from './agent'; export * from './storage'; export { getCompletionsUsage, } from './utils';