nemo_relay.scope_local
nemo_relay.scope_local
nemo_relay.scope_local
Generated from python/nemo_relay/scope_local.py.
Module nemo_relay.scope_local.
Scope-local middleware and subscriber registration.
register_tool_sanitize_requestRegister a scope-local tool sanitize-request guardrail.
deregister_tool_sanitize_requestRemove a scope-local tool sanitize-request guardrail.
register_tool_sanitize_responseRegister a scope-local tool sanitize-response guardrail.
deregister_tool_sanitize_responseRemove a scope-local tool sanitize-response guardrail.
register_tool_conditional_executionRegister a scope-local tool conditional-execution guardrail.
deregister_tool_conditional_executionRemove a scope-local tool conditional-execution guardrail.
register_tool_requestRegister a scope-local tool request intercept.
deregister_tool_requestRemove a scope-local tool request intercept.
register_tool_executionRegister scope-local middleware around tool execution.
deregister_tool_executionRemove a scope-local tool execution intercept.
register_llm_sanitize_requestRegister a scope-local LLM sanitize-request guardrail.
deregister_llm_sanitize_requestRemove a scope-local LLM sanitize-request guardrail.
register_llm_sanitize_responseRegister a scope-local LLM sanitize-response guardrail.
deregister_llm_sanitize_responseRemove a scope-local LLM sanitize-response guardrail.
register_llm_conditional_executionRegister a scope-local LLM conditional-execution guardrail.
deregister_llm_conditional_executionRemove a scope-local LLM conditional-execution guardrail.
register_llm_requestRegister a scope-local LLM request intercept.
deregister_llm_requestRemove a scope-local LLM request intercept.
register_llm_executionRegister scope-local middleware around non-streaming LLM execution.
deregister_llm_executionRemove a scope-local LLM execution intercept.
register_llm_stream_executionRegister scope-local middleware around streaming LLM execution.
deregister_llm_stream_executionRemove a scope-local streaming LLM execution intercept.
register_subscriberRegister an event subscriber that is active only for scope_handle.
deregister_subscriberRemove a scope-local event subscriber.