UNPKG

@agentx-ai/agentx-js

Version:

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

11 lines 370 B
import { Agent } from "./resources/agent"; import { Workforce } from "./resources/workforce"; export declare class AgentX { private apiKey; constructor(apiKey?: string); getAgent(id: string): Promise<Agent>; listAgents(): Promise<Agent[]>; listWorkforces(): Promise<Workforce[]>; getProfile(): Promise<any>; } //# sourceMappingURL=agentx.d.ts.map