[PR #664] [MERGED] feat: memory should use async accesses to load the memory in abefore_agent #806

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagents/pull/664
Author: @nhuang-lc
Created: 1/7/2026
Status: Merged
Merged: 1/7/2026
Merged by: @vtrivedy

Base: vivek-skills-memoryHead: nh/adownload-files


📝 Commits (2)

  • a0335c0 use async download files when loading memory
  • 88673a8 Update tests to use abefore_agent

📊 Changes

3 files changed (+39 additions, -39 deletions)

View changed files

📝 libs/deepagents/deepagents/middleware/memory.py (+5 -5)
📝 libs/deepagents/tests/integration_tests/test_full_agent_integration.py (+10 -10)
📝 libs/deepagents/tests/integration_tests/test_memory_integration.py (+24 -24)

📄 Description

This was causing a strange bug in agent builder when we were trying to access the Store.


🔄 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/664 **Author:** [@nhuang-lc](https://github.com/nhuang-lc) **Created:** 1/7/2026 **Status:** ✅ Merged **Merged:** 1/7/2026 **Merged by:** [@vtrivedy](https://github.com/vtrivedy) **Base:** `vivek-skills-memory` ← **Head:** `nh/adownload-files` --- ### 📝 Commits (2) - [`a0335c0`](https://github.com/langchain-ai/deepagents/commit/a0335c0c3f9976f6cdc06508bc762a4186adfeda) use async download files when loading memory - [`88673a8`](https://github.com/langchain-ai/deepagents/commit/88673a882c527df3749707f6abff366c1b508465) Update tests to use abefore_agent ### 📊 Changes **3 files changed** (+39 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `libs/deepagents/deepagents/middleware/memory.py` (+5 -5) 📝 `libs/deepagents/tests/integration_tests/test_full_agent_integration.py` (+10 -10) 📝 `libs/deepagents/tests/integration_tests/test_memory_integration.py` (+24 -24) </details> ### 📄 Description This was causing a strange bug in agent builder when we were trying to access the Store. --- <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:17:13 -05:00
yindo closed this issue 2026-02-16 09:17:13 -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#806