nemo_relay.llm
nemo_relay.llm
Generated from python/nemo_relay/llm.py.
Module nemo_relay.llm.
LLM lifecycle helpers for non-streaming and streaming calls.
Functions
call
Start a manual LLM span and return its LLMHandle.
call_end
Finish a manual LLM span started by call().
execute
Run an LLM call through the managed middleware pipeline.
stream_execute
Run a streaming LLM call through the managed middleware pipeline.
request_intercepts
Apply global LLM request intercepts to request.
conditional_execution
Run LLM conditional-execution guardrails for request.