ci/docs(agents): default to no-args run; update CI and AGENTS_RUNTIME

This commit is contained in:
Nicolas Cantu 2025-08-28 00:00:16 +02:00
parent be5a5200d0
commit 54772d1151
2 changed files with 7 additions and 7 deletions

View File

@ -300,8 +300,7 @@ jobs:
env: env:
OPENAI_API_KEY: "" OPENAI_API_KEY: ""
run: | run: |
mkdir -p tests/reports/agents scripts/agents/run.sh
scripts/agents/run.sh . tests/reports/agents all
- name: Upload agents reports - name: Upload agents reports
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
@ -325,8 +324,7 @@ jobs:
chmod +x scripts/agents/*.sh || true chmod +x scripts/agents/*.sh || true
- name: Run agents with AI - name: Run agents with AI
run: | run: |
mkdir -p tests/reports/agents scripts/agents/run.sh
scripts/agents/run.sh . tests/reports/agents all
- name: Upload agents reports - name: Upload agents reports
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:

View File

@ -16,10 +16,12 @@ Ce guide décrit comment utiliser et intégrer les agents de conformité (qualit
## 3. Commandes ## 3. Commandes
- Bash (recommandé): - Bash (recommandé):
- `scripts/agents/run.sh [target_dir] [output_dir] [agent]` - `scripts/agents/run.sh`
- Par défaut: `target_dir=.` `output_dir=tests/reports/agents` `agent=all` - Options (facultatives): `scripts/agents/run.sh [target_dir] [output_dir] [agent]`
- Par défaut: `target_dir=.` `output_dir=tests/reports/agents` `agent=all`
- PowerShell (fallback Windows): - PowerShell (fallback Windows):
- `scripts/agents/run.ps1 -TargetDir . -OutputDir tests/reports/agents -Agent <nom>` - `scripts/agents/run.ps1`
- Options (facultatives): `-TargetDir . -OutputDir tests/reports/agents -Agent <nom>`
## 4. Agents disponibles ## 4. Agents disponibles