Timestep AI CLI - free, local-first, open-source AI
Project description
Timestep AI
Timestep AI CLI - free, local-first, open-source AI
Project Structure
src/timestep/
│
├── infra/ # Infrastructure management
│ ├── cloud_management/ # Cloud instance operations
│ │ └── cloud_instance_controller.py
│ │ - Manages cloud instances using Apache Libcloud
│ │
│ ├── cluster_management/ # Kubernetes cluster management
│ │ └── k3s_cluster_controller.py
│ │ - Manages K3s Kubernetes clusters
│ │
│ └── workload_management/ # Workload orchestration
│ └── sky_workload_controller.py
│ - Manages computational workloads using SkyPilot
│
└── pipelines/ # Data and ML pipeline components
├── data_engineering/ # Data preparation stage
│ └── nodes.py
│ - Load raw data
│ - Clean and preprocess data
│ - Generate features
│
├── machine_learning/ # Model development stage
│ └── nodes.py
│ - Split data into train/test sets
│ - Train machine learning models
│ - Evaluate model performance
│
└── model_deployment/ # Model deployment and monitoring
└── nodes.py
- Package trained models
- Deploy models to target environments
- Monitor model performance
Development Setup:
$ python3 -m pip install --upgrade pip
$ python3 -m pip install --user pipx
$ python3 -m pipx ensurepath
$ pipx install poetry==1.8.3
$ cp .env.example .env
$ direnv allow # See https://direnv.net/#getting-started
$ make
$ timestep up --dev
Library Setup:
$ python3 -m pip install --upgrade pip
$ python3 -m pip install --user pipx
$ python3 -m pipx ensurepath
$ pipx install timestep
$ timestep up
Usage:
$ timestep [OPTIONS] COMMAND [ARGS]...
Options:
--install-completion: Install completion for the current shell.--show-completion: Show completion for the current shell, to copy it or customize the installation.--help: Show this message and exit.
Commands:
up: Start up the Timestep AI platform.
timestep up
Start up the Timestep AI platform.
Usage:
$ timestep up [OPTIONS]
Options:
--allowed-image-ids TEXT: Allowed image IDs to filter by [default: ami-0e7c4f6b17a66658a]--allowed-image-names TEXT: Allowed image names to filter by [default: 24.04 (LTS) x64, Ubuntu 24.04 LTS]--allowed-location-countries TEXT: Allowed location countries to filter by--allowed-location-ids TEXT: Allowed location IDs to filter by--allowed-location-names TEXT: Allowed location names to filter by--clean / --no-clean: Clean up [default: no-clean]--dev / --no-dev: Development mode [default: no-dev]--host TEXT: Host [default: 0.0.0.0]--min-bandwidth INTEGER: Minimum bandwidth in GB--min-disk INTEGER: Minimum disk size in GB [default: 10]--min-ram INTEGER: Minimum RAM in MB [default: 2000]--name TEXT: Name [default: timestep]--port INTEGER: Port [default: 8000]--ssh-key TEXT: Path to the SSH key [default: ~/.ssh/id_ed25519]--help: Show this message and exit.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
timestep-13.0.0a8.tar.gz
(16.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file timestep-13.0.0a8.tar.gz.
File metadata
- Download URL: timestep-13.0.0a8.tar.gz
- Upload date:
- Size: 16.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.15 Linux/6.5.0-1025-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
990ef520da894c4d912e46a6a77937e12b4208baecdfd6d981c8c5efda8c2142
|
|
| MD5 |
8222df9fef0ea098c789926726acf528
|
|
| BLAKE2b-256 |
19574b7f6058ca4c66f30a4fe37896643a5e602aad8eb3a47bf47074624d5c31
|
File details
Details for the file timestep-13.0.0a8-py3-none-any.whl.
File metadata
- Download URL: timestep-13.0.0a8-py3-none-any.whl
- Upload date:
- Size: 20.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.15 Linux/6.5.0-1025-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbb0bd3f5310017e9c75d725921ef38304bbc0f3cd76f15c9db5ebdd343826de
|
|
| MD5 |
974489de6f69f9315ccf297c59dae043
|
|
| BLAKE2b-256 |
0479aacee89b8daa378b1f3b2c5cef2e4e0a3f05eacbe1c24013051e1b65cf9b
|