sivtr-core 0.2.4

Core library for sivtr terminal output and AI coding session processing across local agent providers
Documentation
1
2
3
4
5
6
7
8
mod capture;
mod entry;

pub use capture::extract_output_from_snapshot;
pub use entry::{
    append_entry, load_entries, load_state, render_entries, render_entries_ansi, render_entry,
    render_entry_ansi, render_input, save_state, SessionEntry, SessionState,
};