AI Agent Architecture: Memory, RAG, Tools, and Orchestration

Browse articles on AI agent architecture, memory, RAG, MCP, tool execution, orchestration, state management, and control-plane design.

Start by problem

Choose the article path by the decision or control you need first.

Core articles

8 published articles

Section resources

Context, reusable contracts, related links, and external baselines for this topic.

About this section About this section

Focus

  • Orchestration patterns (control-flow mechanisms) — where control flow lives and how workflows are sequenced.
  • State & lifecycle management — what persists across steps and boundaries (session/thread/run), what resets, and when.
  • Tool invocation lifecycle — selection, authorization/enforcement, validation, error handling, retries, and egress constraints.
  • Write paths — where and how the system can persist changes to external systems.

Terminology

  • Orchestrator: the component that owns control flow (decides next action/tool call) and enforces policy.
  • Model-led: the model proposes next actions/tool calls within constraints enforced by the orchestrator.
Related links Related links
External baselines External baselines