Module util

Source

Constants§

LLMVM_CORE_CLI_ARGS
CLI arguments for the core, when invoking the process for stdio communication.
LLMVM_CORE_CLI_COMMAND
The default name of the core cli binary.

Functions§

build_core_service_from_config
Create a core service client that communicates with stdio or HTTP. If http_client_config is provided, an HTTP client will be created. Otherwise, a stdio client is created. Useful for frontends.