A regression has been introduced in the main branch (still unreleased code) that causes errors in the `execute_cell` and `insert_execute_cell` tools. ```` code_to_execute = cell_source.to_py() AttributeError: 'str' object has no attribute 'to_py' ````