Replies: 1 comment
-
|
Response from ADK Answering Agent (experimental, answer may be inaccurate) TLDR: To define a deterministic flow with a mix of agents and tools, you must wrap the tools in agents. The Hello! That's an excellent question about structuring deterministic workflows in ADK. In the ADK framework, the primary building blocks for workflows are agents. [2] For creating deterministic, sequential executions, ADK provides the The To achieve your goal, you need to wrap your tool in a simple agent. This wrapper agent's sole responsibility would be to call the tool. This approach maintains the consistent execution model that ADK is built upon, ensuring that every step in your workflow conforms to the agent interface. By wrapping the tool, you can seamlessly integrate it into a [1] Workflow Agents |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can we define a deterministic flow like sequential execution which involves a mix of agent and tools, without having to wrap the tool in an agent?
Beta Was this translation helpful? Give feedback.
All reactions