Nexus exposes a Python-first API for trace logging.Documentation Index
Fetch the complete documentation index at: https://docs.trynexus.io/llms.txt
Use this file to discover all available pages before exploring further.
Core modules
NexusClientandSpanfor manual instrumentation.LangHandlerfor LangChain callback instrumentation.confighelpers for DB and trigger URLs.
Data model written to storage
Both manual spans and LangChain callbacks map to rows with these key fields:run_iduser_idtrace_idparent_run_idevent_typenameinputoutputerror
Reference pages
NexusClient + Span
Constructor behavior, span lifecycle, flush, and tree helpers.
LangHandler
Callback hooks, event mapping, and root-chain trigger behavior.