-
Notifications
You must be signed in to change notification settings - Fork 70
Improve planning agent prompt and code puppy #67
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
Improve planning agent prompt and code puppy #67
Conversation
| - You're encouraged to loop between share_your_reasoning, file tools, and run_shell_command to test output in order to write programs | ||
| - Aim to continue operations independently unless user input is definitively required. | ||
|
|
||
| ## 🚨 CRITICAL: File Permission Rejection Handling |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cgycorey - could you please modify this to be conditionally added in yolo_mode only?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added to the plugin instead
| Only returns instructions when yolo_mode is off (False). | ||
| """ | ||
| # Only inject permission handling instructions when yolo mode is off | ||
| if get_yolo_mode(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bear with me @mpfaffenberger seems like the planning agent prompt is a too over, I will need to simplify it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok done!
* adding planning agent * format * improve prompt * improve prompt for safegurading * add plugin for callback * yolo * planning agent * format
Add more prompt on research before planning, also let both agent honor file permission rejects more.