Class A2aRemoteAgent
java.lang.Object
com.alibaba.cloud.ai.graph.agent.Agent
com.alibaba.cloud.ai.graph.agent.BaseAgent
com.alibaba.cloud.ai.graph.agent.a2a.A2aRemoteAgent
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.alibaba.cloud.ai.graph.agent.BaseAgent
includeContents, inputSchema, inputType, outputKey, outputKeyStrategy, outputSchema, outputType, returnReasoningContentsFields inherited from class com.alibaba.cloud.ai.graph.agent.Agent
compileConfig, compiledGraph, description, executor, graph, name -
Method Summary
Modifier and TypeMethodDescriptionasNode(boolean includeContents, boolean returnReasoningContents) static A2aRemoteAgent.Builderbuilder()protected StateGraphschedule(ScheduleConfig scheduleConfig) Schedule the agent task with trigger.Methods inherited from class com.alibaba.cloud.ai.graph.agent.BaseAgent
getOutputKey, getOutputKeyStrategy, isIncludeContents, isReturnReasoningContents, setOutputKey, setOutputKeyStrategy, setReturnReasoningContentsMethods inherited from class com.alibaba.cloud.ai.graph.agent.Agent
applyExecutorConfig, buildMessageInput, buildNonStreamConfig, buildStreamConfig, description, doInvoke, doInvokeAndGetOutput, doStream, getAndCompileGraph, getCurrentState, getGraph, invoke, invoke, invoke, invoke, invoke, invoke, invokeAndGetOutput, invokeAndGetOutput, invokeAndGetOutput, invokeAndGetOutput, invokeAndGetOutput, invokeAndGetOutput, name, schedule, stream, stream, stream, stream, stream, stream
-
Method Details
-
initGraph
- Specified by:
initGraphin classAgent- Throws:
GraphStateException
-
schedule
Description copied from class:AgentSchedule the agent task with trigger. -
builder
-
asNode
-