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

View File

@ -16,10 +16,12 @@ Ce guide décrit comment utiliser et intégrer les agents de conformité (qualit
## 3. Commandes
- Bash (recommandé):
- `scripts/agents/run.sh [target_dir] [output_dir] [agent]`
- Par défaut: `target_dir=.` `output_dir=tests/reports/agents` `agent=all`
- `scripts/agents/run.sh`
- 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):
- `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