LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • LangGraph Checkpoint
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    LangGraph Checkpoint
    Checkpoint Postgres
    Store Postgres
    Checkpoint SQLite
    LangGraph Prebuilt
    LangGraph CLI
    LangGraph SDK
    LangGraph Supervisor
    LangGraph Swarm
    Language
    Theme
    Pythonlanggraph-clicliprepare_args_and_stdin
    Functionā—Since v0.1

    prepare_args_and_stdin

    Copy
    prepare_args_and_stdin(
      *,
      capabilities: DockerCapabilities,
      config_path: pathlib.Path,
      config: Config
    View source on GitHub
    ,
    docker_compose
    :
    pathlib
    .
    Path
    |
    None
    ,
    port
    :
    int
    ,
    watch
    :
    bool
    ,
    debugger_port
    :
    int
    |
    None
    =
    None
    ,
    debugger_base_url
    :
    str
    |
    None
    =
    None
    ,
    postgres_uri
    :
    str
    |
    None
    =
    None
    ,
    api_version
    :
    str
    |
    None
    =
    None
    ,
    engine_runtime_mode
    :
    str
    =
    'combined_queue_worker'
    ,
    image
    :
    str
    |
    None
    =
    None
    ,
    base_image
    :
    str
    |
    None
    =
    None
    )
    ->
    tuple
    [
    list
    [
    str
    ]
    ,
    str
    ]