SDKs

Build in Your Language

Native SDKs with full type safety, async support, and comprehensive documentation.

🐍 Python

The most popular SDK. Full async support, type hints, and Jupyter notebook integration. Works with Python 3.9+.

pip install logiccycle
View Docs

🔷 .NET

First-class C# support with dependency injection, IHostedService integration, and full async/await patterns. Targets .NET 8+.

dotnet add package LogicCycle
View Docs

📘 TypeScript

Full type safety with generics. Works in Node.js, Deno, and Bun. ESM and CJS builds included.

npm install @logiccycle/sdk
View Docs

🔵 Go

Idiomatic Go with context propagation, structured logging, and minimal dependencies. Go 1.21+.

go get github.com/logiccycleai/go-sdk
View Docs

SDK Features

Every SDK ships with the same core capabilities.

Full API Coverage

Every REST endpoint is wrapped in a typed, ergonomic interface. No raw HTTP needed.

Streaming Support

Stream reasoning traces in real-time as your agent thinks. Perfect for building interactive UIs.

Retry & Resilience

Built-in exponential backoff, circuit breakers, and configurable timeout policies.

Observability Hooks

OpenTelemetry integration out of the box. Trace every cycle through your existing monitoring stack.