leviath-cli
The lev command-line tool for Leviath,
a structured agent runtime for LLMs: context memory laid out in regions with
token budgets, multi-stage workflows described by blueprints, and an ECS-based
execution engine.
Install
Prebuilt binaries skip the compile. On macOS:
Install scripts for Linux and Windows, plus a Scoop bucket, are in the main README.
Quick start
Set up a provider, then run one of the bundled agents:
lev run hands the agent to a background daemon that keeps runs going after
your terminal closes. lev create my-agent scaffolds a blueprint of your own:
models per stage, context regions and budgets, tools, and the workflow graph.
Full documentation is at leviath.dev.
Embedding
To use the runtime as a library instead of a binary, depend on the
leviath crate.
Licensed under the MIT license.