MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / agent_display_name

Method agent_display_name

atomic-agent/src/envelope.rs:460–463  ·  view source on GitHub ↗
(mut self, name: impl Into<String>)

Source from the content-addressed store, hash-verified

458 /// Set the human-readable agent display name.
459 #[must_use]
460 pub fn agent_display_name(mut self, name: impl Into<String>) -> Self {
461 self.agent_display_name = Some(name.into());
462 self
463 }
464
465 /// Set the turn number (1-indexed).
466 #[must_use]

Callers 5

make_envelopeFunction · 0.45
sherpa_graphFunction · 0.45
build_turn_envelopeFunction · 0.45
to_provenance_graphMethod · 0.45

Calls

no outgoing calls