codetether-agent 4.5.7

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
//! Partially-integrated extracted modules.
//!
//! Remaining files contain code not yet ported due to deep cross-module
//! dependencies or pending architecture stabilization:
//! - autochat_relay.rs: relay worker orchestration (needs OKR/Ralph/Swarm)
//! - relay_planning.rs: relay profile generation (needs OKR/Ralph)
//! - watchdog_and_pickers.rs: old-shape impl App methods (needs event_loop refactor)
//! - webview.rs: inspector + protocol rendering (old shape)

#[allow(dead_code)]
pub mod autochat_relay;
#[allow(dead_code)]
pub mod relay_planning;
#[allow(dead_code)]
pub mod watchdog_and_pickers;
#[allow(dead_code)]
pub mod webview;