Class AgentTransfer
java.lang.Object
com.google.adk.flows.llmflows.AgentTransfer
- All Implemented Interfaces:
RequestProcessor
RequestProcessor
that handles agent transfer for LLM flow.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.adk.flows.llmflows.RequestProcessor
RequestProcessor.RequestProcessingResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single
<RequestProcessor.RequestProcessingResult> processRequest
(InvocationContext context, LlmRequest request) Process the LLM request as part of the pre-processing stage.static void
transferToAgent
(String agentName, ToolContext toolContext) Marks the target agent for transfer using the tool context.
-
Constructor Details
-
AgentTransfer
public AgentTransfer()
-
-
Method Details
-
processRequest
public io.reactivex.rxjava3.core.Single<RequestProcessor.RequestProcessingResult> processRequest(InvocationContext context, LlmRequest request) Description copied from interface:RequestProcessor
Process the LLM request as part of the pre-processing stage.- Specified by:
processRequest
in interfaceRequestProcessor
- Parameters:
context
- the invocation context.request
- the LLM request to process.- Returns:
- a list of events generated during processing (if any).
-
transferToAgent
Marks the target agent for transfer using the tool context.
-