codetether-agent 4.7.0-a-002.2

A2A-native AI coding agent for the CodeTether ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! Autochat relay integration for the TUI event loop.

pub mod events;
pub mod handler;
pub mod notify;
pub mod persona;
pub mod persona_pick;
pub mod persona_state;
pub mod request;
pub mod run;
pub mod run_step;
pub mod state;
pub mod step_request;
pub mod summary;
pub mod worker;

pub use handler::handle_autochat_event;