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%

task.mdevals/scenario-3/

Monorepo LangGraph Image Builder

Build a helper that produces a Docker image for a JavaScript LangGraph service that lives inside a monorepo, wiring in custom install/build commands so the correct workspace packages are available.

Capabilities

Monorepo context handling

  • Uses the provided workspace root as the Docker build context while generating or updating the LangGraph config in the service directory so the supplied graph entry is registered and shared packages remain visible. @test

Custom install and build commands

  • Forwards the caller-supplied install and build commands to the image build so workspace-specific steps (e.g., filtered package installs) run instead of defaults. @test

Node-only configuration

  • Ensures the generated configuration includes the expected Node version for the service and does not inject Python settings. @test

Tag and build argument propagation

  • Applies the requested image tag and any extra Docker build arguments when invoking the build. @test

Implementation

@generates

API

export interface BuildOptions {
  workspaceRoot: string;
  serviceDir: string;
  graphEntry: string;
  nodeVersion: string;
  installCommand: string;
  buildCommand: string;
  imageTag: string;
  buildArgs?: Record<string, string>;
}

export async function buildJsGraphImage(options: BuildOptions): Promise<void>;

Dependencies { .dependencies }

langgraph-cli { .dependency }

Provides CLI support for validating LangGraph configs and building Docker images for JavaScript/monorepo projects with custom install/build commands.

Version

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