first add

This commit is contained in:
larssand
2026-06-18 21:03:07 +02:00
parent 191ac4cf55
commit 05038c6ad7
22 changed files with 701 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "fgai"
version = "0.1.0"
description = "Local FortiGate log and policy inspection agent with guarded UTM autoblocking."
requires-python = ">=3.11"
dependencies = []
[project.scripts]
fgai = "fgai.cli:main"