Skip to main content

get_mut

Method
This is a method of the MultiAgentContextManager class in the context module.
Get mutable manager for an agent

Signature

def get_mut(&mut self, agent_id: &str) -> Option<&mut ContextManager>

Parameters

agent_id
&str
required
No description available.

Returns

Returns
Option<&mut ContextManager>
The result of the operation.