Lemma CLI and terminal UI — build and operate Lemma pods, and install Lemma skills into your coding agent (Claude Code, Codex, OpenCode).
Project description
Lemma CLI (lemma-terminal)
lemma is the command-line and terminal-UI for Lemma —
build and operate pods (a team's tables, files, functions, agents, workflows, schedules,
connectors, surfaces, and apps) from your terminal, and drop Lemma's agent skills straight into
your coding agent so it can build pods for you.
Install
uv tool install lemma-terminal
This installs the lemma command globally. (Don't have uv? See
astral.sh/uv.)
lemma --version
Quickstart
lemma auth login # authenticate against the default cloud server
lemma orgs select # pick your organization
lemma pods select # pick the pod to work in
lemma describe # inventory the selected pod
From there, the command surface mirrors the resource model — lemma <resource> <verb>:
lemma tables list
lemma files ls /knowledge
lemma agent chat # talk to the pod's default agent
lemma pod init my-pod # scaffold a new pod bundle on disk to import
Add --json to any command for machine-readable output, and --full to expand folded fields.
See SETUP.md for cloud/local server configuration, environment variables, and the
Textual TUI (lemma tui).
Install Lemma skills into your coding agent
Lemma ships agent skills (SKILL.md format) that teach a coding agent how to design, build, and
operate pods. lemma skills installs them into the coding agent you already use:
lemma skills list # what's bundled
lemma skills install # auto-detect Claude Code / Codex / OpenCode and install
lemma skills install --target claude # or pick one explicitly
lemma skills install --all-skills # include browser + liteparse-documents too
By default this installs the curated set — lemma-builder, lemma-user, lemma-widget — at the
user level so it's available across all your projects. Targets and their locations:
| Target | Location (--scope user) |
Tool |
|---|---|---|
claude |
~/.claude/skills/ |
Claude Code |
codex |
~/.agents/skills/ |
Codex CLI |
opencode |
~/.config/opencode/skills/ |
OpenCode |
agents |
~/.agents/skills/ |
shared (Codex + OpenCode) |
all |
all three above | — |
Use --scope project to install into the current directory (.claude/skills/, .agents/skills/,
.opencode/skills/), or --dir PATH for an arbitrary location. Then restart your coding agent and
ask it to build a pod.
How it fits together
lemma-sdk— the Python client used by functions and automation.lemma-terminal(this package) — the human- and agent-facing CLI and TUI; pod-scoped workflows are first-class.lemma-admin— installs and manages the local Lemma stack (separate tool).
License
Apache-2.0
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 lemma_terminal-0.4.2.tar.gz.
File metadata
- Download URL: lemma_terminal-0.4.2.tar.gz
- Upload date:
- Size: 347.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2df31a67e32341be5e54119c579f5df9da19599500f448530b0465e403f60a44
|
|
| MD5 |
0aa48a6cb67c1894ffb347d39bbad43f
|
|
| BLAKE2b-256 |
46785f67a693be6332636ad34b11f466eed0e8d8eb9dec38dec25a4fe9399da2
|
File details
Details for the file lemma_terminal-0.4.2-py3-none-any.whl.
File metadata
- Download URL: lemma_terminal-0.4.2-py3-none-any.whl
- Upload date:
- Size: 342.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ac68631b9326b5aa57702852813c3218e44fccd6503d3d575fe8f95c798f8a4
|
|
| MD5 |
9e141946068975fd95887c82c708311e
|
|
| BLAKE2b-256 |
11515452bb485377cc6b854afd61313bab3a6b4caa7a3b08f7a481f29a8bc7cd
|