Skip to main content

Module handlers

Module handlers 

Source
Expand description

CLI command handlers.

Contains handler functions for CLI commands like –list-agents, –diagnose, and –dry-run.

§Module Structure

  • baseline: Baseline state display commands
  • boundary: I/O boundary module for console output handlers
  • dry_run: Validation without running agents
  • list: Agent listing commands
  • template_mgmt: Template management commands (validate, list, show, variables, render)
  • [template_selection]: Interactive template selection when PROMPT.md is missing

Re-exports§

pub use baseline::handle_show_baseline;
pub use dry_run::handle_dry_run;
pub use list::handle_list_agents;
pub use list::handle_list_available_agents;
pub use template_mgmt::handle_template_commands;

Modules§

baseline
Baseline display handler.
boundary
CLI boundary module for I/O operations.
dry_run
Dry run command handler.
list
Agent listing handlers.
template_mgmt
Template management CLI handler.

Functions§

create_prompt_from_template
handle_diagnose
prompt_template_selection