Agent Terminology
Master the language of AI agents with interactive definitions and practical examples
Your Progress
0 / 5 completedTerm 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.
Framework
Software library that provides pre-built components for building agents (e.g., LangChain, AutoGen).
Pipeline
A sequence of processing steps where output of one stage feeds into the next.
π‘ 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.