From 3397d8908fdfb655763ccd33e59b9a666faa2b9b Mon Sep 17 00:00:00 2001 From: andrestorres123 Date: Wed, 12 Feb 2025 20:15:22 -0500 Subject: [PATCH] docs: adding Breeze Agent for third party agent page (#3352) Adding open source web researcher agent to the third party page --------- Co-authored-by: Eugene Yurtsev Co-authored-by: Eugene Yurtsev --- docs/_scripts/third_party_page/packages.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/_scripts/third_party_page/packages.yml b/docs/_scripts/third_party_page/packages.yml index 84c1705d0..3c22a0cc5 100644 --- a/docs/_scripts/third_party_page/packages.yml +++ b/docs/_scripts/third_party_page/packages.yml @@ -3,6 +3,9 @@ packages: - name: "trustcall" repo: "hinthornw/trustcall" description: "Tenacious tool calling built on LangGraph" + - name: "breeze-agent" + repo: "andrestorres123/breeze-agent" + description: "A streamlined research system built inspired on STORM and built on LangGraph" - name: "langgraph-supervisor" repo: "langchain-ai/langgraph-supervisor" description: "Build supervisor multi-agent systems with LangGraph"