Skip to main content
An agent is not a single piece of software — it is an assembly of distinct, purposeful components. Each component has a defined job, and together they form a process-bound service that follows your procedures exactly the same way every time. When we design your agent during the discovery and build phases, we make deliberate decisions about how each component should behave for your specific business. Knowing what these components are helps you give better input during design reviews and identify where to focus when something needs to change.

The five core components

What the agent is responsible for

A role definition is the written specification of what an agent is responsible for — and, just as importantly, what it is not. It sets the scope of authority before the first line of build work begins.Every role definition answers three questions:The role definition is the first document produced during the design phase. Everything else — input sources, SOP logic, escalation rules — is built on top of it.
A focused role definition is the single strongest predictor of a successful agent. Agents that are given one clear responsibility are faster to build, easier to test, and simpler to hand off to your team. See Scope & Boundaries for guidance on how to define the right scope before build begins.

How the components work together

In a live agent, all five components operate as a coordinated system. The role definition sets the boundaries. Input sources provide the trigger. SOP logic executes the procedure step by step. Escalation rules enforce authority limits throughout. Outbound interfaces deliver the results. No component is optional — removing any one of them produces an agent without a defined purpose, without a way to start, without a procedure to follow, without limits, or without a way to deliver its outputs.
During your design review, you will receive a component map for your agent — a one-page summary showing exactly which input sources, SOP steps, escalation rules, and outbound interfaces are configured. This document is your reference for the life of the agent and the starting point for any future change request.

Next steps

Workflows

See how these components are assembled into a step-by-step SOP that drives your agent’s behaviour from trigger to output.

Integrations

Learn how input sources and outbound interfaces connect to the platforms and systems your business already runs on.