Getting Started
Learn how to build production-grade AI agents with Aixgo.
Advanced
Core Concepts
Multi-Agent Orchestration
Learn how to coordinate multiple agents with supervisor patterns and message routing.
Single Binary vs Distributed Mode
Understand how Aixgo scales from local development to distributed production with zero code changes.
Type Safety & LLM Integration
Leverage Go's type system for compile-time guarantees in LLM interactions and tool definitions.
Deployment
Building Docker Images from Scratch
Create minimal <20MB production containers leveraging Aixgo's single binary advantage.
Production Deployment
Deploy Aixgo agents to production with best practices for scaling and monitoring.
Observability & Monitoring
Instrument Aixgo agents with OpenTelemetry, distributed tracing, and structured logging for production visibility.
Getting Started
LLM Integration
RAG & Embeddings
Reference
Provider Comparison
Compare vectorstore and embedding providers to choose the right stack
Provider Integration Guide
Integrate Aixgo with OpenAI, Anthropic, Google Vertex AI, Amazon Bedrock, HuggingFace, Ollama (local), and vector databases.
AWS Bedrock Integration Guide
Integrate Aixgo with Amazon Bedrock for enterprise-grade AI models with single API access, regional deployment, and AWS security.
Tools
Interactive Coding Assistant
Use the aixgo chat command to interact with an AI coding assistant that can read and write files, run git operations, and execute terminal commands
Session Persistence
Build AI agents that remember with built-in session persistence, checkpoints, and multiple storage backends