codetether-agent 4.5.7

A2A-native AI coding agent for the CodeTether ecosystem
Documentation
1
2
3
4
5
6
7
use crate::tui::app::state::App;

impl App {
    pub fn new() -> Self {
        Self::default()
    }
}