Skip to content

AGIOps Pipeline

AGIOps Pipeline #2082

name: AGIOps Pipeline
on:
schedule:
- cron: '*/30 * * * *' # Runs every 30 minutes
jobs:
monitor-agi:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install Dependencies
run: |
pip install -r requirements.txt
pip install prometheus_client
- name: Run AGI Monitoring Script
run: |
python src/agiops/monitoring/agi_monitor.py