[PR #654] [CLOSED] Harrison/use sdk in cli #800

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagents/pull/654
Author: @hwchase17
Created: 1/5/2026
Status: Closed

Base: vivek-skills-memoryHead: harrison/use-sdk-in-cli


📝 Commits (3)

📊 Changes

8 files changed (+319 additions, -678 deletions)

View changed files

📝 libs/deepagents-cli/README.md (+49 -22)
📝 libs/deepagents-cli/deepagents_cli/agent.py (+91 -17)
libs/deepagents-cli/deepagents_cli/agent_memory.py (+0 -328)
📝 libs/deepagents-cli/deepagents_cli/skills/__init__.py (+2 -4)
libs/deepagents-cli/deepagents_cli/skills/middleware.py (+0 -277)
📝 libs/deepagents-cli/deepagents_cli/token_utils.py (+118 -3)
📝 libs/deepagents-cli/tests/test_project_memory.py (+59 -26)
📝 libs/deepagents-cli/tests/unit_tests/test_imports.py (+0 -1)

📄 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/654 **Author:** [@hwchase17](https://github.com/hwchase17) **Created:** 1/5/2026 **Status:** ❌ Closed **Base:** `vivek-skills-memory` ← **Head:** `harrison/use-sdk-in-cli` --- ### 📝 Commits (3) - [`159d22a`](https://github.com/langchain-ai/deepagents/commit/159d22a36b643109da2526a447d466ec1d195644) docs: replace gemini 1.5 (#653) - [`13f02b4`](https://github.com/langchain-ai/deepagents/commit/13f02b4016a7b000e08e839af4fbfffa12da50d8) Merge branch 'master' into vivek-skills-memory - [`456fdc4`](https://github.com/langchain-ai/deepagents/commit/456fdc429191c91962f4a4e8c96449045bc1da6d) use sdk in cli ### 📊 Changes **8 files changed** (+319 additions, -678 deletions) <details> <summary>View changed files</summary> 📝 `libs/deepagents-cli/README.md` (+49 -22) 📝 `libs/deepagents-cli/deepagents_cli/agent.py` (+91 -17) ➖ `libs/deepagents-cli/deepagents_cli/agent_memory.py` (+0 -328) 📝 `libs/deepagents-cli/deepagents_cli/skills/__init__.py` (+2 -4) ➖ `libs/deepagents-cli/deepagents_cli/skills/middleware.py` (+0 -277) 📝 `libs/deepagents-cli/deepagents_cli/token_utils.py` (+118 -3) 📝 `libs/deepagents-cli/tests/test_project_memory.py` (+59 -26) 📝 `libs/deepagents-cli/tests/unit_tests/test_imports.py` (+0 -1) </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:12 -05:00
yindo closed this issue 2026-02-16 09:17:12 -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#800