Result sync in Invoke Agent block
To enable Result (sync) for Agents in self-hosted Retool version 3.284.0 or 3.284.1, reach out to your account manager.
In version 3.284.2, Result (sync) for Agents is available by default, and admins can disable it in Settings > Beta by toggling the Agent blocks in workflows sync mode feature flag.
You can now see the output of an agent run with the Result (sync) return type when using the Invoke Agent block in workflows.
- The Result (sync) type is the default setting. This returns the direct result of the agent's output.
- The Run state (async) type returns the
agentRunId,agentId, andstatusonly. It does not include the output of the agent.