@vannamdigital/agentrelay
v2.0.7
Published
AgentRelay - Multi-provider AI CLI controller with Telegram bot and admin dashboard
Readme
AgentRelay
AgentRelay is a local-first Telegram bot and admin dashboard for controlling AI CLI providers from your own machine.
It is intended for personal local use. Do not expose it directly to the internet.
Runtime support note: OpenCode CLI is the currently verified Telegram prompt runtime. Other CLI runners are being updated and should be treated as experimental until validated on your machine.
Features
- Local admin dashboard at
http://127.0.0.1:3456/dashboard - Telegram bot access control by user ID
- SQLite-backed settings, projects, bot channels, provider registry, and model registry
- Async local CLI detection across PATH and common install locations
- Secret redaction in logs, settings views, and task summaries
- Localhost-only server binding by default
Quick Start
npm install
npm run install:dashboard
npm run build:dashboard
cp .env.example .env
npm startOn Windows, use copy .env.example .env or run setup-dashboard.bat.
Open:
http://127.0.0.1:3456/dashboardDefault first-run admin credentials:
admin / 123456Change this password immediately after first login.
Supported CLI Providers
Documentation
- Getting started
- Configuration
- CLI providers
- Telegram bot
- Security hardening
- Development
- Publishing
- Upgrading
Internal design notes remain in wiki/.
