aether-agent-cli 0.1.7

CLI and ACP server for the Aether AI coding agent
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![doc = include_str!("../README.md")]

pub mod acp;
pub mod agent;
pub mod error;
pub mod headless;
pub mod prompt;
pub mod resolve;
pub mod runtime;
pub mod sandbox;
pub mod show_prompt;

pub use acp::map_mcp_prompt_to_available_command;