You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A clear and concise description of what the bug is.
Exception in thread Thread-5 ():
Traceback (most recent call last):
File "C:\ProgramData\anaconda3\envs\devika\Lib\threading.py", line 1045, in _bootstrap_inner
self.run()
File "C:\ProgramData\anaconda3\envs\devika\Lib\threading.py", line 982, in run
self._target(*self._args, **self._kwargs)
File "D:\aWork\GPTs\devika\devika.py", line 89, in
thread = Thread(target=lambda: agent.subsequent_execute(message, project_name))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\aWork\GPTs\devika\src\agents\agent.py", line 232, in subsequent_execute
code = self.feature.execute(
^^^^^^^^^^^^^^^^^^^^^
File "D:\aWork\GPTs\devika\src\services\utils.py", line 14, in wrapper
result = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "D:\aWork\GPTs\devika\src\agents\feature\feature.py", line 121, in execute
valid_response = self.validate_response(response)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\aWork\GPTs\devika\src\agents\feature\feature.py", line 53, in validate_response
current_file = line.split("`")[1].strip()
~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
How To Reproduce
Steps to reproduce the behavior (example):
{steps_1} Prompt : "write a python function to produce a paretto optimal set in a pandas datafreame from an input data frame and a list of input columns."
{steps_2} Prompt: "sklearn doesn't have ParetoEnvelope"
{steps_3} reproduced
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots and logs
must share logs from frontend or backend. also If applicable, add screenshots to help explain your problem.
error message pasted
log attached
Configuration
- OS: Windows fully patched to date
- Python version fully patched to date
- Node version fully patched to date
- bun version fully patched to date
- search engine: duckduckgo
- Model: Ollama LLama3
Describe the bug
A clear and concise description of what the bug is.
Exception in thread Thread-5 ():
Traceback (most recent call last):
File "C:\ProgramData\anaconda3\envs\devika\Lib\threading.py", line 1045, in _bootstrap_inner
self.run()
File "C:\ProgramData\anaconda3\envs\devika\Lib\threading.py", line 982, in run
self._target(*self._args, **self._kwargs)
File "D:\aWork\GPTs\devika\devika.py", line 89, in
thread = Thread(target=lambda: agent.subsequent_execute(message, project_name))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\aWork\GPTs\devika\src\agents\agent.py", line 232, in subsequent_execute
code = self.feature.execute(
^^^^^^^^^^^^^^^^^^^^^
File "D:\aWork\GPTs\devika\src\services\utils.py", line 14, in wrapper
result = func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "D:\aWork\GPTs\devika\src\agents\feature\feature.py", line 121, in execute
valid_response = self.validate_response(response)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\aWork\GPTs\devika\src\agents\feature\feature.py", line 53, in validate_response
current_file = line.split("`")[1].strip()
~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
How To Reproduce
Steps to reproduce the behavior (example):
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots and logs
must share logs from frontend or backend. also If applicable, add screenshots to help explain your problem.
error message pasted
log attached
Configuration
devika_agent.log
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: