Expand description
Built-in subagents for AGCodex
This module contains the core set of specialized agents that come pre-configured with AGCodex. Each agent focuses on a specific aspect of software development and can be invoked using @agent-name syntax.
Re-exports§
pub use code_reviewer::CodeReviewerAgent;pub use code_reviewer::IntelligenceLevel;pub use debugger::DebugDepth;pub use debugger::DebuggerAgent;pub use performance::OptimizationLevel;pub use performance::PerformanceAgent;pub use refactorer::RefactorerAgent;pub use refactorer::RiskLevel;pub use test_writer::TestStrategy;pub use test_writer::TestWriterAgent;
Modules§
- code_
reviewer - Code Reviewer Agent - Reviews code for quality, security, and maintainability
- debugger
- Debugger Agent - Deep debugging and root cause analysis
- performance
- Performance Agent - Optimizes performance bottlenecks
- refactorer
- Refactorer Agent - Performs systematic code refactoring
- test_
writer - Test Writer Agent - Generates comprehensive tests
Functions§
- create_
default_ registry - Create a registry with all built-in agents pre-registered
- get_
agent_ descriptions - Built-in agent descriptions for help text
- get_
agent_ examples - Get example agent invocations
- register_
built_ in_ agents - Register all built-in agents with the registry