seraph-agent
Version:
An extremely lightweight, SRE autonomous AI agent for seamless integration with common observability tasks.
29 lines (26 loc) • 1.11 kB
Plain Text
Starting Seraph Agent...
Log ingestion server started on port 8080
Agent manager is running with 4 workers.
PID: 78591
IPC server started
[Worker 78591] Received log: {"level":"warning","message":"Disk space is running low"}...
[Worker 78591] Anomaly detected! Reason: Low disk space can lead to service disruption and requires investigation.
[MitigationClient] Requesting mitigation with context: {
"source": "log_analysis",
"type": "anomaly_detected",
"details": "Low disk space can lead to service disruption and requires investigation.",
"log": "{\"level\":\"warning\",\"message\":\"Disk space is running low\"}"
}
node:fs:1954
binding.unlink(getValidatedPath(path));
^
Error: ENOENT: no such file or directory, unlink '/Users/amirreza/Documents/Devs/seraph-v2/.seraph.sock'
at Object.unlinkSync (node:fs:1954:11)
at process.<anonymous> (/Users/amirreza/Documents/Devs/seraph-v2/dist/server.js:89:12)
at process.emit (node:events:507:28) {
errno: -2,
code: 'ENOENT',
syscall: 'unlink',
path: '/Users/amirreza/Documents/Devs/seraph-v2/.seraph.sock'
}
Node.js v23.11.0