Uses of Interface
com.alibaba.cloud.ai.graph.agent.hook.Hook
Packages that use Hook
Package
Description
-
Uses of Hook in com.alibaba.cloud.ai.graph.agent
Fields in com.alibaba.cloud.ai.graph.agent with type parameters of type HookMethods in com.alibaba.cloud.ai.graph.agent with parameters of type HookMethod parameters in com.alibaba.cloud.ai.graph.agent with type arguments of type Hook -
Uses of Hook in com.alibaba.cloud.ai.graph.agent.extension.interceptor
Methods in com.alibaba.cloud.ai.graph.agent.extension.interceptor with parameters of type HookModifier and TypeMethodDescriptionSubAgentInterceptor.Builder.defaultHooks(Hook... hooks) Set the default hooks to apply to subagents. -
Uses of Hook in com.alibaba.cloud.ai.graph.agent.hook
Classes in com.alibaba.cloud.ai.graph.agent.hook that implement HookModifier and TypeClassDescriptionclassclassHook that supports interruption and feedback mechanism.classMethods in com.alibaba.cloud.ai.graph.agent.hook with parameters of type Hook -
Uses of Hook in com.alibaba.cloud.ai.graph.agent.hook.hip
Classes in com.alibaba.cloud.ai.graph.agent.hook.hip that implement Hook -
Uses of Hook in com.alibaba.cloud.ai.graph.agent.hook.messages
Classes in com.alibaba.cloud.ai.graph.agent.hook.messages that implement Hook -
Uses of Hook in com.alibaba.cloud.ai.graph.agent.hook.modelcalllimit
Classes in com.alibaba.cloud.ai.graph.agent.hook.modelcalllimit that implement HookModifier and TypeClassDescriptionclassHook that tracks and limits model call counts. -
Uses of Hook in com.alibaba.cloud.ai.graph.agent.hook.pii
Classes in com.alibaba.cloud.ai.graph.agent.hook.pii that implement HookModifier and TypeClassDescriptionclassDetect and handle Personally Identifiable Information (PII) in agent conversations. -
Uses of Hook in com.alibaba.cloud.ai.graph.agent.hook.shelltool
Classes in com.alibaba.cloud.ai.graph.agent.hook.shelltool that implement Hook -
Uses of Hook in com.alibaba.cloud.ai.graph.agent.hook.summarization
Classes in com.alibaba.cloud.ai.graph.agent.hook.summarization that implement HookModifier and TypeClassDescriptionclassHook that summarizes conversation history when token limits are approached. -
Uses of Hook in com.alibaba.cloud.ai.graph.agent.hook.toolcalllimit
Classes in com.alibaba.cloud.ai.graph.agent.hook.toolcalllimit that implement HookModifier and TypeClassDescriptionclassHook that tracks and limits tool call counts.