tessl install tessl/pypi-langgraph-cli@0.4.0CLI for interacting with LangGraph API
Agent Success
Agent success rate when using this tile
74%
Improvement
Agent success rate improvement when using this tile compared to baseline
1.17x
Baseline
Agent success rate without this tile
63%
{
"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
}
]
}