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
Does the pyo3 script can access memory of the app where it's running? Let's say i want to use my tauri app rust function or emit function to call frontend, or i want to expose app_handle to python and use it there.
I'm new to pyo3 :o i want to create AI agent which will be responsible for calling my tauri rust functions to read and edit database etc. These functions often uses tauri context and memory, but I need to know what is possible and what's not within pyo3 script.
Also i want to hide fhe script from user , user shouldn't be able to edit the agent code.
Another question is how to easly embedded python into my app? It's desktop cross platform app.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Does the pyo3 script can access memory of the app where it's running? Let's say i want to use my tauri app rust function or emit function to call frontend, or i want to expose app_handle to python and use it there.
I'm new to pyo3 :o i want to create AI agent which will be responsible for calling my tauri rust functions to read and edit database etc. These functions often uses tauri context and memory, but I need to know what is possible and what's not within pyo3 script.
Also i want to hide fhe script from user , user shouldn't be able to edit the agent code.
Another question is how to easly embedded python into my app? It's desktop cross platform app.
Beta Was this translation helpful? Give feedback.
All reactions