-
Book Overview & Buying
-
Table Of Contents
AI Agents in Practice
By :
Tools can be defined as an AI agent’s capabilities of “doing things.” Those things can range from scraping the web to sending an email, from getting your calendar’s appointments to executing an action against a website. As we will see in the upcoming sections, tools can effectively empower agents in numerous ways depending on the way their core logic is designed. Nevertheless, tools share a common anatomy that we can keep in mind while designing our agentic application.
However, before jumping straight into the anatomy of a tool, we first need to gain some clarity on the terminology.
As mentioned in Chapter 2, when talking about AI agents, you will often hear the terms tasks, tools, skills, plugins, functions, and actions as interchangeable ways to refer to an agent’s capabilities of “doing things.” You will also see that different AI orchestrators come with different terminology. For...