codetether-agent 4.6.0

A2A-native AI coding agent for the CodeTether ecosystem
Documentation
1
2
3
4
5
mod read;
mod write;

pub(in crate::tool::browserctl) use read::{html, text};
pub(in crate::tool::browserctl) use write::{click, fill, press, type_text};