zeph-tui 0.18.0

Ratatui-based TUI dashboard with real-time metrics for Zeph
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// SPDX-FileCopyrightText: 2026 Andrei G <bug-ops>
// SPDX-License-Identifier: MIT OR Apache-2.0

pub mod chat;
pub mod command_palette;
pub mod confirm;
pub mod diff;
pub mod file_picker;
pub mod help;
pub mod input;
pub mod memory;
pub mod plan_view;
pub mod resources;
pub mod security;
pub mod skills;
pub mod splash;
pub mod status;
pub mod subagents;