Skip to main content

Crate wisp

Crate wisp 

Source

Re-exports§

pub use session::Session;

Modules§

app
attachment
cli
command
conversation
error
file_index
git_review
renderer
Frame rendering.
request
runtime
screens
session
settings
surfaces
testing
Public testing harness for driving the application model without side effects.
theme
view
Rendering convention for this module: Widget values contain only the short-lived visual configuration for one frame. Persistent selection, scrolling, hit-test geometry, and input drafts stay in controller state and are passed to StatefulWidget implementations separately. Line-building helpers remain plain functions because they are also measured, cached, or inserted into scrollback before a terminal area exists.

Constants§

DEFAULT_LOG_DIR

Functions§

run_remote_tui
Launch the TUI attached to an Aether remote host over an established transport.
run_tui
Launch the Wisp TUI with the given agent subprocess command.
run_with_session
Run the TUI from an already-initialized ACP session.