The five components behind every production agent, the two key architectures, and the IRL stack teams ship in 2026.
A chatbot waits for input and replies. An agent is given a goal.
Single agent: one model, many tools. It's an OK stack for most v1 builds.
Picks the next action, plans the sequence, recovers from its own errors. Optimise for task accuracy first, then cost and latency.
Short-term: the context of the current run. Long-term: user preferences and past decisions, usually in a vector store.
APIs, databases, email, CRMs. A model without tools can only talk about the work. Tools let it do the work.
Your SOPs rewritten as prompts: tight scope, explicit edge cases, defined fallback paths for every failure mode.
Wires model, memory and tools into one loop. Routes work between agents when the system grows past one.
Boundaries are a feature, not a constraint.
Autonomy is earned, never assumed.