mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-30 19:02:16 +00:00
str(Role.SYSTEM) returns 'Role.SYSTEM' on Python 3.10, not 'system'. Use getattr(m, 'role', None) == 'system' which works because Role inherits from str. Also wires compress_context into operative agent. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>