UNPKG

@dev-fastn-ai/ucl-sdk

Version:

Fastn UCL SDK - A robust TypeScript SDK for integrating AI agents with Fastn UCL

5 lines 503 B
import { UCLCore } from './core/ucl'; export type { Tool, ToolParameter, Connector, GetToolsResponse, ExecuteToolRequest, ExecuteToolResponse, GetConnectorsResponse, ToolAnalysisResult, UserMessageAnalysis, UCLConfig, LLMConfig, MessageProcessingOptions } from './types'; export { UCLError, AuthenticationError, ConfigurationError, ToolNotFoundError, ConnectorNotActiveError, MissingParametersError, APIError, LLMError } from './utils/errors'; export default UCLCore; //# sourceMappingURL=index.d.ts.map