devika icon indicating copy to clipboard operation
devika copied to clipboard

Feature workflow enhancement

Open ImSuvodeep opened this issue 11 months ago • 6 comments

added Feature class for feature workflows, including prompt rendering, response validation, and code execution, with enhanced logging

ImSuvodeep avatar Mar 29 '24 16:03 ImSuvodeep

Hey. thanks for helping out. I am working on refactoring these classes at #242 . Do you mind holding these changes until then?

franklinselva avatar Mar 29 '24 17:03 franklinselva

sure buddy

ImSuvodeep avatar Mar 29 '24 17:03 ImSuvodeep

There a problème with bug and feature agent When I request to add a feature To a file exist in data/projects/test/hello.sh He fix the error but he create another sub directory and place it on data/projects/test/data/projects/test/hello.sh

and running sometime he try to run in sub directory Wich the file doesn't exist .

darrassi1 avatar Mar 29 '24 23:03 darrassi1

this new version ensures that the files paths are constructed properly without duplicating directory path..and it creates any necessary parent directories if they dont't exist to avoid issues with the file placement

ImSuvodeep avatar Mar 30 '24 04:03 ImSuvodeep

There a problème with bug and feature agent When I request to add a feature To a file exist in data/projects/test/hello.sh He fix the error but he create another sub directory and place it on data/projects/test/data/projects/test/hello.sh

and running sometime he try to run in sub directory Wich the file doesn't exist .

does that new commit fix ur issue?

ImSuvodeep avatar Mar 31 '24 10:03 ImSuvodeep

There a problème with bug and feature agent When I request to add a feature To a file exist in data/projects/test/hello.sh He fix the error but he create another sub directory and place it on data/projects/test/data/projects/test/hello.sh and running sometime he try to run in sub directory Wich the file doesn't exist .

does that new commit fix ur issue?

Yes

darrassi1 avatar Mar 31 '24 10:03 darrassi1

@ImSuvodeep hey can you check for other path related issues.. or just present in this file only?

ARajgor avatar Apr 12 '24 03:04 ARajgor