[PR #1279] [MERGED] chore: reparameterize init, improve test coverage #1272

Closed
opened 2026-02-16 09:18:35 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagents/pull/1279
Author: @eyurtsev
Created: 2/11/2026
Status: Merged
Merged: 2/11/2026
Merged by: @eyurtsev

Base: mainHead: eugene/update_acp


📝 Commits (10+)

📊 Changes

9 files changed (+484 additions, -798 deletions)

View changed files

📝 libs/acp/Makefile (+3 -2)
📝 libs/acp/deepagents_acp/agent.py (+61 -49)
📝 libs/acp/pyproject.toml (+1 -3)
📝 libs/acp/run.sh (+1 -1)
libs/acp/tests/conftest.py (+0 -10)
📝 libs/acp/tests/test_agent.py (+349 -733)
libs/acp/tests/test_main.py (+5 -0)
libs/acp/tests/test_utils.py (+60 -0)
📝 libs/acp/uv.lock (+4 -0)

📄 Description

  • Reparameterize init
  • Improve test coverage

🔄 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/deepagents/pull/1279 **Author:** [@eyurtsev](https://github.com/eyurtsev) **Created:** 2/11/2026 **Status:** ✅ Merged **Merged:** 2/11/2026 **Merged by:** [@eyurtsev](https://github.com/eyurtsev) **Base:** `main` ← **Head:** `eugene/update_acp` --- ### 📝 Commits (10+) - [`b2eaa3d`](https://github.com/langchain-ai/deepagents/commit/b2eaa3d14fe39054d6b0e2f7f4c5b4afc5dd6051) x - [`758fe7b`](https://github.com/langchain-ai/deepagents/commit/758fe7b11a23fd6b799beed05280b00f211b63cc) qxq - [`1c25a12`](https://github.com/langchain-ai/deepagents/commit/1c25a1272a172606d9f9c9aa9bbd61e0e2490834) x - [`61e077f`](https://github.com/langchain-ai/deepagents/commit/61e077f477e195c8fa4be9c095d538fde9bf7799) x - [`51902ed`](https://github.com/langchain-ai/deepagents/commit/51902ed0feb84fd3583a427b6203c57028a2ae59) x - [`d0fa915`](https://github.com/langchain-ai/deepagents/commit/d0fa9152bc8261e1fd949a913bc202214a6b7bda) x - [`2000645`](https://github.com/langchain-ai/deepagents/commit/2000645754b0ba7232c2a87892bd2f2453c2731e) x - [`29e8531`](https://github.com/langchain-ai/deepagents/commit/29e85316f91af6b3486da0a25e8065386cd0e3eb) x - [`62b5f1b`](https://github.com/langchain-ai/deepagents/commit/62b5f1b97802f29c5bbd8ddb56d857fab8b723c2) Merge branch 'master' into eugene/update_acp - [`6cbb640`](https://github.com/langchain-ai/deepagents/commit/6cbb64022038caaded01d198bb84fdcb953cc2e3) x ### 📊 Changes **9 files changed** (+484 additions, -798 deletions) <details> <summary>View changed files</summary> 📝 `libs/acp/Makefile` (+3 -2) 📝 `libs/acp/deepagents_acp/agent.py` (+61 -49) 📝 `libs/acp/pyproject.toml` (+1 -3) 📝 `libs/acp/run.sh` (+1 -1) ➖ `libs/acp/tests/conftest.py` (+0 -10) 📝 `libs/acp/tests/test_agent.py` (+349 -733) ➕ `libs/acp/tests/test_main.py` (+5 -0) ➕ `libs/acp/tests/test_utils.py` (+60 -0) 📝 `libs/acp/uv.lock` (+4 -0) </details> ### 📄 Description * Reparameterize init * Improve test coverage --- <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 09:18:35 -05:00
yindo closed this issue 2026-02-16 09:18:35 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagents#1272