Add GitOps Guardian application with multi-agent architecture for security and compliance reviews

This commit is contained in:
Mohamed Salah
2025-10-31 07:25:00 +02:00
parent 875cbda5e0
commit 88b70bc635
6 changed files with 1155 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
# GitOps Guardian Dependencies
# Core
gradio>=4.0.0
pydantic>=2.0.0
python-dotenv
# AI/LLM
openai>=1.0.0
# GitHub
PyGithub
# YAML parsing
PyYAML
# Utilities
python-dateutil