codetether-agent 4.5.7

A2A-native AI coding agent for the CodeTether ecosystem
Documentation
1
2
3
4
5
6
7
8
//! Autochat relay integration for the TUI event loop.

pub mod events;
pub mod handler;
pub mod state;
pub mod worker;

pub use handler::handle_autochat_event;