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

Function fallback_agent_author

atomic-agent/src/identity.rs:134–136  ·  view source on GitHub ↗

Fallback author when no user identity is configured.

(options: &AgentAuthorOptions<'_>)

Source from the content-addressed store, hash-verified

132
133/// Fallback author when no user identity is configured.
134fn fallback_agent_author(options: &AgentAuthorOptions<'_>) -> Author {
135 Author::new(options.agent_display_name, None::<String>)
136}
137
138// Session Short ID
139

Callers 3

resolve_agent_authorFunction · 0.85
test_fallback_authorFunction · 0.85

Calls

no outgoing calls

Tested by 2

test_fallback_authorFunction · 0.68