fix : browser duplication, isolate driver creation
This commit is contained in:
@@ -12,7 +12,7 @@ class CoderAgent(Agent):
|
||||
The code agent is an agent that can write and execute code.
|
||||
"""
|
||||
def __init__(self, name, prompt_path, provider, verbose=False):
|
||||
super().__init__(name, prompt_path, provider, verbose)
|
||||
super().__init__(name, prompt_path, provider, verbose, None)
|
||||
self.tools = {
|
||||
"bash": BashInterpreter(),
|
||||
"python": PyInterpreter(),
|
||||
|
||||
Reference in New Issue
Block a user