[PR #842] [MERGED] update remember prompt to work with memory and skills #933

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagents/pull/842
Author: @vtrivedy
Created: 1/20/2026
Status: Merged
Merged: 1/20/2026
Merged by: @vtrivedy

Base: masterHead: vivek/add-remember-command


📝 Commits (2)

  • 279523f update remember prompt to work with memory and skills
  • 4aa0294 fix: ruff formatting

📊 Changes

3 files changed (+135 additions, -1 deletions)

View changed files

📝 libs/deepagents-cli/deepagents_cli/app.py (+133 -1)
📝 libs/deepagents-cli/deepagents_cli/config.py (+1 -0)
📝 libs/deepagents-cli/deepagents_cli/widgets/autocomplete.py (+1 -0)

📄 Description

No description provided


🔄 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/842 **Author:** [@vtrivedy](https://github.com/vtrivedy) **Created:** 1/20/2026 **Status:** ✅ Merged **Merged:** 1/20/2026 **Merged by:** [@vtrivedy](https://github.com/vtrivedy) **Base:** `master` ← **Head:** `vivek/add-remember-command` --- ### 📝 Commits (2) - [`279523f`](https://github.com/langchain-ai/deepagents/commit/279523f9cbc78d9fc983db7ab54174504398637e) update remember prompt to work with memory and skills - [`4aa0294`](https://github.com/langchain-ai/deepagents/commit/4aa029431256b23b1587f4e650e8298d25cb0ef7) fix: ruff formatting ### 📊 Changes **3 files changed** (+135 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `libs/deepagents-cli/deepagents_cli/app.py` (+133 -1) 📝 `libs/deepagents-cli/deepagents_cli/config.py` (+1 -0) 📝 `libs/deepagents-cli/deepagents_cli/widgets/autocomplete.py` (+1 -0) </details> ### 📄 Description _No description provided_ --- <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:40 -05:00
yindo closed this issue 2026-02-16 09:17:40 -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#933