Skip to main content

get_agent_manager

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

Signature

def get_agent_manager(agent_id: str, model: str) -> ContextManager

Parameters

agent_id
str
required
No description available.
model
str
default:"'gpt-4o-mini'"
No description available.

Returns

Returns
ContextManager
The result of the operation.