Module built_in

Module built_in 

Source
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