Install
Quick Start
Providers
TraceLM supports provider="openai" | "anthropic" | "google" and can route through /v1/chat/completions with provider-normalized behavior.
You can also use provider-specific clients:
AnthropicTraceLMGeminiTraceLM
Reliability-First Onboarding
- Create project + API key.
- Send one traced request.
- Open
/dashboard/first-run. - Confirm your first reliability signal.
Task Grouping + Detection
Manual Detection (No Completion)
Conversation Tracking
Query APIs
Environment Variables
Notes
task.complete()returnsNoneif the backend task record does not exist yet.- Use
run_detection=Falsefor completion without re-running detection. - Detection results are stored in task metadata under
detection_results.

