aiOS
Harness the collective power of AI
Overview
Welcome to Hyperspace Monorepo, the home of aiOS and other corresponding packages that build up the backbone of AI p2p decentralized network. The monorepo mainly comprises a blend of Rust and Typescript packages and leverages the capabilities of Turborepo as the principal build system.
aiOS SDK
aiOS SDK allows you to control your aiOS kernal (local or remote) through Python to manage models, run inference and handle aiOS Agents.
Install
pip install aios-sdk
You will need the Kernel
aios-sdk install kernel
You can also download the CLI and Kernel in a single bundle to have easy control over the kernel from the terminal
aios-sdk install kernel[cli]
Usage
TODO