Skip to content
Sign up
V1 SDK (legacy)
Concepts
Evals
Troubleshooting

Troubleshooting

Common issues and solutions when running evaluations, debugging failures, and optimizing performance.

Common issues and solutions when using Letta Evals.

Run without --quiet to see detailed progress:

Terminal window
letta-evals run suite.yaml
Terminal window
letta-evals run suite.yaml --output debug/
# Check summary
cat debug/summary.json | jq .
# Check individual results
cat debug/results.jsonl | jq .
Terminal window
letta-evals validate suite.yaml
Terminal window
letta-evals list-graders
letta-evals list-extractors

If you’re still stuck:

  1. Check the Getting Started guide
  2. Review the Core Concepts
  3. Report issues at the Letta Evals GitHub repository

When reporting issues, include:

  • Suite YAML configuration
  • Dataset sample (if not sensitive)
  • Error message and full stack trace
  • Environment info (OS, Python version)
Terminal window
# Get environment info
python --version
pip show letta-evals