Files
deepagentsjs/evals/tool-usage-relational
Christian Bromann 92b26577b8 fix(deepagents): bump langchain deps (#395)
* fix(deepagents): bump langchain deps

* formay

* Update changeset by removing deprecated packages

Removed several packages from the changeset.

* fix build
2026-03-30 21:24:30 -07:00
..

tool-usage-relational

Evaluates multi-step tool chaining over relational data (users, locations, foods connected by IDs). Ported from the Python deepagents eval test_tool_usage_relational.py. Tests sequential lookups (1→4 hops) and parallel fan-out where independent tool calls should fire in the same step.