Skip to main content

codetether_agent/tui/agent_identity/
mod.rs

1//! Agent identity formatting and avatar mapping.
2
3mod avatars;
4mod fallback_profiles;
5mod format;
6mod named_profiles;
7mod profiles;
8mod relay_format;
9mod text_preview;
10mod tool_args;