Add goai – Go SDK for building AI applications. One SDK, 20+ providers. (#6124)

* Add goai – Go SDK for building AI applications. One SDK, 20+ providers.

Add goai – Go SDK for building AI applications. One SDK, 20+ providers.

https://github.com/zendev-sh/goai

* Add goai – Go SDK for building AI applications. One SDK, 20+ providers.

Add goai – Go SDK for building AI applications. One SDK, 20+ providers.

https://github.com/zendev-sh/goai
This commit is contained in:
anh 2026-03-18 06:05:50 +09:00 committed by GitHub
parent 2d77e4d93f
commit 776f669b43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
- [goai](https://github.com/zendev-sh/goai) - Go SDK for building AI applications. One SDK, 20+ providers. Inspired by Vercel AI SDK.
- [hotplex](https://github.com/hrygo/hotplex) - AI Agent runtime engine with long-lived sessions for Claude Code, OpenCode, pi-mono and other CLI AI tools. Provides full-duplex streaming, multi-platform integrations, and secure sandbox.
- [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 LangGraphwith a lot of builtin Agent architectures.