mirror of
https://github.com/langchain-ai/deepagentsjs.git
synced 2026-07-21 03:45:22 -04:00
55f3bd8d74
Will be useful for trace display features Python: https://github.com/langchain-ai/deepagents/pull/2788 --------- Co-authored-by: Hunter Lovell <40191806+hntrl@users.noreply.github.com>
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.