beyonder-core 0.1.0

Core data model for the Beyond AI-native terminal
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod agent;
pub mod block;
pub mod capability;
pub mod provenance;
pub mod session;
pub mod tui;

pub use agent::*;
pub use block::*;
pub use capability::*;
pub use provenance::*;
pub use session::*;
pub use tui::{TuiCell, UnderlineStyle};