codetether-agent 4.7.0-a-002.4

A2A-native AI coding agent for the CodeTether ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Window focus and capture via Win32.

pub mod active;
pub mod bounds;
pub mod capture;
pub mod client;
pub mod focus;

pub use active::foreground_window;
pub use bounds::window_bounds;
pub use capture::capture_window_png;
pub use client::client_origin;
pub use focus::bring_to_front;