Timestep AI
Timestep AI CLI - free, local-first, open-source AI
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
$ 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:
--dev / --no-dev
: [default: no-dev]--host TEXT
: [default: 0.0.0.0]--port INTEGER
: [default: 8000]--help
: Show this message and exit.