add more status

This commit is contained in:
larssand
2026-06-21 21:38:01 +02:00
parent 5bd720f4d5
commit 7d080b18c8
9 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
Metadata-Version: 2.4
Name: fgai
Version: 0.1.0
Summary: Local FortiGate log and policy inspection agent with guarded UTM autoblocking.
Requires-Python: >=3.11

View File

@@ -0,0 +1,32 @@
README.md
pyproject.toml
src/fgai/__init__.py
src/fgai/anomaly.py
src/fgai/baseline.py
src/fgai/cli.py
src/fgai/config.py
src/fgai/dashboard.py
src/fgai/llm.py
src/fgai/logs.py
src/fgai/mitigation.py
src/fgai/models.py
src/fgai/monitor.py
src/fgai/policies.py
src/fgai/recommendations.py
src/fgai/syslog_server.py
src/fgai/threat_intel.py
src/fgai.egg-info/PKG-INFO
src/fgai.egg-info/SOURCES.txt
src/fgai.egg-info/dependency_links.txt
src/fgai.egg-info/entry_points.txt
src/fgai.egg-info/top_level.txt
tests/test_anomaly.py
tests/test_baseline.py
tests/test_config.py
tests/test_diagnostics.py
tests/test_logs.py
tests/test_mitigation.py
tests/test_monitor.py
tests/test_policies.py
tests/test_recommendations.py
tests/test_syslog_server.py

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1,2 @@
[console_scripts]
fgai = fgai.cli:main

View File

@@ -0,0 +1 @@
fgai