The default build template has the CheckInGatedChanges
("Check In Gated Changes") action, which runs outside the AgentScope
("Run on Agent") action.
Is there a reason for this? Rather, can the CheckInGatedChanges
operation be transferred to the end of the AgentScope
(end of sequence)?
I assume that Microsoft does not want the agent itself to register the changes, but the controller. I am not sure though, since I do not know the internal operation of the controller-agent model that they have.
The reason I'm asking is because execution requires execution after the changes, and this currently forces me to use a different instance of Agent Activity. I would rather just put them all in the first AgentScope activity and not use additional resources.
source share