System intelligence for backend systems, starting with incident analysis from logs.
Project description
Sydes
System intelligence for backend systems, starting with incident analysis from logs.
Sydes helps engineers investigate suspected issues in logs using structured evidence, timelines, and AI-assisted reasoning.
Installation
pip install sydes
Before you run
Choose one model path.
OpenAI
export OPENAI_API_KEY=your_openai_api_key
Run with:
--model openai:gpt-4.1-mini
Ollama
Make sure Ollama is running and a model is available:
ollama serve
ollama pull llama3.1
Run with:
--model ollama:llama3.1
Quickstart
sydes incident analyze \
--model openai:gpt-4.1-mini \
--query "Why is checkout returning 503 errors?" \
logs/incident.log
Sydes works best with focused inputs such as:
--queryfor a suspected issue--grepfor a known error pattern--servicefor a specific component--levelfor higher-signal log lines
Whole-log analysis is supported, but focused analysis is usually more reliable and actionable.
CLI
sydes --help
sydes incident analyze --help
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sydes-0.1.1.tar.gz.
File metadata
- Download URL: sydes-0.1.1.tar.gz
- Upload date:
- Size: 113.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8459a82e6cf3b99314001579baecff70edccd4dd8c6c1f0b40dc6ebfe714ece8
|
|
| MD5 |
f89b25c7d23417640c9add94e04858c7
|
|
| BLAKE2b-256 |
bbdaebec953eccae826971f6471bba2c2deaf8b55af12bbc1fce95950a250b3e
|
File details
Details for the file sydes-0.1.1-py3-none-any.whl.
File metadata
- Download URL: sydes-0.1.1-py3-none-any.whl
- Upload date:
- Size: 130.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fb836ff4e268a810e5094353a4c04146d765e02cb78be15e2538283235adeb12
|
|
| MD5 |
228037c42bb40c506be1a3afa4355da1
|
|
| BLAKE2b-256 |
e04fdaa23a1eeec21c492ace4cd67294edb8db9a77df77a59252e148aae7c4f7
|