Official SDK for the Sudo AI platform - developer-friendly, type-safe, and feature-complete
The official SDK for Sudo provides a developer-friendly and type-safe way to integrate with the Sudo AI platform. Available in both Python and TypeScript, it offers comprehensive support for all Sudo features including AI responses with streaming, tool calling, structured outputs, and more.
Both SDKs are fully typed - Python with Pydantic models and TypeScript with native types, providing excellent IDE support and compile-time error checking.
The Sudo SDK follows semantic versioning in both languages. For Python, check the PyPI page and for TypeScript, check the npm page for the latest release information.Python: Compatible with Python 3.9+ TypeScript: Compatible with Node.js 14+ and modern browsers