Timestep CLI - free, local-first, open-source AI
Project description
Timestep
Timestep CLI - free, local-first, open-source AI
Project Structure
src/timestep/
│
├── infra/ # Infrastructure management
│ ├── cloud/ # Cloud instance management
│ │ └── cloud_instance_controller.py
│ │ - Manages cloud instances using Apache Libcloud
│ │
│ ├── k3s/ # K3s Kubernetes cluster management
│ │ └── k3s_cluster_controller.py
│ │ - Manages K3s Kubernetes clusters
│ │
│ └── sky/ # SkyPilot workload management
│ └── sky_workload_controller.py
│ - Manages computational workloads using SkyPilot
│
|── pipelines/ # Pipelines
| ├── data_engineering/ # Data engineering pipeline
| │ └── task.yaml
| │ - SkyPilot task specification
| ├── machine_learning/ # Machine learning pipeline
| │ └── task.yaml
| │ - SkyPilot task specification
| ├── model_deployment/ # Model deployment pipeline
| │ └── task.yaml
| │ - SkyPilot task specification
| └── model_monitoring/ # Model monitoring pipeline
| └── task.yaml
| - SkyPilot task specification
|
└── services/ # Services
├── backend/ # Backend service
│ └── main.py
│ - FastAPI backend service
│
└── frontend/ # Frontend service
└── main.py
- Flet frontend service
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 platform.
timestep up
Start up the Timestep platform.
Usage:
$ timestep up [OPTIONS]
Options:
--accept-defaults / --no-accept-defaults: Accept defaults and skip prompts [default: no-accept-defaults]--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, 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--down / --no-down: Down [default: no-down]--min-bandwidth INTEGER: Minimum bandwidth in GB--min-cpu INTEGER: Minimum CPU count [default: 2]--min-disk INTEGER: Minimum disk size in GB [default: 10]--min-ram INTEGER: Minimum RAM in MB [default: 4000]--name TEXT: Name [default: timestep]--providers TEXT: Providers to filter by--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.0a40.tar.gz
(46.4 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.0a40.tar.gz.
File metadata
- Download URL: timestep-13.0.0a40.tar.gz
- Upload date:
- Size: 46.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.16 Linux/6.8.0-1020-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97fbd12abb985be60eaed5eef75c5e3c3080d37085db96ee46328780c8858bf4
|
|
| MD5 |
e915586ab2f9a5daeb1d02d2946c0b93
|
|
| BLAKE2b-256 |
37ffdb11c5cf96748a07522e0a591eb335791f3cac4007aa7e23419a621a25f3
|
File details
Details for the file timestep-13.0.0a40-py3-none-any.whl.
File metadata
- Download URL: timestep-13.0.0a40-py3-none-any.whl
- Upload date:
- Size: 59.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.16 Linux/6.8.0-1020-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c3ee95031abcfc5ad1c57717d3fc21234a1ea1a814229adacb484e09dd35064
|
|
| MD5 |
292b401e84a019134889865b63056805
|
|
| BLAKE2b-256 |
e49179afac5953b942c862c740bd1f082205f652c5dc4bb133b2a5993094f335
|