MCPcopy Create free account
hub / github.com/GCWing/BitFun / agent_display_name

Function agent_display_name

src/apps/cli/src/modes/chat.rs:139–144  ·  view source on GitHub ↗

Map agent_type to a display name for status messages

(agent_type: &str)

Source from the content-addressed store, hash-verified

137
138/// Map agent_type to a display name for status messages
139fn agent_display_name(agent_type: &str) -> &'static str {
140 match agent_type {
141 "agentic" => "Fang",
142 _ => "AI Assistant",
143 }
144}
145
146impl ChatMode {
147 pub fn new(

Callers 3

runMethod · 0.85
handle_key_eventMethod · 0.85
send_message_to_agentMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected