matteogrella
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
While working on openai-agents-go, I wanted users to define tools by passing in a plain Go function and have the agent figure out the inputs automatically. But I ran into a gap: Go's reflect gives you parameter types…
- Show HN: Go Port of OpenAI's Agents SDK (github.com)
Among the agentic AI frameworks I’ve tried, OpenAI's Python Agents SDK has the best balance of features and simplicity. Since I usually understand software by porting it to another language, I contributed to a Go…
-
Waveny is a Go library and command-line utility designed for emulating guitar amplifiers and pedals through deep learning.
- Show HN: I've just ported the RWKV LLM to Fortran (github.com)
RWKV.f90 is a port of the original RWKV-LM, an open-source large language model initially developed in Python, into Fortran. Known for its robust capabilities in scientific and engineering computations, the primary…