First and foremost, Google clarifies that it is not killing or doing away with sideloading on Android with this move. Instead ...
When I import the latest version of RustPython dependencies using Git, I encounter issues with failing to import local modules. However, if I use version 0.4.0 from crates.io, the imports work ...
The problem is that _utils is a private module, and thus is improper to reference from outside of PydanticAI itself. This implicitly makes it impossible to actually implement AbstractAgent from ...