From f88dfe7256754119eab611158d9c7d6dc50c2995 Mon Sep 17 00:00:00 2001 From: vbarda Date: Wed, 26 Mar 2025 13:27:07 -0400 Subject: [PATCH] add description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c1633e2..987e828 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "langgraph-codeact" version = "0.1.0" -description = "" +description = "LangGraph implementation of CodeAct agent that generates and executes code instead of tool calling." authors = [ {name = "Nuno Campos",email = "nuno@langchain.dev"} ]