SDKs
Reference documentation for the Cloudmind JavaScript and Python SDKs and the LangChain integration.
Cloudmind ships official SDKs for JavaScript and Python, plus framework integrations that sit on top of them.
- JavaScript SDK — Node 18+, ESM and CJS, full TypeScript types
- Python SDK — Python 3.9+, sync and async
- LangChain — callback handler for chains, agents and retrievers
All SDKs are MIT licensed and developed in the open on GitHub.
Design principles
Never in the critical path. Traces are batched and flushed on a background timer. An SDK failure or a Cloudmind outage cannot fail your model call.
No proxying. Cloudmind never sits between your application and your model provider. Your requests go direct.
Fail open. Every SDK error is logged and swallowed. Instrumentation that can crash your application is worse than no instrumentation.