InventiveWork
InventiveWork

Seraph Guardian

The Future of Autonomous Operations

Seraph-Lite

Free, open-source, lightweight SRE autonomous AI agent for your infrastructure.

Seraph-Lite is designed to be a lightweight yet powerful autonomous agent that helps your teams manage complex systems with ease.

  • Lightweight & Open Source
  • Autonomous Issue Detection
  • Automated Root Cause Analysis
  • Proactive Remediation

Seraph-Pro

Enterprise Grade Autonomous Operations

Seraph Guardian is an autonomous AI agent that provides an end-to-end AIOps solution, automating issue detection, root cause analysis, and remediation.

This empowers individual DevOps teams to focus on innovation rather than managing operations.

Key Features

  • Autonomous Issue Detection: Real-time monitoring and anomaly identification.
  • Automated Root Cause Analysis: Instant debugging of complex system failures.
  • Proactive Remediation: Self-healing infrastructure mechanisms.
  • End-to-End AIOps Solution: Comprehensive observability and control.

Enterprise Integrations

Integrates with your existing ITSM and documentation tools.

JiraConfluenceServiceNow

Documentation

Get Started

Installation

npm install seraph-agent
Integrations

Seraph is designed to be a component in a larger observability and automation ecosystem.

For a detailed guide on integrating with tools like Fluentd, Vector, and Alertmanager, please see the Integration Guide.

LLM Providers

You can choose from the following LLM providers:

gemini (default)
anthropic
openai

You can also specify a model for the selected provider.

Quick Start

Configure your API Key:

# For Gemini export GEMINI_API_KEY="YOUR_GEMINI_API_KEY" # For Anthropic export ANTHROPIC_API_KEY="YOUR_ANTHROPIC_API_KEY" # For OpenAI export OPENAI_API_KEY="YOUR_OPENAI_API_KEY"

Start the agent by running:

seraph start

This will start the log ingestion server and analysis workers.

CLI Usage

The Seraph agent is controlled via the seraph command.

seraph start

Starts the agent.

--mcp-server-url <url>

: Connect to an MCP server.

seraph status

Checks agent status.

seraph stop

Stops all workers.

seraph chat <message>

Chat with the agent.

-c, --context

: Include log context.

--mcp-server-url <url>

: Connect to MCP server.