devika icon indicating copy to clipboard operation
devika copied to clipboard

Fix AttributeError by adding 'browser' attribute to Agent class

Open codewithriza opened this issue 1 year ago • 0 comments

This fix addresses an issue where the 'Agent' object was missing a 'browser' attribute, causing some trouble. By adding self.browser = browser to the Agent class

Which would solve the https://github.com/stitionai/devika/issues/331

codewithriza avatar Apr 04 '24 20:04 codewithriza