# AgenticGoKit

> Open-source Agentic AI framework in Go for building, orchestrating, and deploying intelligent agents. LLM-agnostic, event-driven, with multi-agent workflows, MCP tool discovery, and production-grade o

- **URL**: https://www.freshcrate.ai/projects/AgenticGoKit
- **Author**: AgenticGoKit
- **Category**: MCP Servers
- **Latest version**: `v0.5.9` (2026-04-12)
- **License**: Apache-2.0
- **Source**: https://github.com/AgenticGoKit/AgenticGoKit
- **Homepage**: https://docs.agenticgokit.com/
- **Language**: Go
- **GitHub**: 142 stars, 29 forks
- **Registry**: github
- **Tags**: `agentic-ai`, `agentic-ai-development`, `agentic-coding`, `agentic-framework`, `agentic-rag`, `agentic-workflow`, `agentic-workflows`, `agents`, `go`

## Description

Open-source Agentic AI framework in Go for building, orchestrating, and deploying intelligent agents. LLM-agnostic, event-driven, with multi-agent workflows, MCP tool discovery, and production-grade observability.

## Recent releases

| Version | Date | Urgency | Changes |
| --- | --- | --- | --- |
| `v0.5.9` | 2026-04-12 | High | ## What's Changed * fix: add detailed tracing to all LLM adapter Call and Stream methods by @kunalkushwaha in https://github.com/AgenticGoKit/AgenticGoKit/pull/116 * fix: suppress debug logs by default and add tool I/O to MCP traces by @kunalkushwaha in https://github.com/AgenticGoKit/AgenticGoKit/pull/119   **Full Changelog**: https://github.com/AgenticGoKit/AgenticGoKit/compare/v0.5.8...v0.5.9 |
| `v0.5.8` | 2026-04-08 | High | ## What's Changed * docs: fixed malformed bullet in README use-cases list by @YuvrajS01 in https://github.com/AgenticGoKit/AgenticGoKit/pull/112 * feat(examples): migrate ollama-quickstart to v1beta API by @Ayusohm432 in https://github.com/AgenticGoKit/AgenticGoKit/pull/113 * fix: always use custom transports for http_sse and http_streaming by @kunalkushwaha in https://github.com/AgenticGoKit/AgenticGoKit/pull/114  ## New Contributors * @YuvrajS01 made their first contribution in https://g |
| `v0.5.7` | 2026-04-07 | Medium | ## What's Changed * docs: update Go version requirement in README (1.21 → 1.24) by @Satyam-GitDotCom in https://github.com/AgenticGoKit/AgenticGoKit/pull/103 * fix outdated links in ContributorGuide.md by @Satyam-GitDotCom in https://github.com/AgenticGoKit/AgenticGoKit/pull/104 * fix(mcp): Fix tool discovery for SSE and HTTP streaming transports by @kunalkushwaha in https://github.com/AgenticGoKit/AgenticGoKit/pull/106 * fix the logging by @kunalkushwaha in https://github.com/AgenticGoKit/A |
| `v0.5.6` | 2026-03-09 | Low | ## What's Changed * updated readme for agk and agk-templates by @kunalkushwaha in https://github.com/AgenticGoKit/AgenticGoKit/pull/91 * Foundary llm by @kunalkushwaha in https://github.com/AgenticGoKit/AgenticGoKit/pull/93 * fix(llm): propagate client timeout to ResponseHeaderTimeout by @kunalkushwaha in https://github.com/AgenticGoKit/AgenticGoKit/pull/97 * fix: invoke WithHandler callback during RunStream execution by @kunalkushwaha in https://github.com/AgenticGoKit/AgenticGoKit/pull/98 |
| `v0.5.5` | 2026-02-07 | Low | ## What's Changed * feat(v1beta): Add EvalServer and semantic evaluation support by @kunalkushwaha in https://github.com/AgenticGoKit/AgenticGoKit/pull/89   **Full Changelog**: https://github.com/AgenticGoKit/AgenticGoKit/compare/v0.5.4...v0.5.5 |
| `v0.5.4` | 2026-01-30 | Low | ## What's Changed * Updated config to support azure providers by @HrithikMJ in https://github.com/AgenticGoKit/AgenticGoKit/pull/85 * removed webui, visualization folders. by @kunalkushwaha in https://github.com/AgenticGoKit/AgenticGoKit/pull/86 * LLM keys if not explicitly set at user program, and environment by @kunalkushwaha in https://github.com/AgenticGoKit/AgenticGoKit/pull/87  ## New Contributors * @HrithikMJ made their first contribution in https://github.com/AgenticGoKit/AgenticGo |
| `v0.5.3` | 2026-01-28 | Low | # Release Notes  ## What's New  ### Anthropic Claude Support Added full support for **Anthropic Claude** models (e.g., `claude-sonnet-4-20250514`). - New `anthropic` provider driver. - Support for streaming and tool calling. - Integrated into the plugin system.  ### Enhanced Observability - **Trace Hierarchy Fix**: Workflow steps and agent executions are now properly nested in traces, allowing for a clearer understanding of workflow execution structure. - **Audit Levels**: Introduced |
| `v0.5.2` | 2026-01-24 | Low | **Highlights:** - Integrated advanced observability and telemetry features. - Observability is now part of the builder pattern. - Enhanced logging for improved traceability. - Workflow traces now provide better coverage. - Stabilized codebase with AGK tool updates. - Added LLM support for observability. - Improved tool and MCP invocation for telemetry. - Updated and refined documentation.  These updates collectively improve monitoring, debugging, and reliability across the agenticgokit |
| `v0.5.1` | 2026-01-02 | Low | ## 🚀 AgenticGoKit CLI v0.5.1  ### 📦 Installation  #### One-Line Installation (Recommended) ```bash # Windows (PowerShell) iwr -useb https://raw.githubusercontent.com/kunalkushwaha/agenticgokit/master/install.ps1 \| iex  # Linux/macOS (Bash) curl -fsSL https://raw.githubusercontent.com/kunalkushwaha/agenticgokit/master/install.sh \| bash ```  #### Manual Installation 1. Download the appropriate binary for your platform below 2. Rename to `agentcli` (or `agentcli.exe` on Windows) 3. Make executabl |
| `v0.5.0` | 2025-12-20 | Low | ## 🎉 Overview  We're excited to announce **v0.5.0**, introducing the **v1beta API** - our next-generation framework for building intelligent multi-agent AI systems in Go. This release represents a major milestone with a complete API redesign focused on developer experience, streaming-first architecture, and production-ready patterns.  > **Note:** v1beta is stable and functional, recommended for all new projects. While in beta, minor API changes may occur based on community feedback before |

## Dependency audit

- **Score**: 46/100
- **Total deps**: 17
- **Resolved**: 0
- **Unresolved**: 17
- **License conflicts**: 0
- **Warnings**: 17
- **Scanned**: 2026-04-27

## Citation

- HTML: https://www.freshcrate.ai/projects/AgenticGoKit
- Markdown: https://www.freshcrate.ai/projects/AgenticGoKit.md
- Dependencies JSON: https://www.freshcrate.ai/api/projects/AgenticGoKit/deps

_Generated by freshcrate.ai. Indexes github releases for AI-agent ecosystem packages._
