chabeau 0.7.1

A full-screen terminal chat interface that connects to various AI APIs for real-time conversations
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod client;
pub mod events;
pub mod permissions;
pub mod registry;
pub mod transport;

pub const MCP_READ_RESOURCE_TOOL: &str = "mcp_read_resource";
pub const MCP_LIST_RESOURCES_TOOL: &str = "mcp_list_resources";
pub const MCP_SAMPLING_TOOL: &str = "sampling/createMessage";
pub const MCP_INSTANT_RECALL_TOOL: &str = "chabeau_instant_recall";
pub const MCP_SESSION_MEMORY_SERVER_ID: &str = "session";