Letta Terminalbench banner
letta-ai letta-ai

Letta Terminalbench

Development community

Description

letta integration for terminalbench (#1 open source agent, in under 200 lines of code)

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

letta-terminalbench

Official code for Letta on [Terminal-Bench](https://www.tbench.ai/news/announcement).

Check out our technical blog for more information: [Blog](https://www.letta.com/blog/terminal-bench)

tb run \
    --dataset-name terminal-bench-core \
    --dataset-version 0.1.1 \
    --agent-import-path letta-agent.letta_agent_v1:LettaAgent \
    --n-concurrent 4 --model anthropic/claude-sonnet-4-20250514 

# note this script supports --model anthropic/*. However, one can modify LlmConfig to use other models.