// AGENTIC-DESIGN-PATERN-EBOOKS

Dedication

A heartfelt dedication from a parent to their children, urging them to use technology with wisdom and compassion.
ACCESS >>

Acknowledgment

Acknowledgment I would like to express my sincere gratitude to the many individuals and teams who made this book possible. First and foremost, I thank …
ACCESS >>

Foreword

An exploration of agentic design patterns for building intelligent systems, essential for developers working with large language models.
ACCESS >>

Introduction

Preface Welcome to “Agentic Design Patterns: A Hands-On Guide to Building Intelligent Systems.” As we look across the landscape of modern …
ACCESS >>

Chapter 1: Prompt Chaining

Chapter 1: Prompt Chaining Prompt Chaining Pattern Overview Prompt chaining, sometimes referred to as Pipeline pattern, represents a powerful paradigm …
ACCESS >>

Chapter 2: Routing

Explains the concept of routing in AI agents, enabling dynamic decision-making based on input and context.
ACCESS >>

Chapter 3: Parallelization

Chapter 3: Parallelization Parallelization Pattern Overview In the previous chapters, we’ve explored Prompt Chaining for sequential workflows …
ACCESS >>

Chapter 4: Reflection

Chapter 4: Reflection Reflection Pattern Overview In the preceding chapters, we’ve explored fundamental agentic patterns: Chaining for …
ACCESS >>

Chapter 5: Tool Use

Chapter 5: Tool Use (Function Calling) Tool Use Pattern Overview So far, we’ve discussed agentic patterns that primarily involve orchestrating …
ACCESS >>

Chapter 6: Planning

Explains the Planning pattern in AI, its adaptability, and practical applications.
ACCESS >>

Chapter 7: Multi-Agent

Chapter 7: Multi-Agent Collaboration While a monolithic agent architecture can be effective for well-defined problems, its capabilities are often …
ACCESS >>

Chapter 8: Memory Management

Chapter 8: Memory Management Effective memory management is crucial for intelligent agents to retain information. Agents require different types of …
ACCESS >>

Chapter 13: Human-in-the-Loop

Chapter 13: Human-in-the-Loop The Human-in-the-Loop (HITL) pattern represents a pivotal strategy in the development and deployment of Agents. It …
ACCESS >>

Chapter 20: Prioritization

Chapter 20: Prioritization In complex, dynamic environments, Agents frequently encounter numerous potential actions, conflicting goals, and limited …
ACCESS >>

Appendix G - Coding agents

Appendix G - Coding Agents Vibe Coding: A Starting Point “Vibe coding” has become a powerful technique for rapid innovation and creative …
ACCESS >>

Conclusion

Comprehensive overview of agentic AI patterns and their role in building intelligent systems.
ACCESS >>

Glossary

Glossary Fundamental Concepts Prompt: A prompt is the input, typically in the form of a question, instruction, or statement, that a user provides to …
ACCESS >>

Index of Terms

Glossary Fundamental Concepts Prompt: A prompt is the input, typically in the form of a question, instruction, or statement, that a user provides to …
ACCESS >>