Uses of Class
com.alibaba.cloud.ai.graph.agent.ReactAgent
Packages that use ReactAgent
Package
Description
-
Uses of ReactAgent in com.alibaba.cloud.ai.graph.agent
Methods in com.alibaba.cloud.ai.graph.agent that return ReactAgentMethods in com.alibaba.cloud.ai.graph.agent with parameters of type ReactAgentModifier and TypeMethodDescriptionstatic org.springframework.ai.tool.ToolCallbackAgentTool.create(ReactAgent agent) Create a ToolCallback using MethodToolCallback.static org.springframework.ai.tool.ToolCallbackAgentTool.getFunctionToolCallback(ReactAgent agent) Create a ToolCallback using MethodToolCallback.Constructors in com.alibaba.cloud.ai.graph.agent with parameters of type ReactAgent -
Uses of ReactAgent in com.alibaba.cloud.ai.graph.agent.extension.interceptor
Methods in com.alibaba.cloud.ai.graph.agent.extension.interceptor with parameters of type ReactAgentModifier and TypeMethodDescriptionSubAgentInterceptor.Builder.addSubAgent(String name, ReactAgent agent) Add a custom subagent. -
Uses of ReactAgent in com.alibaba.cloud.ai.graph.agent.extension.tools.model
Method parameters in com.alibaba.cloud.ai.graph.agent.extension.tools.model with type arguments of type ReactAgentModifier and TypeMethodDescriptionstatic org.springframework.ai.tool.ToolCallbackTaskTool.createTaskToolCallback(Map<String, ReactAgent> subAgents, String description) Create a ToolCallback for the task tool.Constructor parameters in com.alibaba.cloud.ai.graph.agent.extension.tools.model with type arguments of type ReactAgent -
Uses of ReactAgent in com.alibaba.cloud.ai.graph.agent.hook
Methods in com.alibaba.cloud.ai.graph.agent.hook that return ReactAgentMethods in com.alibaba.cloud.ai.graph.agent.hook with parameters of type ReactAgentModifier and TypeMethodDescriptionvoidAgentHook.setAgent(ReactAgent agent) voidHook.setAgent(ReactAgent agent) voidModelHook.setAgent(ReactAgent agent) -
Uses of ReactAgent in com.alibaba.cloud.ai.graph.agent.hook.messages
Methods in com.alibaba.cloud.ai.graph.agent.hook.messages that return ReactAgentMethods in com.alibaba.cloud.ai.graph.agent.hook.messages with parameters of type ReactAgent