[go-nuts] how to attach the pkg revision during go install

2024-08-19 Thread Xie Yuchen
Dear all I'm a 3rd cli tool developer, and most of my users install the cli tool via *go install github.com/example/mycli*. I got trouble for attaching the revision by default so users could run *mycli version *to get a revision(tag or git commit). The known workarounds cannot solve my problem

[go-nuts] Re: ANN: fun: call your LLMs like they are just a function

2024-08-19 Thread Mitar
Hi! I released a new version which now also allows tool calling into Go code. So you can now both call LLM models and they can call back into Go. Magic. It really shows how powerful Go is without all the "async" mess from other languages, and useful context.Context. Mitar On Sun, Aug 4, 2024 at