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
On-device Python model execution is not yet implemented
The app should run models locally using Python within the mobile environment, but this capability remains on the backlog due to limited development time.
Add on-device Python model execution
Set up a Python runtime within the app’s sandboxed environment (e.g., via a Python interpreter library or bundled modules).
Implement a lightweight inference pipeline that can load models and execute them directly on the device.
Expose an API or service layer for initiating local inference requests from the rest of the app.
Add configuration options for model paths and resource limits (CPU/GPU usage, memory).
Provide documentation and samples demonstrating how to deploy and execute on-device models.
Multiple provider (server selection) support is missing
Users should be able to choose from various servers—such as Gemini, Claude, or other Gemstone instances—to run their models, but this feature is currently lower priority and not yet available.
Implement multiple provider server selection
Design a provider registry that can list available servers and their capabilities (e.g., Gemini, Claude, Gemstone peers).
Implement server selection logic and corresponding UI elements for choosing a provider.
Integrate authentication and API request handling for each supported provider.
Create fallbacks or error handling for unreachable providers or mismatched model capabilities.
Document the server configuration process and how to add new providers in the future.
On-device Python model execution is not yet implemented
Add on-device Python model execution
Multiple provider (server selection) support is missing
Implement multiple provider server selection