Agentic Patterns
In this final chapter, we’ll explore patterns for creating more autonomous and goal-directed AI agents using LLMs. You’ll learn about goal-setting and planning in LLM-based agents, implementing memory and state management, and strategies for decision-making and action selection. We’ll cover techniques for learning and adaptation in agentic LLM systems and discuss the ethical considerations and safety measures necessary when developing such systems.
By the end of this chapter, you’ll be able to design and implement sophisticated AI agents powered by LLMs, opening up new possibilities for autonomous AI systems.
In this chapter, we will be covering the following topics:
- Introduction to agentic AI systems based on LLMs
- Goal-setting and planning in LLM-based agents
- Implementing memory and state management for LLM agents
- Decision-making and action selection in LLM-based agents
- Learning and adaptation in agentic LLM...