Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Process awareness and termination #162

Merged
merged 23 commits into from
Oct 11, 2023

Conversation

nalbion
Copy link
Contributor

@nalbion nalbion commented Oct 9, 2023

  • development/parse_task.prompt now includes:

the following processes are running:

  • "app" - (npm start)
  • "mongo" (mongod)
  • add a kill_process option in IMPLEMENT_TASK functions

  • wait for timeout or success_message when starting long-running processes. I've been having npm start crash, so as long as that happens within timeout the LLM will know

  • Refactored Project.get_full_file_path() as it was failing on path: '/', file: 'package.json'

  • Test on Windows & Ubuntu

@nalbion nalbion marked this pull request as ready for review October 9, 2023 23:44
> LINK : fatal error LNK1181: cannot open input file 'libpq.lib'
Maybe related: psycopg/psycopg2#1628
@nalbion nalbion requested a review from LeonOstrez October 10, 2023 23:52
@LeonOstrez LeonOstrez merged commit 14baf24 into main Oct 11, 2023
1 of 12 checks passed
@LeonOstrez LeonOstrez deleted the feature/process-awareness-and-termination branch July 2, 2024 17:09
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.

3 participants