Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

Requirements

  • Rust 1.85+ (stable toolchain)
  • Linux, macOS, or Windows

From Source

git clone https://github.com/giosakti/duragent.git
cd duragent
make build
./target/release/duragent --version

Cargo Install

cargo install --git https://github.com/giosakti/duragent.git

Verify Installation

duragent --version

Gateway Plugins

Gateway plugins (Telegram, Discord) are separate binaries. To install them:

# Discord gateway
cargo install --git https://github.com/giosakti/duragent.git duragent-gateway-discord

# Telegram gateway
cargo install --git https://github.com/giosakti/duragent.git duragent-gateway-telegram