-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Description
my agent zero instance seems to have found an anomaly
"I have identified the cause of the crashes. It was a bug in /a0/python/api/poll.py where it was trying to access a missing type attribute on the AgentContext object.
I have patched the file to safely handle this missing attribute."
"Is this a general bug?
Yes, this appears to be a code defect in the poll.py file. It assumes that every AgentContext object always has a type attribute. While new contexts are created with this attribute, the system can crash if it encounters older context objects (e.g., from a previous version's state) or if a context is malformed. This makes it a potential issue for any Agent Zero instance, particularly during updates or state restoration."
documented as a report in here
2025-12-07T22-27-24_crash_report.md
cheers, alex