मुख्य सामग्री पर जाएं
Drive वह जगह है जहां आपकी space की सभी चीजें रहती हैं। अगर यह Drive में है, तो AI इसे access कर सकता है। अगर नहीं है, तो नहीं कर सकता।

Drive में क्या दिखता है

Itemयह क्या है
Appएक application जो AI ने बनाया - इसका अपना repo और hosting है
Connected repositoryएक git repository जो आपकी space से जुड़ा है (एक git-backed mount)
Folderचीजों को organize करने के लिए एक standard folder
Filesuploads और standalone files के लिए cloud file storage
Mountspace के बाहर एक filesystem का link

Mounts - AI को अपनी files का access देना

डिफ़ॉल्ट रूप से, AI space के cloud computer के अंदर काम करता है। अगर आप चाहते हैं कि यह आपकी machine या कहीं और की files को access करे, तो आप एक mount जोड़ते हैं। एक mount एक filesystem का pointer है। एक बार mount करने के बाद, AI वहां files को read और write कर सकता है जैसे वे local हों। Local folders - अपनी computer से एक folder mount करें। AI इसमें files को browse, read, और edit कर सकता है। Connected repositories - एक git repository को connect करें और यह आपके Kazzle computer या connected device पर clone हो जाता है, Drive में अपनी अलग row के रूप में दिखता है। Remote filesystems - remote servers को access करने के लिए SSH-based mounts (जल्द आ रहे हैं)।

Cloud file storage

Drive में upload की गई files (एक app या repo के अंदर नहीं) Files storage container में रहती हैं। ये किसी भी device से accessible हैं और sessions के बीच persist रहती हैं।

Git tracking

Drive connected repositories के लिए git state को automatically track करता है - current branch, recent commits, uncommitted changes, remote से कितना आगे है। Apps एक अलग keep/publish workflow का उपयोग करते हैं। Credentials को vault के माध्यम से manage किया जाता है, इसलिए AI setup के बिना push और pull कर सकता है।