[PR #1] [MERGED] some changes #26

Closed
opened 2026-02-16 07:16:33 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph-codeact/pull/1
Author: @hwchase17
Created: 3/13/2025
Status: Merged
Merged: 3/26/2025
Merged by: @vbarda

Base: mainHead: harrison/some-changes


📝 Commits (10+)

📊 Changes

5 files changed (+1296 additions, -92 deletions)

View changed files

📝 README.md (+31 -20)
examples/cipher_example.py (+172 -0)
examples/math_example.py (+114 -0)
📝 langgraph_codeact/__init__.py (+81 -72)
uv.lock (+898 -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/langgraph-codeact/pull/1 **Author:** [@hwchase17](https://github.com/hwchase17) **Created:** 3/13/2025 **Status:** ✅ Merged **Merged:** 3/26/2025 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `harrison/some-changes` --- ### 📝 Commits (10+) - [`b6ab0de`](https://github.com/langchain-ai/langgraph-codeact/commit/b6ab0de1e798adcd5e090043da11679e878137f7) some changes - [`1bd913f`](https://github.com/langchain-ai/langgraph-codeact/commit/1bd913fec50592e93bef5e683fa6c6cd14fa4ce5) cr - [`85400d7`](https://github.com/langchain-ai/langgraph-codeact/commit/85400d7b5a27932a31f850fbe68e0ef6dc4ca1ba) cr - [`cf4ae1d`](https://github.com/langchain-ai/langgraph-codeact/commit/cf4ae1dd987150811bb402662d25fdaa99078897) cr - [`68b0ee8`](https://github.com/langchain-ai/langgraph-codeact/commit/68b0ee8bfa0dc5a83abb850a71bfd7e56a22e277) cr - [`ccef9f1`](https://github.com/langchain-ai/langgraph-codeact/commit/ccef9f12266c815bd90b6e14f6d2d0a2a9e28f4c) add an example & small edits - [`c8966e7`](https://github.com/langchain-ai/langgraph-codeact/commit/c8966e7faf2ffa01fe2cc3e689113f3b206f779c) fully customizable prompt - [`045b3f8`](https://github.com/langchain-ai/langgraph-codeact/commit/045b3f8dc7f80b1dd30ce3a355fe4bb917f62909) add lockfile - [`d5d4324`](https://github.com/langchain-ai/langgraph-codeact/commit/d5d4324192c52c795a5042b921a2b535888f5532) small README changes - [`da90539`](https://github.com/langchain-ai/langgraph-codeact/commit/da90539b4466ada51c147d3d6e87b8e23b995de1) update ### 📊 Changes **5 files changed** (+1296 additions, -92 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+31 -20) ➕ `examples/cipher_example.py` (+172 -0) ➕ `examples/math_example.py` (+114 -0) 📝 `langgraph_codeact/__init__.py` (+81 -72) ➕ `uv.lock` (+898 -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 07:16:33 -05:00
yindo closed this issue 2026-02-16 07:16:33 -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-codeact#26