Module 2 of 7

2. Core Components

The building blocks of agentic systems

LLM Core

The reasoning engine that plans, decides, and generates responses.

Tools

APIs, databases, web browsers — the hands the agent uses to act in the world.

Memory

Short-term (conversation) and long-term (vector DB) context for continuity.

Orchestration

Planning loops, task decomposition, and self-reflection to coordinate work.

To understand the Agentic Web, you need to know its building blocks. This module explores the key components that enable agents to function, from their internal "minds" to the external tools they use to interact with the world.