[PR #276] [CLOSED] WIP: add evals #320

Closed
opened 2026-06-05 17:22:39 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/276
Author: @maahir30
Created: 3/5/2026
Status: Closed

Base: mainHead: add-evals


📝 Commits (1)

📊 Changes

5 files changed (+1335 additions, -0 deletions)

View changed files

📝 libs/deepagents/src/evals/basic.eval.test.ts (+245 -0)
libs/deepagents/src/evals/hitl.eval.test.ts (+310 -0)
libs/deepagents/src/evals/memory.eval.test.ts (+236 -0)
libs/deepagents/src/evals/skills.eval.test.ts (+276 -0)
libs/deepagents/src/evals/summarization.eval.test.ts (+268 -0)

📄 Description

ported over curr evals, waiting for python evals work to finish


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/deepagentsjs/pull/276 **Author:** [@maahir30](https://github.com/maahir30) **Created:** 3/5/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-evals` --- ### 📝 Commits (1) - [`7a65c79`](https://github.com/langchain-ai/deepagentsjs/commit/7a65c790d0bf6339249c67c3e8c738a87fc3272c) add evals ### 📊 Changes **5 files changed** (+1335 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `libs/deepagents/src/evals/basic.eval.test.ts` (+245 -0) ➕ `libs/deepagents/src/evals/hitl.eval.test.ts` (+310 -0) ➕ `libs/deepagents/src/evals/memory.eval.test.ts` (+236 -0) ➕ `libs/deepagents/src/evals/skills.eval.test.ts` (+276 -0) ➕ `libs/deepagents/src/evals/summarization.eval.test.ts` (+268 -0) </details> ### 📄 Description ported over curr evals, waiting for python evals work to finish --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 17:22:39 -04:00
yindo closed this issue 2026-06-05 17:22:39 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#320