spec-ai 0.6.12

A framework for building AI agents with structured outputs, policy enforcement, and execution tracking
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! Built-in widgets

mod block;
mod editor;
mod input;
mod overlay;
mod paragraph;
mod slash_menu;
mod status;

pub use block::{Block, BorderType};
pub use editor::{Editor, EditorAction, EditorState, Selection};
pub use input::{Input, InputState};
pub use overlay::Overlay;
pub use paragraph::{Alignment, Paragraph, Wrap};
pub use slash_menu::{SlashCommand, SlashMenu, SlashMenuState};
pub use status::{StatusBar, StatusSection};