[PR #403] [MERGED] Fixup Reflexion for Claude #1445

Closed
opened 2026-02-20 17:44:44 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/403
Author: @hinthornw
Created: 5/7/2024
Status: Merged
Merged: 5/7/2024
Merged by: @hinthornw

Base: mainHead: wfh/fixup_reflexion_for_claude


📝 Commits (2)

📊 Changes

1 file changed (+271 additions, -207 deletions)

View changed files

📝 examples/reflexion/reflexion.ipynb (+271 -207)

📄 Description

  • Use tool node to reduce code
  • Fixup prompts (don't add system message, add a user message)
  • Improve the retry method
  • Upgrade tool_calls check

🔄 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/langgraph/pull/403 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 5/7/2024 **Status:** ✅ Merged **Merged:** 5/7/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/fixup_reflexion_for_claude` --- ### 📝 Commits (2) - [`cd337ee`](https://github.com/langchain-ai/langgraph/commit/cd337eeacb4b3c5b782cc1b91a935b9b37500ab6) Fixup Reflexion for Claude - [`b3e1eea`](https://github.com/langchain-ai/langgraph/commit/b3e1eeaa2cf30ea6d0bcecd1b1c77ea0fd2ce130) black ### 📊 Changes **1 file changed** (+271 additions, -207 deletions) <details> <summary>View changed files</summary> 📝 `examples/reflexion/reflexion.ipynb` (+271 -207) </details> ### 📄 Description - Use tool node to reduce code - Fixup prompts (don't add system message, add a user message) - Improve the retry method - Upgrade tool_calls check --- <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-20 17:44:44 -05:00
yindo closed this issue 2026-02-20 17:44:44 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1445