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
14
15
16
17
//! 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;

pub use avatars::agent_avatar;
pub use format::{format_agent_identity, format_agent_profile_summary};
pub use profiles::{AgentProfile, agent_profile};
pub use relay_format::{format_relay_handoff_line, format_relay_participant};
pub use text_preview::build_text_preview;
pub use tool_args::{build_tool_arguments_preview, format_tool_call_arguments};