Native SDKs with full type safety, async support, and comprehensive documentation.
The most popular SDK. Full async support, type hints, and Jupyter notebook integration. Works with Python 3.9+.
pip install logiccycle
View Docs
First-class C# support with dependency injection, IHostedService integration, and full async/await patterns. Targets .NET 8+.
dotnet add package LogicCycle
View Docs
Full type safety with generics. Works in Node.js, Deno, and Bun. ESM and CJS builds included.
npm install @logiccycle/sdk
View Docs
Idiomatic Go with context propagation, structured logging, and minimal dependencies. Go 1.21+.
go get github.com/logiccycleai/go-sdk
View Docs
Every SDK ships with the same core capabilities.
Every REST endpoint is wrapped in a typed, ergonomic interface. No raw HTTP needed.
Stream reasoning traces in real-time as your agent thinks. Perfect for building interactive UIs.
Built-in exponential backoff, circuit breakers, and configurable timeout policies.
OpenTelemetry integration out of the box. Trace every cycle through your existing monitoring stack.