Module code_reviewer

Module code_reviewer 

Source
Expand description

Code Reviewer Agent - Reviews code for quality, security, and maintainability

This agent performs comprehensive code review using AST analysis to identify:

  • Security vulnerabilities (OWASP Top 10)
  • Performance issues and bottlenecks
  • Code complexity and maintainability concerns
  • Best practice violations
  • Missing error handling

Structs§

CodeReviewerAgent
Code Reviewer Agent implementation

Enums§

IntelligenceLevel
Intelligence level for analysis depth