Expand description
Autochat relay integration for the TUI event loop.
Re-exports§
pub use handler::handle_autochat_event;
Modules§
- events
- Autochat UI event types for the TUI event loop.
- handler
- Event loop handler for autochat UI events.
- notify
- Send autochat UI completion and error events.
- persona
- request
- Build provider requests for the autochat relay.
- run
- Multi-step relay execution for
/autochat. - state
- Autochat state fields for AppState.
- step_
request - summary
- Extract summary text from provider responses. Only human-readable text/thinking blocks are included in the final summary.
- worker
- Thin wrapper to start an autochat relay worker thread.