Metadata-Version: 2.5
Name: elbi-cli
Version: 0.1.0
Summary: The command-line interface for the elbi framework.
Project-URL: Homepage, https://github.com/Intelligible/elbi
Project-URL: Documentation, https://intelligible.github.io/elbi/
Project-URL: Source, https://github.com/Intelligible/elbi
Project-URL: Issues, https://github.com/Intelligible/elbi/issues
Project-URL: Changelog, https://github.com/Intelligible/elbi/blob/main/CHANGELOG.md
Author-email: "Intelligible, Inc." <open-source@intelligible.ai>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: agents,cli,elbi,mcp
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.10
Requires-Dist: elbi-core[certificate]>=0.1.0
Requires-Dist: httpx>=0.28
Requires-Dist: mcp>=2.0.0
Requires-Dist: packaging>=24.0
Requires-Dist: pydantic>=2.13
Requires-Dist: pyyaml>=6.0
Requires-Dist: rich>=15.0
Requires-Dist: typer>=0.26
Description-Content-Type: text/markdown

# elbi-cli

The command-line interface for [elbi](https://github.com/Intelligible/elbi).

```bash
uv tool install elbi-cli
```

```
elbi init <name>     Scaffold a new project (offline).
elbi mcp             Serve your derivations over MCP on localhost.
elbi validate        Validate the project and its derivations against the spec.
```

Installing `elbi-cli` alone gives you `init`, `mcp`, and `validate` with no
heavier dependencies. For the chat UI too (`elbi serve`), install
`elbi` instead: `uv tool install elbi`.

Licensed under [Apache-2.0](https://github.com/Intelligible/elbi/blob/main/LICENSE).
