Seraph Guardian
The Future of Autonomous Operations
Seraph-Lite
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
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.
Documentation
Installation
npm install seraph-agentSeraph 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.
You can choose from the following LLM providers:
gemini (default)
anthropic
openaiYou can also specify a model for the selected provider.
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 startThis will start the log ingestion server and analysis workers.
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.