CtrlK
CommunityDocumentationLog inGet started
Tessl Logo

tessl/pypi-langgraph-cli

tessl install tessl/pypi-langgraph-cli@0.4.0

CLI 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%

rubric.jsonevals/scenario-8/

{
  "context": "Evaluates whether the solution uses langgraph-cli's configuration and image-tag helpers to plan Docker base images and tags for different distros, overrides, and API versions. Checks that plans lean on the library instead of custom logic and keep the required warning signals intact.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Config validation",
      "description": "Loads the config file through langgraph_cli.config.validate_config_file (or validate_config) to normalize python_version, image_distro, api_version, and base_image before any planning logic.",
      "max_score": 20
    },
    {
      "name": "Base image choice",
      "description": "Uses langgraph_cli.config.default_base_image to derive the base when no override is provided, honoring image_distro and python_version values from the validated Config, and records that distro in the result.",
      "max_score": 25
    },
    {
      "name": "Override respect",
      "description": "When config.base_image is set, surfaces that exact string in the plan and bypasses default selection while still relying on the validated Config to keep python_version and image_distro context for downstream tagging/warnings.",
      "max_score": 15
    },
    {
      "name": "Tag composition",
      "description": "Builds the final tag with langgraph_cli.config.docker_tag so that the returned tag reflects the provided image_name plus python_version/image_distro details and any api_version or _INTERNAL_docker_tag pin; forwards platform when present.",
      "max_score": 25
    },
    {
      "name": "Wolfi warnings",
      "description": "Detects non-wolfi selections (either from image_distro or base_image choice) and emits a warning string that explicitly calls out the distro and preference for wolfi; skips warnings when distro is already wolfi.",
      "max_score": 15
    }
  ]
}

Version

Workspace
tessl
Visibility
Public
Created
Last updated
Describes
pypipkg:pypi/langgraph-cli@0.4.x
tile.json