Skip to content

Releases: goshops-com/opsagent

v1.1.0 - Control Panel

Choose a tag to compare

@sjcotto sjcotto released this 01 Feb 01:38

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 dev

Access at http://localhost:3002

Monorepo Structure

The project now uses Bun workspaces:

  • ./ - Main OpsAgent daemon
  • packages/control-panel - Centralized Next.js dashboard

Full Changelog

v1.0.0...v1.1.0

v1.0.0 - Initial Release

Choose a tag to compare

@sjcotto sjcotto released this 01 Feb 01:30

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 dev

See the README for full documentation.

Demo Video

Demo Video Pre-release
Pre-release

Choose a tag to compare

@sjcotto sjcotto released this 01 Feb 23:51

Demo video for README