The errata list is a list of errors and their corrections that were found after the product was released.
The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.
Color Key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update
| Version | Location | Description | Submitted by | Date submitted |
|---|---|---|---|---|
| O'Reilly learning platform | Page Chapter 2. Designing Agent Systems, Our First Agent System in code |
In the example code, in the `call_model(state)` function, the line |
Doug | Sep 21, 2025 |
| O'Reilly learning platform | Page Chapter 7. Learning in Agentic Systems Chapter 7. Learning in Agentic Systems |
It is stated two times in chapter 7 that fine tuning negatively affects LLMs inference speed. In reality LLM fine tuning doesn't decrease inference speed, it may actually increase it in some cases. I'm referring to these passages. |
Alex | Oct 07, 2025 |
| O'Reilly learning platform | Page Chapter 2, Section Our First Agent System The code snipped in the first page of Chapter 2 |
The Code snippet mentions |
Amit Wats | Nov 03, 2025 |
| Page 72 2nd paragraph |
from langchain_core.messages import |
Masoud Azizi | Dec 03, 2025 | |
| Page 75 1st |
final_response = llm_with_tools.invoke(messages) |
Masoud Azizi | Dec 03, 2025 | |
| Page 82 end of the page |
class AgentState(TypedDict): |
Masoud Azizi | Dec 03, 2025 | |
| Page 117 2nd paragraph |
the graph variable is not instantiated, it'd be: |
Masoud Azizi | Dec 04, 2025 |