You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(agents): 🐛 Swap ActorsList base order to fix mesa 3.5 MRO error
mesa 3.5 added typing.Generic to AgentSet's bases, so declaring
ActorsList as (Generic[A], AgentSet) made the MRO unlinearizable and
broke `import abses`. Put AgentSet first to stay compatible with
mesa 3.1-3.5+, and add regression tests guarding the base order.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments