From e913daa23d665e7941be0d5d18f267229e0f9083 Mon Sep 17 00:00:00 2001 From: sks Date: Sun, 1 Mar 2026 11:01:47 -0800 Subject: [PATCH 1/2] Add genie library to AI resources list Added 'genie' to the list of AI libraries in README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d3081e8315..87f2eb9b368 100644 --- a/README.md +++ b/README.md @@ -222,6 +222,7 @@ _Libraries for building programs that leverage AI._ - [chromem-go](https://github.com/philippgille/chromem-go) - Embeddable vector database for Go with Chroma-like interface and zero third-party dependencies. In-memory with optional persistence. - [fun](https://gitlab.com/tozd/go/fun) - The simplest but powerful way to use large language models (LLMs) in Go. +- [genie](https://github.com/stackgenhq/genie) - agentic platform using ReAcTree reasoning engine to plan and execute complex enterprise tasks with HITL governance - [langchaingo](https://github.com/tmc/langchaingo) - LangChainGo is a framework for developing applications powered by language models. - [langgraphgo](https://github.com/smallnest/langgraphgo) - A Go library for building stateful, multi-actor applications with LLMs, built on the concept of LangGraph,with a lot of builtin Agent architectures. - [LocalAI](https://github.com/mudler/LocalAI) - Open Source OpenAI alternative, self-host AI models. From cd87521cc307bfc800ee072f0268b694fe3d6e38 Mon Sep 17 00:00:00 2001 From: sks Date: Sun, 1 Mar 2026 11:17:34 -0800 Subject: [PATCH 2/2] Correct punctuation for genie library entry Fixed punctuation in the description of the genie library. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87f2eb9b368..27dd39b2308 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ _Libraries for building programs that leverage AI._ - [chromem-go](https://github.com/philippgille/chromem-go) - Embeddable vector database for Go with Chroma-like interface and zero third-party dependencies. In-memory with optional persistence. - [fun](https://gitlab.com/tozd/go/fun) - The simplest but powerful way to use large language models (LLMs) in Go. -- [genie](https://github.com/stackgenhq/genie) - agentic platform using ReAcTree reasoning engine to plan and execute complex enterprise tasks with HITL governance +- [genie](https://github.com/stackgenhq/genie) - agentic platform using ReAcTree reasoning engine to plan and execute complex enterprise tasks with HITL governance. - [langchaingo](https://github.com/tmc/langchaingo) - LangChainGo is a framework for developing applications powered by language models. - [langgraphgo](https://github.com/smallnest/langgraphgo) - A Go library for building stateful, multi-actor applications with LLMs, built on the concept of LangGraph,with a lot of builtin Agent architectures. - [LocalAI](https://github.com/mudler/LocalAI) - Open Source OpenAI alternative, self-host AI models.