Skip to content

Getting Started

Welcome to AgenticGoKit! This guide will help you get up and running with building intelligent multi-agent AI systems in Go.

What is AgenticGoKit?

AgenticGoKit is a production-ready Go framework designed specifically for building sophisticated agent workflows with:

  • Multi-Agent Orchestration: Collaborative, sequential, and mixed execution patterns
  • Dynamic Tool Integration: MCP protocol support for extensible agent capabilities
  • Multi-Provider LLM Support: Works with Azure OpenAI, OpenAI, Ollama, and more
  • Enterprise-Grade Features: Built-in memory systems, error handling, and monitoring

Quick Installation

Choose your preferred installation method:

Windows (PowerShell)

powershell
iwr -useb https://raw.githubusercontent.com/kunalkushwaha/agenticgokit/master/install.ps1 | iex

Linux/macOS (Bash)

bash
curl -fsSL https://raw.githubusercontent.com/kunalkushwaha/agenticgokit/master/install.sh | bash

Alternative Methods

Go Install

bash
go install github.com/kunalkushwaha/agenticgokit/cmd/agentcli@latest

Manual Download

  1. Visit the Releases page
  2. Download the binary for your platform
  3. Add to your PATH

Verify Installation

bash
agentcli version
agentcli --help

Next Steps

  1. Installation Guide - Detailed installation instructions and troubleshooting
  2. Quick Start - Build your first agent in 5 minutes
  3. Your First Agent - Detailed first agent tutorial
  4. Tutorials - Complete learning path

Need Help?

Released under the Apache 2.0 License.