From the course: Agentic AI Human-Agent Collaboration Design Patterns
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Human-agent communication
From the course: Agentic AI Human-Agent Collaboration Design Patterns
Human-agent communication
So as mentioned, all the design approaches we explore in this course rely on humans and agents working together to various extents. Before we begin, let's quickly establish how humans and agents would commonly communicate when having to collaborate. First, let's look at what humans may actually need to talk to. Most of the scenarios depicted in this course show a human interacting directly with an agent. It's shown this way for simplicity's sake because we're mostly focused on the nature of the data humans and agents are exchanging, not necessarily how they are sharing this data. In reality, the data exchange may also occur via a human and some other part of the AI system itself or via a human and a greater application that encompasses the agentic AI system and its agents. But whether it's the system or greater application that handles the communication with the human, if under the hood it's a larger multi-agent agentic AI system, then there's a likelihood that an orchestrator agent…