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

React Native

@nolag/react-native

AppState lifecycle, NetInfo reachability, token caching and polyfills.

npm install @nolag/react-native @nolag/js-sdk

Voice Engine

@nolag/voice-engine

Real-time voice agents: turn taking, barge-in and call screening, vendor agnostic.

npm install @nolag/voice-engine

Python

nolag

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

pip install nolag

Go

github.com/NoLagApp/go-sdk

Idiomatic Go client with goroutines and channels support.

go get github.com/NoLagApp/go-sdk

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.