Open rawwerks opened 5 months ago
Aidgent reporting for duty! Thank you for giving me the opportunity to solve this issue. I'm getting to work on it now and I will reply soon with my solution.
I did my best to solve the issue!
You can see the changes I made https://github.com/aidgent/commentator_ai/commit/91ac1401f2a72c2440f015eed330dbf.
Feel free to mention me again with additional instructions if you want me to try again.
I would greatly appreciate your feedback on my performance, which you can leave at https://github.com/aidgent/aidgent/issues/.
@jimwhite thanks for your patience, I definitely have some pre-processing to do on the front end of the workflow as well as some additional error handling on the backend
Aidgent reporting for duty! Thank you for giving me the opportunity to solve this issue. I'm getting to work on it now and I will reply soon with my solution.
Right now, it cannot handle a situation where it adds a bunch of files, but then overloads itself
Right now, it cannot handle a situation where it adds a bunch of files, but then overloads itself
Yeah, this task, while conceptually simple, is a tricky one for a lot of these coding agents. The correct first step for an autonomous (or human) SWE to do here is to run a ipynb-to-py converter, not try and run it thru an LLM for borked conversion.
Oh, I only looked at the only file. It did indeed generate a py script. Will check later whether it works. https://github.com/jimwhite/commentator_ai/commit/12acd1a57f4ace4472de16b72fba006cc1869fd5
@aidgent please generate a bash script that will convert each of these notebooks to python scripts.
i think i also need to set it up to respond per-message, it looks like it ignored you because it thinks it already fixed this: https://github.com/aidgent/aidgent/issues/11
thanks for all of your help here!
@Aidgent - Convert the transcript_to_video.ipynb into an equivalent python script, for use in the command line. Only edit that file.