Module agents

Module agents 

Source
Expand description

Core subagent implementations for AGCodex

This module provides specialized AI assistants for task-specific workflows:

  • CodeReviewerAgent: AST-based code review and quality analysis
  • RefactorerAgent: Systematic code refactoring with risk assessment
  • DebuggerAgent: Deep debugging analysis and execution path tracing
  • TestWriterAgent: Comprehensive test generation and coverage analysis
  • PerformanceAgent: Performance optimization and bottleneck detection
  • SecurityAgent: Security vulnerability detection and OWASP analysis
  • DocsAgent: Documentation generation and API reference creation

Structs§

AgentRegistry
Agent registry for managing all available agents
AgentResult
Result of agent execution with structured findings
CodeReviewerAgent
Code review agent for AST-based quality analysis
DebuggerAgent
Deep debugging analysis agent
DocsAgent
Documentation generation agent
Finding
Individual finding from agent analysis
PerformanceAgent
Performance optimization agent
RefactorConfig
RefactorerAgent
Systematic refactoring agent
ReviewConfig
SecurityAgent
Security vulnerability detection agent
TestWriterAgent
Test generation and coverage analysis agent

Enums§

AgentStatus
Agent execution status with progress tracking
RefactorOperation
ReviewFocus
RiskLevel
Severity
Severity levels for findings

Traits§

Subagent
Core trait for all subagents