Agent Terminology

Master the language of AI agents with interactive definitions and practical examples

Term Relationships & Categories

Terms don't exist in isolationβ€”they form a connected ecosystem. Understanding how concepts relate helps you build mental models for agent systems.

πŸ”— The Connection Web

Every agent system combines multiple concepts: Agents use Tools through Planning, store context in Memory, and are coordinated via Orchestration. Seeing these connections reveals the full picture.

πŸ“Š Terms by Category

Explore how terms are organized by their role in agent systems

πŸ—οΈ System Architecture Terms

Agent

The fundamental building blockβ€”an autonomous AI system that perceives, decides, and acts.

β†’ Connects to: Tools, Memory, Planning
Framework

Software library that provides pre-built components for building agents (e.g., LangChain, AutoGen).

β†’ Connects to: Agent, Orchestration
Pipeline

A sequence of processing steps where output of one stage feeds into the next.

β†’ Connects to: Orchestration, Workflow

πŸ’‘ Mental Model Tip

Think of agent systems in layers:

  • β€’ Foundation: Agent + Tools + Memory
  • β€’ Intelligence: Reasoning + Planning
  • β€’ Scale: Orchestration + Multi-Agent

Each layer builds on the previous. You can't orchestrate effectively without solid planning, and planning requires good reasoning.