forked from TransformerOptimus/SuperAGI
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added fix for supercoder (TransformerOptimus#521)
* Added logic for requirements and dependencies * Added generate logic prompt * Refactored pytest for unittest --------- Co-authored-by: COLONAYUSH <ayushkaps9462@gmail.com>
- Loading branch information
1 parent
e0d369c
commit b4f49dc
Showing
3 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
You typically always place distinct classes in separate files. | ||
Always create a run.sh file which act as the entrypoint of the program, create it intellligently after analyzing the file types | ||
For Python, always generate a suitable requirements.txt file. | ||
For NodeJS, consistently produce an appropriate package.json file. | ||
Always include a brief comment that describes the purpose of the function definition. | ||
Attempt to provide comments that explain complicated logic. | ||
Consistently adhere to best practices for the specified languages, ensuring code is defined as a package or project. | ||
|
||
Preferred Python toolbelt: | ||
- pytest | ||
- dataclasses |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters