TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

langchaingo – LangChain in Idiomatic Go

17 pointsby travisclineover 1 year ago

2 comments

travisclineover 1 year ago
I&#x27;ve been building+maintaining this Go-idiomatic port of langchain concepts to Go.<p>We&#x27;re gaining a bit of traction and would love input, feedback, and contributions.<p>we have some nascent docs+tutorials here:<p><a href="https:&#x2F;&#x2F;tmc.github.io&#x2F;langchaingo&#x2F;docs&#x2F;getting-started&#x2F;guide-ollama" rel="nofollow noreferrer">https:&#x2F;&#x2F;tmc.github.io&#x2F;langchaingo&#x2F;docs&#x2F;getting-started&#x2F;guide...</a><p>And a ton of examples here: <a href="https:&#x2F;&#x2F;github.com&#x2F;tmc&#x2F;langchaingo&#x2F;tree&#x2F;main&#x2F;examples">https:&#x2F;&#x2F;github.com&#x2F;tmc&#x2F;langchaingo&#x2F;tree&#x2F;main&#x2F;examples</a>
simunstrukanover 1 year ago
In combination with go simplicity, you can have a sophisticated agent running in like 150 lines of code. I&#x27;ve actually started building an AI driven platform with langchain-go, still in heavy beta phase, but the LLM integration and adding new agents is fun and short, as all fun stuff are :D, take a look: <a href="https:&#x2F;&#x2F;asai.astrosynapse.ai&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;asai.astrosynapse.ai&#x2F;</a>