|
|
|
|
|
by _pdp_
104 days ago
|
|
Is Go the best programming language for AI agents? I don't think so. But what makes Go useful is the fact that it compiles to an actual executable you can easily ship anywhere - and that is actually really good considering that the language itself is super easy to learn. I've recently started building some A agent tools with it and so far the experience has been great: https://github.com/pantalk/pantalk
https://github.com/mcpshim/mcpshim |
|