Setup & Configuration Guides
Guides for setting up and configuring AgenticGoKit components.
Available Guides
LLM Providers
Configure different Large Language Model providers including OpenAI, Anthropic, and local models.
When to use: Setting up your first agent or switching LLM providers.
Vector Databases
Set up vector storage systems for Retrieval-Augmented Generation (RAG) including pgvector and Weaviate.
When to use: Building agents that need to search through documents or knowledge bases.
MCP Tools
Integrate Model Context Protocol tools to extend agent capabilities with external services.
When to use: Adding specific tools like web search, file operations, or API integrations.
Common Setup Patterns
Most AgenticGoKit applications follow this setup pattern:
- Choose your LLM provider - Start with LLM Providers
- Configure memory (optional) - Add Vector Databases if needed
- Add tools (optional) - Integrate MCP Tools for extended capabilities
- Test your configuration - Use Testing Agents
Configuration Files
AgenticGoKit uses TOML configuration files (agentflow.toml) for most settings. Each guide shows you how to configure the relevant sections.
Next Steps
After setup, explore:
- Development Guides for building and testing
- Deployment Guides for production deployment
- Getting Started Tutorials for hands-on learning