CLI for interacting with LangGraph API
Overall
score
74%
Evaluation — 74%
↑ 1.17xAgent success when using this tile
{
"context": "Evaluates how well the solution uses langgraph-cli to build a JavaScript LangGraph service inside a monorepo, focusing on monorepo context, Node-only config, and custom build hooks. Scores reflect correct use of CLI flags and config fields rather than general code quality.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Monorepo build context",
"description": "Runs `langgraph build` from the workspace root while pointing `--config` to the service directory langgraph.json so the Docker context includes shared packages.",
"max_score": 20
},
{
"name": "Install command flag",
"description": "Forwards the caller-supplied install string via the CLI's `--install-command` option rather than relying on defaults.",
"max_score": 20
},
{
"name": "Build command flag",
"description": "Uses the CLI's `--build-command` option to run the provided service build step during the image build.",
"max_score": 20
},
{
"name": "Node config enforcement",
"description": "Writes or validates a langgraph.json that sets `node_version` for the service and omits `python_version`, aligning with the Node-only workflow expected by langgraph-cli.",
"max_score": 20
},
{
"name": "Tag and args propagation",
"description": "Supplies the requested image tag through `--tag/-t` and forwards any Docker build arguments after the CLI options when invoking `langgraph build`.",
"max_score": 20
}
]
}Install with Tessl CLI
npx tessl i tessl/pypi-langgraph-clievals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10