mirror of
https://github.com/langchain-ai/deepagentsjs.git
synced 2026-08-25 11:51:43 -04:00
d4045de677
patches a ser/de bug for deepagents
all
Aggregate eval runner package that executes all suites via one top-level
ls.describe block in eval.test.ts, so the run lands in one LangSmith
experiment target.
Each suite exports a <suiteName>Suite(runner) function from a separate index.ts
file. evals/all/eval.test.ts imports those functions and invokes them directly.