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:
One-Line Installation (Recommended)
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
- Visit the Releases page
- Download the binary for your platform
- Add to your PATH
Verify Installation
bash
agentcli version
agentcli --help
Next Steps
- Installation Guide - Detailed installation instructions and troubleshooting
- Quick Start - Build your first agent in 5 minutes
- Your First Agent - Detailed first agent tutorial
- Tutorials - Complete learning path