UNPKG

@agentx-ai/agentx-js

Version:

Official JavaScript/TypeScript SDK for AgentX (https://www.agentx.so/)

10 lines 426 B
import { AgentX } from "./agentx"; import { Agent } from "./resources/agent"; import { Conversation, ChatResponse, Message } from "./resources/conversation"; import { Workforce, User } from "./resources/workforce"; import { VERSION } from "./version"; export { AgentX, VERSION }; export type { ChatResponse, Message }; export { Agent, Conversation, Workforce, User }; export default AgentX; //# sourceMappingURL=index.d.ts.map