Skip to main content

register_agent

Method
This is a method of the MultiAgentContextManager class in the context module.
Register an agent

Signature

def register_agent(&mut self, agent_id: impl Into<String>, config: ContextConfig) -> ()

Parameters

agent_id
impl Into<String>
required
No description available.
config
ContextConfig
required
No description available.

Returns

Returns
()
The result of the operation.