Install
Quick Start
Providers
TraceLM supports provider: 'openai' | 'anthropic' | 'google' with provider routing through /v1/chat/completions.
You can also use:
AnthropicTraceLMGeminiTraceLM
Task Grouping + Detection
Manual Detection (No Completion)
Conversation Tracking
Query APIs
Environment Variables
Notes
task.complete()returnsnullif the backend task record does not exist yet.- Use
task.complete({ runDetection: false })for completion without detection. - Detection results are cached in task metadata under
detection_results.

