-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Add agent error reporting to API in serve mode #8902
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
Conversation
|
|
✅ Review Complete Code Review Summary |
|
Updated AGENTS.md in kitchen-sink-demo to document the error handling patterns introduced in this PR. The guidelines now include:
This ensures AI agents working on projects understand the error reporting expectations when running in serve mode. |
|
Added documentation for the agent error reporting feature in |
|
Added seed data for failed agent sessions in the remote-config-server repo to support local testing of this error reporting feature. See continuedev/remote-config-server#1828 |
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.
No issues found across 2 files
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.
No issues found across 2 files
|
🎉 This PR is included in version 1.7.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary by cubic
Add API error reporting for agents in serve mode. When run with --id, unhandled errors are posted to agents/{id}/status with a FAILED status.
Written for commit 2a81f4d. Summary will update automatically on new commits.