# [A Visual Guide to LLM Agents](https://newsletter.maartengrootendorst.com/p/a-visual-guide-to-reasoning-llms) (Extends Chapters 7 and 8)
In chapters 7 and 8, we show how you can extend the capabilities of LLMs by giving them tools, memory, and more. We briefly talked about methodologies for enabling autonomous behavior, like Reason and Act (ReAct).
[A Visual Guide to LLM Agents](https://newsletter.maartengrootendorst.com/p/a-visual-guide-to-llm-agents) dives deeper into making LLMs autonomous (called Agents) through various methods.
It starts with a brief overview of main components of an agent...
... and continuous to describe each of these components in greater detail (**tools**, **memory**, and **planning**)
For tools, the use of the **Model Context Protocol** (MCP) is explored in depth as it showcases and increasingly popular method for enabling tool-use in Agents.
**Planning** is central in this guide as it is the main component that enables the autonomous behavior of LLM Agents.
Enabling autonomous behavior is only step 1 and this guide concludes by describing multi-agent collaboration where multiple Agents work together to reach a predefined goal.