#121 · Primary category: LLM Application Frameworks
langchaingo
LangChain for Go, the easiest way to write LLM-based programs in Go
Project last updated:01/11/26
GitHub Stars
9.6K
Forks
1.1K
Contributors
185
License
MIT
Why we included this project
Go teams that want LLM features without maintaining several provider-specific clients get a single interface here, and switching between OpenAI, Gemini, or Ollama means changing a few lines rather than rewriting the integration layer. Beyond plain completions, the library includes building blocks for retrieval-augmented generation, chains, agents, and tool calling, which are the parts many projects end up writing by hand. The examples and package documentation make it easy to try on a real codebase, and an active community helps when you hit the rough edges of an evolving framework. It's a solid foundation for Go developers who prefer composable LLM plumbing over hand-rolled HTTP calls.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform