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

Method agent_vendor

atomic-core/src/change/provenance_graph/builder.rs:105–108  ·  view source on GitHub ↗

Set the AI vendor identifier.

(mut self, vendor: impl Into<String>)

Source from the content-addressed store, hash-verified

103
104 /// Set the AI vendor identifier.
105 pub fn agent_vendor(mut self, vendor: impl Into<String>) -> Self {
106 self.agent_vendor = vendor.into();
107 self
108 }
109
110 /// Set the schema profile identifier.
111 ///

Calls

no outgoing calls