modal-labs/modal-client — reverse-engineered prompt

Reverse engineered prompt

Build me the Modal SDK repo for local developers who want easy access to Modal cloud compute without having to think too hard about the plumbing.

The main thing should be a solid Python SDK that lets someone install it, run a simple setup command to connect their account, and then use Python scripts on their own machine to call Modal compute cleanly. It should feel friendly for data science, AI, and general serverless jobs. I also want the JavaScript or TypeScript and Go SDKs included so people in those ecosystems can call Modal functions, use sandboxes safely, and work with Modal resources in a similar way.

Please make it feel like a real open source SDK project with good docs, a few example apps, clear install and getting started instructions, and basic tests. Keep Python support in the 3.10 to 3.14 range. If anything is unclear, check the current Modal docs online and mirror the product behavior closely rather than guessing.

Want more depth? Deep Reverse