Back to home

January 20, 2026

Instrument multi-turn conversations

Sessions are now on neatlogs. Group every turn of a chatbot or multi-turn workflow under a single session — one parameter change.

Instrument multi-turn conversations

How it works

Pass auto_session=True and Neatlogs handles the rest. Every trace your process produces gets attached to the same session automatically. Bring your own session ID if you already manage conversation state externally.

Quick start

neatlogs.init(
 api_key=...,
 workflow_name="support-chatbot",
 auto_session=True,
)
Read the Sessions docs
Instrument multi-turn conversations - neatlogs