Skip to content

Add mainfile.py and requirements.txt; implement tar file extraction a…#5

Open
BeG04T wants to merge 41 commits into
checkdgt:mainfrom
BeG04T:b-new
Open

Add mainfile.py and requirements.txt; implement tar file extraction a…#5
BeG04T wants to merge 41 commits into
checkdgt:mainfrom
BeG04T:b-new

Conversation

@BeG04T

@BeG04T BeG04T commented Apr 13, 2026

Copy link
Copy Markdown

…nd dependency management

fardinGG and others added 30 commits April 11, 2026 20:45
Starter files for the "PLLM edit"

main difference being for every process instead of creating a docker container, it simply does a subprocess call and tries to pip install. If every pip install is successful then the code returns 0, otherwise returns 1 and prints the problematic call. This edit is seen in the function docker_create_process. Function name is not changed because it would probably mess with too many function calls and i don't have the time or effort to go clean it up
Added first edition for function to test running python functionality
Added an extra line that sent llm_eval through the right pipeline before using

Also added cleanup functions that run pip uninstall after everything to cleanup the mess
Instead of installing every module individually, modules are now installed with one singular pip install lines to hopefully highlight/avoid potential autofixes from pip to avoid the dependency conflict
placeholder file for the results file
Supposed to help with deciphering output
Small fixes for unintentional behavior
Fixed bug regarding timeout status report
Now it loops through files in directory
Addresses issues with adding unintended files
Edge case to cover no modules
Should be the actual file for the changes proposed for pllm
Installed Issue Fixer lmao
Added Looping to the LLM and something i don't remember honestly
Fixed an issue with the error looping pipeline
also now it uses stderr which should help error cataloguing
Added the initial changes for this file
Added functions needed for our improvement
This should add all the functions needed for our improvement. Bug fixes to follow
BeG04T added 9 commits April 18, 2026 02:54
Should be the final update for features, bug fixes mainly
Also should be final changes, bug fixes
Caught a case where return_dict could be empty, fixed
Changed file to with to help save output
Same as earlier in the old file
@BeG04T

BeG04T commented Apr 19, 2026

Copy link
Copy Markdown
Author

should be final

@BeG04T BeG04T left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Final

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants