-
Notifications
You must be signed in to change notification settings - Fork 45.2k
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
feat(backend): low balance notiifcation #9534
base: dev
Are you sure you want to change the base?
feat(backend): low balance notiifcation #9534
Conversation
Here's the code health analysis summary for commits Analysis Summary
|
…0-low-balance-preventing-block-execution
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
✅ Deploy Preview for auto-gpt-docs-dev canceled.
|
@@ -594,6 +581,14 @@ def _on_node_execution( | |||
log_metadata.info( | |||
f"Failed node execution {node_exec.node_exec_id}: {e}" | |||
) | |||
if ( |
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.
this will trigger multiple times
✅ Deploy Preview for auto-gpt-docs canceled.
|
…indle/secrt-1120-low-balance-preventing-block-execution
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
This pull request has conflicts with the base branch, please resolve those so we can evaluate the pull request. |
Conflicts have been resolved! 🎉 A maintainer will review the pull request shortly. |
…on' of https://github.com/Significant-Gravitas/AutoGPT into ntindle/secrt-1120-low-balance-preventing-block-execution
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
For emailing, we want the user to know when an agent stopped because their balance was too low. This is the first step of that.
Changes 🏗️
Checklist 📋
For code changes: