orka.orchestrator.agent_factory module

Agent Factory

Factory for creating and initializing agents and nodes based on configuration.

class orka.orchestrator.agent_factory.AgentFactory(orchestrator_cfg: Dict[str, Any], agent_cfgs: List[Dict[str, Any]], memory: BaseMemoryLogger)[source]

Bases: object

Factory class for creating and initializing agents based on configuration.