aether-agent-cli 0.7.9

CLI and ACP server for the Aether AI coding agent
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! ACP protocol mappers.
//!
//! Each submodule owns one direction of translation between Aether core types
//! and the `agent_client_protocol` schema:

pub(crate) mod commands;
pub(crate) mod content;
pub(crate) mod events;
pub(crate) mod mcp;
pub(crate) mod replay;

pub use commands::map_mcp_prompt_to_available_command;