Metadata-Version: 2.4
Name: lemma-terminal
Version: 0.1.0
Summary: Command-line and terminal UI experience for Lemma
License: Apache-2.0
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: lemma-sdk>=0.3.0
Requires-Dist: click>=8.3.0
Requires-Dist: typer>=0.12.5
Requires-Dist: rich>=13.9.4
Requires-Dist: textual>=8.0

# Lemma CLI

`lemma-cli` is the standalone command-line and terminal UI package for Lemma.

The CLI owns the Typer command surface and Textual apps. Local-stack install and management lives in the separate lemma-admin tool.
It uses `lemma-sdk` as its API client dependency.

See [SETUP.md](SETUP.md) for cloud setup, local stack installation, server
management, environment variables, and TUI usage.

## Direction

- `lemma-sdk` is the Python client used by functions and automation.
- `lemma-cli` owns human-facing CLI and TUI workflows.
- Pod-scoped workflows stay first-class: selected org, selected pod, chat, files, data, functions, agents, schedules, desks, workflows, integrations, and surfaces.
- Organization and account operations remain available as full-client commands.
