Aref Ghodamai
Results
1
issues of
Aref Ghodamai
### Brief Description All agent factories inherited from `AbstractAgentFactory`, try to create agents with default constructors, like this: ``` def create_agent(self, agent_config: AgentConfig) -> BaseAgent: ... if isinstance(agent_config, ChatGPTAgentConfig): return...
bug
stale