Installation
Quick Start
What Gets Traced
- Module calls — input kwargs, output text (from Prediction result), configured model name
- Token usage — prompt/completion tokens if available in the result
- Errors — captured and re-raised
dspy.Predict, dspy.ChainOfThought, and custom dspy.Module subclasses.