2 Commits

Author SHA1 Message Date
vbarda ed7748bb45 release 0.1.3 2025-04-25 09:36:01 -04:00
Vadym Barda d7486984fe support async eval function and add pyodide sandbox example (#23) 2025-04-25 09:32:44 -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.2"
version = "0.1.3"
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.2"
version = "0.1.3"
source = { editable = "." }
dependencies = [
{ name = "langgraph" },