Files
fgAI/pyproject.toml
2026-06-22 21:14:54 +02:00

11 lines
255 B
TOML

[project]
name = "signalscope"
version = "0.1.0"
description = "Local multi-stream security log correlation and anomaly detection agent."
requires-python = ">=3.11"
dependencies = []
[project.scripts]
fgai = "fgai.cli:main"
signalscope = "fgai.cli:main"