Skip to content

Letta Evals: Evaluating Agents that Learn Recent

Published: October 23, 2025 | Original Post


An open-source evaluation framework for systematically testing stateful agents.

Core Problem

Agent design changes must be evaluated both for new agents and existing agents. Traditional evaluation approaches fail to capture how stateful agents behave differently as they accumulate context.

Framework Components

ComponentDescription
DatasetsJSONL files containing test cases with inputs, outputs, and metadata
TargetsAgent Files (.af) defining agent configuration
GradersScoring mechanisms (exact match to LLM-as-judge)
GatesPass/fail thresholds preventing regressions

CI/CD Integration

The framework integrates into GitHub workflows. Failed evaluations return non-zero status codes, enabling teams to block pull requests that compromise agent behavior.

Real-World Usage

Bilt Rewards operates over one million personalized stateful agents and uses Letta Evals to validate architectural changes across their agent fleet before production deployment.