Module state

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.

Process-global runtime state and middleware-chain builders.

NemoRelayContextState owns the registries and helper methods that power the public scope, tool, and LLM APIs. Advanced integrations can use this type directly to register middleware, attach runtime extensions, and build the resolved callback chains that the higher-level API layer executes.

Structs