[PR #23] [MERGED] chore: use new context API #27

Closed
opened 2026-02-16 05:19:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/react-agent/pull/23
Author: @sydney-runkle
Created: 8/12/2025
Status: Merged
Merged: 8/12/2025
Merged by: @hinthornw

Base: mainHead: sr/context-api


📝 Commits (7)

📊 Changes

7 files changed (+50 additions, -185 deletions)

View changed files

📝 README.md (+3 -151)
📝 pyproject.toml (+1 -1)
📝 src/react_agent/context.py (+12 -17)
📝 src/react_agent/graph.py (+8 -7)
📝 src/react_agent/tools.py (+5 -4)
📝 tests/integration_tests/test_graph.py (+3 -2)
📝 tests/unit_tests/test_configuration.py (+18 -3)

📄 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/react-agent/pull/23 **Author:** [@sydney-runkle](https://github.com/sydney-runkle) **Created:** 8/12/2025 **Status:** ✅ Merged **Merged:** 8/12/2025 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `sr/context-api` --- ### 📝 Commits (7) - [`f3ba093`](https://github.com/langchain-ai/react-agent/commit/f3ba0932d81e91fa6ccd38eb4b5821763337caeb) use new context API - [`b907c62`](https://github.com/langchain-ai/react-agent/commit/b907c62d56bf4a94d2b0344c1a3c0f163c169465) lint - [`770c3f7`](https://github.com/langchain-ai/react-agent/commit/770c3f763205e4f86d0ae1015650c3a8ab20ead1) updat etest - [`eb03be1`](https://github.com/langchain-ai/react-agent/commit/eb03be1cd26af8fb5bbd3114bb49975963c30082) more linting - [`adfd032`](https://github.com/langchain-ai/react-agent/commit/adfd032e5ac1d1f6b8cd0dd13de82bdc3f7c5066) more linting gah - [`32ced26`](https://github.com/langchain-ai/react-agent/commit/32ced26fcaefc6d8e80e10c682a2bb3e82c1a7ae) lint - [`5451d0c`](https://github.com/langchain-ai/react-agent/commit/5451d0cb8ae4b4b1ebd92d795064c57ea9209bb6) bound ### 📊 Changes **7 files changed** (+50 additions, -185 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+3 -151) 📝 `pyproject.toml` (+1 -1) 📝 `src/react_agent/context.py` (+12 -17) 📝 `src/react_agent/graph.py` (+8 -7) 📝 `src/react_agent/tools.py` (+5 -4) 📝 `tests/integration_tests/test_graph.py` (+3 -2) 📝 `tests/unit_tests/test_configuration.py` (+18 -3) </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 05:19:08 -05:00
yindo closed this issue 2026-02-16 05:19:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/react-agent#27