An agent workflow is the ordered process an agent follows to complete a task. It can be fixed, dynamic, or partly policy-driven. A workflow might include planning, retrieval, tool execution, reflection, response generation, and evaluation.
The workflow is what developers need to debug. If the final answer fails, the trace should show where the workflow broke: bad plan, missing context, wrong tool, failed API call, unsafe action, or poor final synthesis.