人工智能-Agent

Agent实战

  • https://github.com/AIGeniusInstitute/AI-Agent-In-Action

LangChainGo 官方实战示例

涵盖了从简单的 LLM 调用到复杂的 Tools (工具调用)、Chains (链) 和 Memory (记忆) 的实现

  • github.com/tmc/langchaingo/tree/main/examples

《Generative AI with Go》 (Go 生成式 AI 开发)

包含如何使用 Go 调用 Gemini/OpenAI API、构建 RAG 系统以及管理上下文

  • github.com/n67/generative-ai-with-go

Gollm

一个非常简洁的 Go 库,旨在为 LLM 提供结构化输出和链式调用,非常适合编写轻量级 Agent

  • github.com/paganotoni/gollm

OpenManus

  • https://zhuanlan.zhihu.com/p/30090038284
  • https://openmanus.github.io/
  • https://github.com/FoundationAgents/OpenManus
  • https://github.com/OpenManus/OpenManus-RL
  • Go语言版本 https://github.com/prathyushnallamothu/commandforge

CFD Agent

  • https://github.com/ConMoo/ChatCFD

  • https://github.com/EarlFan/ChatCFD

FEM Agent

  • https://github.com/Farhad-Davaripour/FEA_Assisted_Agent/

  • https://github.com/kimck-tf/agent_cae/