Tag: go
-
Project for Porting My Python Agentic Framework to Go and Recent AI Thoughts
The last week or so I’ve been working on porting over my Python framework I conceived in writing a wrapper around Google Agent ADK to Go. It’s been a frustrating experience due to the differences in languages and libraries. While both have a similar setup, there are enough nuances that make a 1:1 port impossible.…