CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/pypi-langgraph-cli

CLI for interacting with LangGraph API

Overall
score

74%

Evaluation74%

1.17x

Agent success when using this tile

Overview
Eval results
Files

rubric.jsonevals/scenario-9/

{
  "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-cli

tile.json