Agents 1.5 migration - Node.js
Migrate your Node.js agents from Agents 1.x to 1.5.
Overview
Agents 1.5 refines the Node.js API for defining agents and tools. The most significant change is a new functional API for building agents: Agent.create() and AgentTask.create(). These let you create custom agents without subclassing. Most other changes are additive or are backward-compatible.