Overview of Composio TypeScript packages
nextThe Composio TypeScript workspace consists of several specialized packages:
@composio/core: The primary SDK. It includes TypeScript source and SDK documentation, making it inspectable by AI coding agents.@composio/slim: A lightweight version of the SDK with the same API as@composio/corebut without the packaged source and docs.composioCLI: A standalone binary for searching, executing, and scripting tools directly from your terminal.@composio/*providers: Adapters designed to format Composio tools for specific agent frameworks like OpenAI, Anthropic, Vercel AI SDK, and LangChain.@composio/experimental: Contains experimental integrations (e.g., the Pi provider).@composio/json-schema-to-zod: A utility for converting JSON Schema to Zod.