UNPKG

llamaindex

Version:

<p align="center"> <img height="100" width="100" alt="LlamaIndex logo" src="https://ts.llamaindex.ai/square.svg" /> </p> <h1 align="center">LlamaIndex.TS</h1> <h3 align="center"> Data framework for your LLM application. </h3>

4 lines (3 loc) 178 B
export * from "@llamaindex/core/agent"; export { OpenAIContextAwareAgent } from "./openai.js"; export { ReACTAgentWorker, ReActAgent, type ReACTAgentParams, } from "./react.js";