Siclaw is an open-source AI agent developed by scitix, aimed at assisting DevOps and SRE teams with infrastructure diagnostics. The platform emphasizes a 'read-only by default' approach, allowing for deep investigations, evidence gathering, hypothesis testing, and root cause analysis without making direct changes to the environment. This design ensures operational safety during incident resolution.
The platform features a four-phase workflow for investigations and incorporates 'Investigation Memory' to learn from previous incidents, enhancing future diagnostic capabilities. Siclaw is designed for team collaboration, offering a shared web UI, credentials, channels, and the ability to turn repeated diagnostic playbooks into reusable runbooks. It supports extensibility through connections to external tools and data sources and can be accessed via a terminal user interface (TUI), a web UI, or team chat channels.
Siclaw's architecture includes a control plane (Portal + Gateway + shared DB) that manages agents, skills, a knowledge wiki, and credentials. Each investigation session spawns an isolated AgentBox, where the Agent Brain executes a Deep Investigation Engine against its bound capabilities. The project is written in TypeScript and is licensed under Apache License 2.0. It has recently seen a fresh release (v0.1.6) and has garnered 205 stars and 23 forks on GitHub.
Featured on AI Radar: Siclaw: An AI-powered SRE Platform for Read-Only Infrastructure Diagnostics