Troubleshooting
Common issues and solutions when using Letta Evals.
Installation Issues
Section titled “Installation Issues”Configuration Issues
Section titled “Configuration Issues”Connection Issues
Section titled “Connection Issues”Runtime Issues
Section titled “Runtime Issues”Performance Issues
Section titled “Performance Issues”Results Issues
Section titled “Results Issues”Debug Tips
Section titled “Debug Tips”Enable verbose output
Section titled “Enable verbose output”Run without --quiet to see detailed progress:
letta-evals run suite.yamlExamine output files
Section titled “Examine output files”letta-evals run suite.yaml --output debug/
# Check summarycat debug/summary.json | jq .
# Check individual resultscat debug/results.jsonl | jq .Validate configuration
Section titled “Validate configuration”letta-evals validate suite.yamlCheck component availability
Section titled “Check component availability”letta-evals list-gradersletta-evals list-extractorsGetting Help
Section titled “Getting Help”If you’re still stuck:
- Check the Getting Started guide
- Review the Core Concepts
- 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)
# Get environment infopython --versionpip show letta-evals