[PR #612] [CLOSED] Improve create_deep_agent() to support SystemMessage type #783

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagents/pull/612
Author: @RussellLuo
Created: 12/23/2025
Status: Closed

Base: masterHead: improve-create-deep-agent


📝 Commits (2)

  • 305fd44 Improve create_deep_agent() to support SystemMessage type
  • 60e2e17 Use SystemMessage.text instead of SystemMessage.content

📊 Changes

1 file changed (+9 additions, -2 deletions)

View changed files

📝 libs/deepagents/deepagents/graph.py (+9 -2)

📄 Description

Closes #597.


🔄 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/612 **Author:** [@RussellLuo](https://github.com/RussellLuo) **Created:** 12/23/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `improve-create-deep-agent` --- ### 📝 Commits (2) - [`305fd44`](https://github.com/langchain-ai/deepagents/commit/305fd44e0de28747b6a4373447d6ba0feb38dccd) Improve create_deep_agent() to support SystemMessage type - [`60e2e17`](https://github.com/langchain-ai/deepagents/commit/60e2e172421d6891e7e7d01024329de28d53fac8) Use SystemMessage.text instead of SystemMessage.content ### 📊 Changes **1 file changed** (+9 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `libs/deepagents/deepagents/graph.py` (+9 -2) </details> ### 📄 Description Closes #597. --- <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:09 -05:00
yindo closed this issue 2026-02-16 09:17:09 -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#783