You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: the RemoteA2AAgent does not support resumability and always transfers to the parent
Only LLMAgent supported this via the disallowTransferToParent attribute
Add Resumable interface and test for runner resumability.
This change introduces the `Resumable` interface, allowing agents to indicate if they can be resumed from a previous state. Also the LLMAgent and RemoteA2A agent has been modified to implement this. Ea A new test case in `RunnerResumabilityTest` demonstrates how the runner can leverage this to resume execution from a resumable sub-agent based on the session history.
PiperOrigin-RevId: 898502514
0 commit comments