SDKs

Official NoLag SDKs for your preferred language.

JavaScript / TypeScript

@nolag/js-sdk

Full TypeScript support for browser and Node.js applications.

npm install @nolag/js-sdk

Python

nolag

Async/await support with type hints for Python 3.10+.

pip install nolag

Go

github.com/NoLagApp/nolag-go

Idiomatic Go client with goroutines and channels support.

go get github.com/NoLagApp/nolag-go

AI Agents SDK

Multi-agent coordination SDK with six patterns: Handoff, Blackboard, Inbox, Tools, Approve, and Observe. Available for both JavaScript and Python.

@nolag/agents
npm install @nolag/agents @nolag/js-sdk
nolag-agents
pip install nolag-agents

High-Level SDKs

Domain-specific SDKs built on @nolag/js-sdk with purpose-built APIs for common real-time use cases.