langgraphgo and langchain-go
One is an official Go implementation of LangGraph, while the other is a more comprehensive Go implementation of both LangChain and LangGraph, suggesting the latter likely incorporates or offers an alternative to the former's functionality within a broader scope.
About langgraphgo
tmc/langgraphgo
langgraph for Go
This is a tool for developers who build applications using the Go programming language that need to interact with large language models. It helps organize complex, multi-step interactions, turning a sequence of prompts and responses into a structured flow. Developers input their Go code and logic for interacting with LLMs, and it outputs a defined, executable flow for their AI applications.
About langchain-go
zhucl121/langchain-go
LangChain-Go 是 [LangChain](https://github.com/langchain-ai/langchain) 和 [LangGraph](https://github.com/langchain-ai/langgraph) 的完整 Go 语言实现,针对 Go 生态优化,提供高性能、类型安全的 AI 应用开发体验。
This project offers a comprehensive set of tools for Go developers to build advanced AI applications. It allows you to integrate large language models (LLMs) like OpenAI, Claude, or Gemini into your Go programs. You can feed your own data from various sources (like GitHub, Confluence, or databases) into these models and create sophisticated AI agents that can perform tasks, collaborate, and learn over time. This is for software developers and AI engineers who program in Go and want to build intelligent applications.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work