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

Method agent_vendor

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

Set the AI vendor identifier.

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

Source from the content-addressed store, hash-verified

78
79 /// Set the AI vendor identifier.
80 pub fn agent_vendor(mut self, vendor: impl Into<String>) -> Self {
81 self.agent_vendor = vendor.into();
82 self
83 }
84
85 /// Set the schema profile identifier.
86 ///

Calls

no outgoing calls