mirror of
https://github.com/langchain-ai/deepagentsjs.git
synced 2026-08-24 22:11:26 -04:00
d4045de677
patches a ser/de bug for deepagents
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.