- Discord channel now downloads and extracts text from attachments (text files, PDFs) - Added WebSearchTool using DuckDuckGo for researcher and coder agents - Improved WebFetchTool with User-Agent header and HTML-to-text stripping - Added pypdf and duckduckgo-search dependencies Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
46 lines
811 B
YAML
46 lines
811 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
|
|
- web_search
|
|
- 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
|