Survey - LLM Agents

Agent Components

In this session, our readings cover:

Reading on: FOUNDATIONS - The Agent “Basics” Components

Review the core components of LLM agent architectures: Brain (Reasoning Engine), Perception (Input Processing), Memory Systems, Action & Tools, Planning & Orchestration, Multi-Agent Collaboration, and Safety & Evaluation.

┌─────────────────────────────────────────────────────────────┐
│                     AGENT ARCHITECTURE                       │
├─────────────────────────────────────────────────────────────┤
│                                                              │
│  BRAIN (Reasoning Engine) ────────────────────┐            │
│   ↓                                            │            │
│  PERCEPTION (Input Processing) ←───────────────┤            │
│   ↓                                            │            │
│  MEMORY (Context & Knowledge) ←────────────────┤            │
│   ↓                    ↓                       │            │
│  WORLD MODEL (Environment Understanding) ←─────┤            │
│   ↓                                            │            │
│  PLANNING (Task Decomposition) ←───────────────┤            │
│   ↓                                            │            │
│  ACTION (Tool Use & Execution) ←───────────────┤            │
│   ↓                                            │            │
│  MULTI-AGENT (Collaboration) ←─────────────────┤            │
│   ↓                                            │            │
│  SAFETY & EVALUATION ──────────────────────────┘            │
│   ↓                                                          │
│  DEPLOYMENT & SERVING                                        │
│   ↓                                                          │
│  APPLICATIONS                                               │
│                                                              │
└─────────────────────────────────────────────────────────────┘

Core Component: LLM as the Central Reasoning Engine

Understanding the foundation model that serves as the “brain” of agentic systems - the core reasoning, language understanding, and decision-making capabilities.

Key Concepts: Deep neural networks, transformer architecture, emergent abilities, multimodal capabilities, recent architectural advances

Topic Slide Deck Previous Semester
Introduction to Deep NLP Basics W1.1-deepNNtext 25course
LLM Basics - Emergent Ability and GenAI Platform W1.2-IntroLLMv3 25course
More LLM Basics - A Survey W2.1-moreLLM 25course
LLM Basics Foundation S0-Intro 24course
Survey: LLMs and Multimodal FMs S1-LLM 24course
Recent LLM Basics W13-RecentLLMbasics 24course
Advanced Transformer Architectures W14_LLM_advanced_arch 24course

2025 HIGH-IMPACT PAPERS on this topic

More Readings:

A Survey on Large Language Model based Autonomous Agents

Deploying Foundation Model Powered Agent Services: A Survey