Docker Desktop now includes cagent bundled out of the box.This
means developers can start building AI agents without a separate
installation step. For those unfamiliar with cagent:it’s Docker’s
open-source tool that lets you build AI agents using YAML
configuration files instead of writing code.You define the agent’s
behavior and tools, and cagent handles the runtime execution.We
introduced cagent earlier this year to simplify
AI agent development and eliminate the typical Python dependency
management that comes with most AI