feat!: apps SDK, decorator-native GPU compute with live dev sessions and a new rp CLI#534
feat!: apps SDK, decorator-native GPU compute with live dev sessions and a new rp CLI#534KAJdev wants to merge 86 commits into
Conversation
…d datacenter selection
|
Capy auto-review is paused for this organization because the usage-cycle auto-review limit has been reached. Increase the limit or turn it off in billing settings to resume automatic reviews. |
# Conflicts: # requirements.txt
There was a problem hiding this comment.
CodeQL found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
|
Promptless prepared a documentation update related to this change. Triggered by runpod-python PR #534 This PR introduces the apps SDK (successor to |
|
@capy-ai review |
This is the successor to
runpod-flash, folded into the corerunpodpackage. I know this is absolutely massive but its a port of all existing flash features plus whole new App, Model, and Secret classes, @app.task decorator for running ephemeral pods, new runtimes, and shims for injecting into custom images. (with 90% test coverage!)Completes CON-652
For existing Flash users
flashApps,flashEnvironments,flashBuilds). Deployed Flash apps keep running, and this client can see and manage them (rp app list,rp undeploy).@remote(...)shapes become@app.queue,@app.api, and@app.task, with full config paritypip install runpod,rp deploy. A migration guide should land in docs alongside the release.Secret()andModel()classes, + custom image supportRelease checklist
runpod.runtimes(e2e12_custom_imagecurrently pins the branch tarball viaRUNPOD_PACKAGE_SPEC)runpod-flashrunpod config,exec, andprojectCLI commands removed;rp loginandrp initreplace themrp updateagainst the published version, drop the tarball note from the e2e READMEBreaking changes
config,exec, andprojectcommand groups removed;ssh list-keysandadd-keyrenamed tossh listandaddrunpod.serverless,Endpoint, and ctl commands are unchanged.