UNPKG

seraph-agent

Version:

An extremely lightweight, SRE autonomous AI agent for seamless integration with common observability tasks.

59 lines (58 loc) 1.52 kB
{ "name": "seraph-agent", "version": "1.0.12", "description": "An extremely lightweight, SRE autonomous AI agent for seamless integration with common observability tasks.", "main": "dist/index.js", "bin": { "seraph": "dist/index.js" }, "scripts": { "start": "node dist/index.js", "build": "tsc", "dev": "ts-node src/index.ts", "lint": "eslint . --ext .ts", "test": "jest --runInBand --detectOpenHandles" }, "keywords": [ "sre", "ai", "autonomous", "agent", "observability", "logs", "automation" ], "author": "Gemini", "license": "Apache-2.0", "homepage": "https://https://github.com/InventiveWork/seraph#readme", "repository": { "type": "git", "url": "git+https://https://github.com/InventiveWork/seraph.git" }, "bugs": { "url": "https://https://github.com/InventiveWork/seraph/issues" }, "dependencies": { "@anthropic-ai/sdk": "^0.57.0", "@google/generative-ai": "^0.24.1", "@modelcontextprotocol/sdk": "^1.17.0", "commander": "^12.1.0", "node-fetch": "^2.7.0", "openai": "^5.12.0", "prom-client": "^15.1.3", "safe-regex": "^2.1.1" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^20.11.24", "@types/node-fetch": "^2.6.13", "@types/supertest": "^6.0.3", "eslint": "^8.57.0", "jest": "^29.7.0", "jest-serial-runner": "^1.2.2", "supertest": "^7.1.4", "ts-jest": "^29.4.0", "ts-node": "^10.9.2", "typescript": "^5.3.3" } }