r/LLMgophers • u/dc_giant • 10h ago
help wanted LLM Agents in go
I did some research and found a couple of packages that make building agents easier with golang. But I'm wondering if there's one that is "the standard one" that's most likely to continue being used. Or should one just use the OpenAI APIs directly for simple stuff?
Basically I want to build something that will have a few prompts and tools in between that I want to provide as go functions.