sydes

Sydes Docs

Sydes is a CLI-first system intelligence tool. The first supported capability is incident analysis from logs.

Today, the best-supported workflow is sydes incident analyze, which turns raw logs into a more usable investigation flow with structured evidence and hypotheses.


Start with installation, then run an incident-focused analysis on the logs you care about.

pip install sydes

sydes incident analyze logs/*.log \
  --query "Why are session lookups failing?"

Best results usually come from focused analysis using --query, --grep, or both.


Whole-log analysis gives a broad overview and is useful for approximate investigation when you are still orienting.

--grep gives precise signal filtering, --query supports semantic investigation, and --query + --grep is the recommended workflow for most incident debugging.


Go to Installation, Quickstart, Incident Analysis Usage, or GitHub.

Incident analysis is the current docs focus. Architecture understanding and tests are planned future Sydes capabilities.