Skip to content

yggdrasil.loki.cli

cli

ygg loki — drive the global yggdrasil agent from the terminal.

ygg loki                 # interactive session (modern REPL) on a terminal
ygg loki status          # identity + reachable backends + engines + skills
ygg loki capabilities    # the detected backends and why
ygg loki engines         # the reasoning engines and which are available
ygg loki setup [model]   # bootstrap a free local model, sized to this box
ygg loki usage           # live token usage + USD KPIs, per model and global
ygg loki tools           # the tools the autonomous agent acts through
ygg loki reason "..."    # one-shot reasoning with the best engine
ygg loki do "..."        # act autonomously: discover + modify files
ygg loki guide "..."     # the optimized yggdrasil way to build something
ygg loki token --probe   # the Databricks credentials Loki provides
ygg loki run NAME --kwarg k=v ...