We've just released agents-js 1.5.0

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.

Resources

2 Likes

Please be aware that Agents JS 1.5 contains some breaking changes around tool calling, see the migration guide for full info: