go-agent: an agent framework
go, open source
#Open Source
#GitHub
SUMMARY
go-agent: an agent framework – fast, composable AI agents for Go
Summary: go-agent is an open-source AI agent framework for Go that enables recursive, inspectable workflows by exposing agents as UTCP tools. It supports safe Go snippet execution, multi-agent reasoning, parallel tool runs, and streaming with real execution.
What it does
It runs Go code safely using CodeMode, orchestrates UTCP providers, and allows agents to interact recursively with multiple tools in parallel while streaming results.
Who it's for
Developers building AI workflows and multi-agent systems in Go requiring safe code execution and tool orchestration.
Why it matters
It provides real execution and inspectable workflows, avoiding reliance on prompt-based guessing in AI agent interactions.