codetether-agent 4.5.7

A2A-native AI coding agent for the CodeTether ecosystem
Documentation
1
2
3
4
5
6
7
8
9
10
//! Agent identity formatting and avatar mapping.

mod avatars;
mod fallback_profiles;
mod format;
mod named_profiles;
mod profiles;
mod relay_format;
mod text_preview;
mod tool_args;