How Agents Work

How Agents Work: The Mental Model

Updated Jun 5, 2026 · 1 min read

Everything an agent can do comes from four kinds of building block. Keep them
straight and the rest of the app is easy.

tools*. Turn on "Web Access" and the agent gains search, weather, and maps tools.
See Abilities.

arrive via an ability. How much detail about each tool is shown to the agent (and
whether it's loaded on demand) is the tool's exposure mode. See Tools & How They're Exposed.

that can be always-on or pulled in only when needed, so an agent can carry a big
library without bloating every message. See Skills (On-Demand Knowledge).

role, and rules. See Prompts & Context.

On top of those sit two cross-cutting systems:

See Memory.

think again that produces each answer. See The Agent Loop.

The slogan: **abilities = tools, skills = knowledge, prompts = behaviour, memory =
recall.**

#concepts#architecture#agents