codetether-agent 4.5.2

A2A-native AI coding agent for the CodeTether ecosystem
Documentation
1
2
3
4
5
6
7
8
9
//! Input types for the browserctl tool.

mod action;

#[rustfmt::skip]
mod params;

pub(in crate::tool::browserctl) use action::BrowserCtlAction;
pub(in crate::tool::browserctl) use params::BrowserCtlInput;