1 Commits

Author SHA1 Message Date
vbarda c702a97edf support async eval function and add pyodide sandbox example 2025-04-24 20:54:02 -04:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "langgraph-codeact"
version = "0.1.3"
version = "0.1.2"
description = "LangGraph implementation of CodeAct agent that generates and executes code instead of tool calling."
authors = [
{name = "Nuno Campos",email = "nuno@langchain.dev"}
Generated
+1 -1
View File
@@ -500,7 +500,7 @@ wheels = [
[[package]]
name = "langgraph-codeact"
version = "0.1.3"
version = "0.1.2"
source = { editable = "." }
dependencies = [
{ name = "langgraph" },