Back to Apps

OpenAI Agents Go SDK
by mitulshah1
Production-ready Go framework for building intelligent multi-agent workflows with security guardrails and observability.
0 stars
Works in:claude
Exposes:ToolsResourcesPrompts
What it does
This SDK provides a type-safe, high-performance framework for developing AI agents using Go. It enables the creation of complex multi-agent workflows with built-in support for session management, tool execution, and enterprise-grade security guardrails.
Tools
get_weather: Example tool for fetching current weather data.delete_file: Example tool for system file deletion (with approval logic).generateChart: Multimodal tool for creating and returning image charts.
Installation
Add the following to your claude_desktop_config.json (assuming a Go binary is compiled):
{
"mcpServers": {
"openai-agents-go": {
"command": "/path/to/openai-agents-go-bin",
"args": []
}
}
}
Supported hosts
- claude
Quick install
go get github.com/MitulShah1/openai-agents-go@latestInformation
- Pricing
- free
- Published
- 6/11/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Configure via claude_desktop_config.json with the compiled binary path.





