devika icon indicating copy to clipboard operation
devika copied to clipboard

Can't make changes after outputting the first iteration.

Open sonicino2 opened this issue 11 months ago • 2 comments

Here's the code. In windows, I believe this is dealing with the devika.py.

Exception in thread Thread-10106 (): Traceback (most recent call last): File "c:\python312\Lib\threading.py", line 1073, in _bootstrap_inner self.run() File "c:\python312\Lib\threading.py", line 1010, in run self._target(*self._args, **self._kwargs) File "C:\Users\sonic\Downloads\Devika\devika.py", line 103, in thread = Thread(

File "C:\Users\sonic\Downloads\Devika\src\agents\agent.py", line 220, in subsequent_execute system_os=os_system, ^^^^^^^^^ UnboundLocalError: cannot access local variable 'os_system' where it is not associated with a value

sonicino2 avatar Mar 23 '24 00:03 sonicino2