Skip to content

Agentic Workflows and Harnesses

Diagram of an agentic workflow harness around a model with planner, state, tools, approvals, trace, retries and stop controls.

An agentic workflow uses one or more model calls to perform a multi-step task. Some workflows have a fixed graph; more autonomous agents repeatedly select their own next action within a harness.

The agent harness manages instructions, tools, state, memory, permissions, stopping conditions, retries, traces and human intervention. Much of an agent’s practical capability comes from the harness, not only the model.

Reusable workflow patterns include prompt chaining, routing, parallelisation, orchestrator-worker, evaluator-optimizer and human approval. State records what is true during a workflow; memory makes selected information available across steps or sessions.