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§
- Agent
Registry - Agent registry for managing all available agents
- Agent
Result - Result of agent execution with structured findings
- Code
Reviewer Agent - Code review agent for AST-based quality analysis
- Debugger
Agent - Deep debugging analysis agent
- Docs
Agent - Documentation generation agent
- Finding
- Individual finding from agent analysis
- Performance
Agent - Performance optimization agent
- Refactor
Config - Refactorer
Agent - Systematic refactoring agent
- Review
Config - Security
Agent - Security vulnerability detection agent
- Test
Writer Agent - Test generation and coverage analysis agent
Enums§
- Agent
Status - Agent execution status with progress tracking
- Refactor
Operation - Review
Focus - Risk
Level - Severity
- Severity levels for findings
Traits§
- Subagent
- Core trait for all subagents