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;