Multi-agent Aider configuration with LiteLLM routing for role-based AI assistance (architect, security, CI/PR, research). Optimized for local models on M2 16GB with cached prompts and streaming diffs.
Multi-agent Aider configuration designed for the IntelGraph AI Symphony project, featuring role-based AI agents routed through LiteLLM for specialized development tasks.
This Aider configuration sets up a flexible multi-agent system where different AI models handle specialized roles:
The configuration routes all agents through a local LiteLLM proxy at `http://127.0.0.1:4000/v1`, enabling unified access to multiple model providers while maintaining performance on resource-constrained hardware (optimized for M2 16GB).
Ignores build artifacts, dependencies, logs, and cache directories:
Switch between specialized agents by changing the `--model` parameter:
```bash
aider --model openai/local/llama
aider --model openai/local/llama-cpu
aider --model openai/local/llama-small
aider --model openai/gemini/1.5-pro
aider --model openai/xai/grok-code-fast-1
```
1. **Start LiteLLM Proxy**
Ensure LiteLLM is running on port 4000 with routes configured for all agent models:
```bash
litellm --config litellm_config.yaml --port 4000
```
2. **Create Configuration File**
Save this configuration as `.aider.conf.yml` in your project root.
3. **Set Required API Keys**
For external agents (Elara, Power Burst):
```bash
export GOOGLE_API_KEY="your-gemini-key"
export XAI_API_KEY="your-xai-key"
```
4. **Launch Default Agent**
```bash
aider
```
5. **Switch Agents as Needed**
Use the quick-switch commands above to select the appropriate agent for your task.
```bash
aider --model openai/local/llama
```
```bash
aider --model openai/local/llama-cpu
```
```bash
aider --model openai/local/llama-small
```
```bash
aider --model openai/gemini/1.5-pro
```
```bash
aider --model openai/xai/grok-code-fast-1
```
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/intelgraph-ai-symphony-agent-config-u8mrnc/raw