mirror of
https://github.com/Pull-Pal/pull-pal.git
synced 2025-02-20 23:27:33 -05:00
integrate the llm and versioncontrol packages in the pullpal package * Functionality to select a Github issue, and generate an LLM prompt from it (PickIssue) * Functionality to parse LLM response (from string or file), update local git repository, and create pull request (ProcessResponse and ProcessResponseFromFile)