AgentCrew Configuration Guide
Description
This guide explains how to configure AgentCrew to work with different AI providers, customize agents, set up tools, and manage system settings.
Installation
claude install-skill https://github.com/saigontechnology/AgentCrew README
AgentCrew Configuration Guide
This guide explains how to configure AgentCrew to work with different AI providers, customize agents, set up tools, and manage system settings.
Configuration Files
AgentCrew stores all configuration in `~/.AgentCrew/` (or `%USERPROFILE%\.AgentCrew\` on Windows):
~/.AgentCrew/
├── config.json # Global settings and API keys
├── agents.toml # Agent definitions and configurations
├── mcp_servers.json # Model Context Protocol server configs
├── persistents/
│ └── adaptive.json # Learned behaviors for all agents
└── conversations/ # Saved conversation history
Global Configuration (config.json)
The main configuration file controls API keys, UI preferences, and system behavior.
API Keys
Add your API keys to connect AgentCrew with AI providers:
{
"api_keys": {
"ANTHROPIC_API_KEY": "sk-ant-...",
"OPENAI_API_KEY": "sk-proj-...",
"GEMINI_API_KEY": "AIza...",
"GITHUB_COPILOT_API_KEY": "",
"DEEPINFRA_API_KEY": "",
"TAVILY_API_KEY": "tvly-...",
"VOYAGE_API_KEY": "pa-...",
"ELEVENLABS_API_KEY": ""
}
}
**Required Keys:**
- undefined
**Optional Keys:**
- undefined
**Getting API Keys:**
- undefined
Custom LLM Providers
Add OpenAI-compatible providers like llama.cpp, Ollama, or LM Studio:
{
"custom_llm_providers": [
{
"name": "llama.cpp",
"type": "openai_compatible",
"api_base_url": "http://localhost:8009",
"api_key": "",
"default_model_id": "qwen-14b",
"available_models": [
{
"id": "../Qwen3-14B-Q6_K.gguf",
"name": "Local Qwen 14B",
"provider": "llama.cpp",
"capabilities": ["thinking", "vision"],
"default": true,
"description": "Quantized Qwen model running locally",
"input_token_price_1m": 0.0,
"output_token_price_1m": 0.0
}
],
"is_stream": false,
"extra_headers": {}
}
]
}
**Fields:**
- undefined
Related Agents
Opencode
(60.8k ⭐) - The open source AI coding agent.
Data & AI community Gemini CLI
(90.5k ⭐) - An open-source AI agent that brings the power of Gemini directly into your terminal.
Data & AI community Chatgpt On Wechat
CowAgent是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、拥有长期记忆并不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择OpenAI/Claude/Gemini/DeepSeek/ Qwen/GLM/Kimi/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。
Data & AI community Claude Mem
(13.1k ⭐) - A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk), and injects relevant context back...
Data & AI community Read research for Nyquist validation data
cat "$phase_dir"/*-RESEARCH.md 2>/dev/null node "$HOME/.claude/get-shit-done/bin/gsd-tools.cjs" roadmap get-phase "$phase_number" ls "$phase_dir"/*-BRIEF.md 2>/dev/null
Data & AI community Multi Agent Review
| A sophisticated AI-powered code review system designed to provide comprehensive, multi-perspective a... | - | [wshobson/agents](https://github.com/wshobson/agents) |
Data & AI community