Files
xtrm-agent/config.yaml
Kaloyan Danchev b3608b35fa Connect to Discord, switch to NVIDIA NIM providers
- Enable Discord channel, respond to all messages from allowed users
- Switch all agents to NVIDIA NIM (Kimi K2.5, DeepSeek V3.1)
- Auto-approve all tools for non-interactive Docker deployment
- Fix tool call arguments serialization (dict → JSON string)
- Fix Dockerfile to copy source before uv sync

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 15:34:15 +02:00

45 lines
794 B
YAML

llm:
providers:
kimi:
provider: litellm
model: nvidia_nim/moonshotai/kimi-k2.5
deepseek:
provider: litellm
model: nvidia_nim/deepseek-ai/deepseek-v3.1
minimax:
provider: litellm
model: nvidia_nim/minimaxai/minimax-m2.1
channels:
cli:
enabled: true
default_agent: coder
discord:
enabled: true
token_env: DISCORD_BOT_TOKEN
default_agent: coder
allowed_users:
- "1367816056244273243"
tools:
workspace: ./data
auto_approve:
- read_file
- list_dir
- web_fetch
- delegate
- write_file
- edit_file
- bash
mcp_servers: {}
agents:
coder: agents/coder.md
researcher: agents/researcher.md
reviewer: agents/reviewer.md
orchestrator:
max_concurrent: 5
delegation_timeout: 120