Metadata-Version: 2.1
Name: aios-sdk
Version: 0.1.10
Summary: 
Author: Ginkoe
Author-email: ginkoe@protonmail.com
Requires-Python: >=3.12,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: grpcio (>=1.62.1,<2.0.0)
Requires-Dist: protobuf (>=5.26.1,<6.0.0)
Description-Content-Type: text/markdown

<p align="center">
  <img src="https://i.imgur.com/dvk7vte.png" width="100%" alt="project-logo">
</p>
<p align="center">
    <h1 align="center">aiOS</h1>
</p>
<p align="center">
    <em>Harness the collective power of AI</em>
</p>
<p align="center">
	<img src="https://img.shields.io/badge/License-Apache_2.0-teal.svg" alt="TypeScript">
<p>
<p align="center">
	<img src="https://img.shields.io/badge/TypeScript-3178C6.svg?style=default&logo=TypeScript&logoColor=white" alt="TypeScript">
	<img src="https://img.shields.io/badge/Rust-red.svg?style=default&logo=Rust&logoColor=white" alt="Rust">
	<img src="https://img.shields.io/badge/Turborepo-000000.svg?style=default&logo=turborepo&logoColor=white" alt="Turborepo">
	<img src="https://img.shields.io/badge/Pulumi-purple.svg?style=default&logo=pulumi&logoColor=white" alt="Pulumi">
</p>

<br>

## 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

``` sh
pip install aios-sdk
```

You will need the Kernel

``` sh
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

``` sh
aios-sdk install kernel[cli]
```

## Usage

TODO

