Python SDK
The Nolma Python SDK adds session tracking and signal collection to your agents. It works alongside the gateway integration.Installation
httpx.
Basic usage
Session tracking
The@nolma.session decorator:
- Creates a session ID automatically
- Propagates it via
contextvars - All LLM calls within the function are grouped under one session