MCPcopy Create free account
hub / github.com/InfinitiBit/graphbit / capabilities

Method capabilities

core/src/agents.rs:278–281  ·  view source on GitHub ↗

Add capabilities

(mut self, capabilities: Vec<AgentCapability>)

Source from the content-addressed store, hash-verified

276
277 /// Add capabilities
278 pub fn capabilities(mut self, capabilities: Vec<AgentCapability>) -> Self {
279 self.config.capabilities = capabilities;
280 self
281 }
282
283 /// Set system prompt
284 pub fn system_prompt(mut self, prompt: impl Into<String>) -> Self {

Callers 3

create_test_agentFunction · 0.45
test_agent_creationFunction · 0.45

Calls

no outgoing calls

Tested by 3

create_test_agentFunction · 0.36
test_agent_creationFunction · 0.36