Function: patchLangChain()
patchLangChain(
client):Promise<boolean>
Defined in: src/hooks/langchain.ts:16
Intentional no-op stub: native-transport LangChain patching is not
implemented. LangChain enforcement is performed in the SDK's wrapper layer
(wrapToolWithAssembly, pre-execution deny — the only layer that actually
blocks) plus an audit-only callback layer, both wired by initAssembly, not
through this native hook — so there is nothing to patch here yet. Returns
false (nothing patched) for every mode.
The client parameter is retained to keep the adapter-registry hook
signature (and the public patchLangChain export) uniform with the other
patch* hooks; it is deliberately unused until native patching lands.
Parameters
client
NativeClient
Returns
Promise<boolean>