[PR #23] [MERGED] support async eval function and add pyodide sandbox example #32

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph-codeact/pull/23
Author: @vbarda
Created: 4/24/2025
Status: Merged
Merged: 4/25/2025
Merged by: @vbarda

Base: mainHead: vb/support-async-eval-fn


📝 Commits (1)

  • c702a97 support async eval function and add pyodide sandbox example

📊 Changes

4 files changed (+226 additions, -163 deletions)

View changed files

examples/pyodide_sandbox_example.py (+180 -0)
📝 langgraph_codeact/__init__.py (+31 -14)
📝 pyproject.toml (+3 -2)
📝 uv.lock (+12 -147)

📄 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/23 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 4/24/2025 **Status:** ✅ Merged **Merged:** 4/25/2025 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/support-async-eval-fn` --- ### 📝 Commits (1) - [`c702a97`](https://github.com/langchain-ai/langgraph-codeact/commit/c702a97edfb035fda69492a3f27ae51bf0e1154b) support async eval function and add pyodide sandbox example ### 📊 Changes **4 files changed** (+226 additions, -163 deletions) <details> <summary>View changed files</summary> ➕ `examples/pyodide_sandbox_example.py` (+180 -0) 📝 `langgraph_codeact/__init__.py` (+31 -14) 📝 `pyproject.toml` (+3 -2) 📝 `uv.lock` (+12 -147) </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:34 -05:00
yindo closed this issue 2026-02-16 07:16:34 -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#32