Releases: goshops-com/opsagent
Releases · goshops-com/opsagent
Release list
v1.1.0 - Control Panel
OpsAgent v1.1.0
This release adds a centralized control panel for monitoring all OpsAgent instances.
New Features
Control Panel (packages/control-panel)
- Next.js web dashboard for centralized monitoring
- View all registered servers and their status
- Aggregated alerts across all servers
- AI agent analysis and recommendations
- Action history with execution status
Running the Control Panel
# From root directory
bun run panel
# Or directly
cd packages/control-panel
bun install
bun run devAccess at http://localhost:3002
Monorepo Structure
The project now uses Bun workspaces:
./- Main OpsAgent daemonpackages/control-panel- Centralized Next.js dashboard
Full Changelog
v1.0.0 - Initial Release
OpsAgent v1.0.0
The first official release of OpsAgent - an AI-powered system monitoring daemon.
Highlights
- Deterministic Problem Detection - Collect system metrics and evaluate against configurable thresholds
- AI-Powered Analysis - Leverages kimi-k2.5 via OpenCode Zen to analyze alerts and recommend actions
- Automated Remediation - Safe actions execute automatically, risky ones require approval
- Multi-Server Support - All instances report to a centralized Turso database
- Discord Notifications - Get alerted when human intervention is needed
- Real-time Dashboard - Web UI at port 3001
Runtime
- Powered by Bun - No Node.js installation required
- Run as daemon with PM2 or systemd
- Docker support included
Quick Start
# Install Bun
curl -fsSL https://bun.sh/install | bash
# Clone and install
git clone https://github.com/sjcotto/opsagent.git
cd opsagent
bun install
# Configure
cp .env.example .env
# Edit .env with your API keys
# Run
bun run devSee the README for full documentation.
Demo Video
Demo video for README