Kaloyan Danchev e24e3026b6 Add Discord attachment reading and web search capabilities
- 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>
2026-02-18 18:07:19 +02:00

xtrm-agent

Multi-agent AI automation system with shared message bus, specialized roles, and deny-by-default security.

Architecture

Multiple specialized agents share a message bus and can delegate to each other:

  • Coder Agent — Claude, file+bash tools, coding-focused
  • Researcher Agent — DeepSeek/Kimi, web tools, research-focused
  • Reviewer Agent — Claude, read-only tools, code review

Quick Start

# Install
uv sync

# Interactive chat (default: coder agent)
uv run xtrm-agent chat

# Target a specific agent
uv run xtrm-agent chat --agent researcher

# Single-shot message
uv run xtrm-agent chat -m "write a hello world script"

# Run all agents + Discord bot
uv run xtrm-agent serve

# Show status
uv run xtrm-agent status

Configuration

Edit config.yaml to configure providers, agents, tools, and channels. Agent definitions live in agents/*.md with YAML frontmatter.

Deployment

Deploy via Dockge on Unraid using the included compose.yaml.

Description
Multi-agent AI automation system
Readme 216 KiB
Languages
Python 99.9%
Dockerfile 0.1%