File size: 934 Bytes
5c805a8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | name: code_review
description: "Automated code review and security audit"
mode: agentic
budget_eur: 0.10
locale: en
gdpr_level: none
agents:
- id: reviewer
role: "Senior Code Reviewer"
goal: "Review code for bugs, performance, and best practices"
backstory: "10 years Python/TypeScript, open source contributor"
model: devstral-small
tools: [code_interpreter]
reasoning: true
max_iter: 20
- id: security
role: "Security Auditor"
goal: "Identify security vulnerabilities and OWASP issues"
backstory: "Certified security engineer"
model: magistral-small
reasoning: true
- id: reporter
role: "Technical Writer"
goal: "Produce structured review report with priorities"
backstory: "Technical documentation specialist"
model: mistral-small
handoffs:
- from: "Senior Code Reviewer"
to: "Security Auditor"
- from: "Security Auditor"
to: "Technical Writer"
|