[PR #156] [CLOSED] Add E2E integration test for multi-turn workflow #165

Closed
opened 2026-02-16 06:17:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/156
Author: @maahir30
Created: 1/30/2026
Status: Closed

Base: mainHead: add-e2e-test


📝 Commits (2)

📊 Changes

1 file changed (+78 additions, -0 deletions)

View changed files

📝 libs/deepagents/src/agent.int.test.ts (+78 -0)

📄 Description

  • Adds a new integration test for a multi-turn workflow spanning file creation, todo updates, and subagent usage.
  • Verifies tool calls for subagents and ensures todos reflect completed/in‑progress/pending states.
  • Confirms research note persistence and message growth across turns.

🔄 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/156 **Author:** [@maahir30](https://github.com/maahir30) **Created:** 1/30/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-e2e-test` --- ### 📝 Commits (2) - [`67ceae2`](https://github.com/langchain-ai/deepagentsjs/commit/67ceae21baf89d077afa6a6ae4af2cc257fb729e) add e2e test - [`165af49`](https://github.com/langchain-ai/deepagentsjs/commit/165af497eca2f3b06fc1b64902c56e0065c03afa) fix format ### 📊 Changes **1 file changed** (+78 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `libs/deepagents/src/agent.int.test.ts` (+78 -0) </details> ### 📄 Description - Adds a new integration test for a multi-turn workflow spanning file creation, todo updates, and subagent usage. - Verifies tool calls for subagents and ensures todos reflect completed/in‑progress/pending states. - Confirms research note persistence and message growth across turns. --- <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-02-16 06:17:20 -05:00
yindo closed this issue 2026-02-16 06:17:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#165