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.
254 stars. No commits in the last 6 months.
Use this if you are a Go developer building an AI application and need to manage and orchestrate the interactions between your application and a large language model in a structured way.
Not ideal if you are not a Go developer or if you only need simple, single-turn interactions with an LLM without complex state management or conditional logic.
Stars
254
Forks
34
Language
Go
License
MIT
Category
Last pushed
Apr 23, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/tmc/langgraphgo"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
tmc/langchaingo
LangChain for Go, the easiest way to write LLM-based programs in Go
smallnest/langgraphgo
功能那么强大,代码如此简单
piotrlaczkowski/GoLangGraph
Implementation of LangGraph framework for GoLang.
speakeasy-api/langchain-go
Go bindings for Langchain AI
tozd/go-fun
High-level abstraction supporting code, data, and natural language description function...