11 lines
255 B
TOML
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"
|