devika
devika copied to clipboard
Fix AttributeError by adding 'browser' attribute to Agent class
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