codetether-agent 4.5.7

A2A-native AI coding agent for the CodeTether ecosystem
Documentation
1
2
3
4
#[derive(Debug, Clone)]
pub struct ScreenshotData {
    pub bytes: Vec<u8>,
}