diff --git a/docs/_scripts/third_party_page/packages.yml b/docs/_scripts/third_party_page/packages.yml index 1f63dbf5c..5028fd8e8 100644 --- a/docs/_scripts/third_party_page/packages.yml +++ b/docs/_scripts/third_party_page/packages.yml @@ -36,3 +36,6 @@ packages: - name: "langgraph-reflection" repo: "langchain-ai/langgraph-reflection" description: "LangGraph agent that runs a reflection step." + - name: "langgraph-codeact" + repo: "langchain-ai/langgraph-codeact" + description: "LangGraph implementation of CodeAct agent that generates and executes code instead of tool calling."