Module agents

Module agents 

Source
Expand description

Agent trait and implementations

Re-exports§

pub use backend::BackendAgent;
pub use code_review::CodeReviewAgent;
pub use devops::DevOpsAgent;
pub use web::WebAgent;

Modules§

backend
Backend Development Agent
code_review
Code Review Agent for analyzing code quality, security, and best practices
devops
DevOps Agent
web
Web Development Agent

Traits§

Agent
Trait that all agents must implement