aether-agent-cli 0.3.1

CLI and ACP server for the Aether AI coding agent
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod draft_agent_entry;
mod new_agent_step;
mod steps;
mod wizard;

pub use draft_agent_entry::{DraftAgentEntry, add_agent, build_system_md, scaffold};
pub use new_agent_step::{
    McpConfigFile, NewAgentMode, NewAgentOutcome, NewAgentStep, PromptFile, available_prompt_files, detect_mcp_configs,
    should_run_onboarding,
};
pub use wizard::{NewAgentWizard, run_wizard_loop};