Metadata-Version: 2.4
Name: magic-lab-observer-cli
Version: 0.1.1
Summary: CLI for LLM Observatory
Project-URL: Homepage, https://github.com/Magic-Lab-Studio/observer
Project-URL: Repository, https://github.com/Magic-Lab-Studio/observer.git
Project-URL: Issues, https://github.com/Magic-Lab-Studio/observer/issues
License-Expression: Apache-2.0
Requires-Python: >=3.10
Requires-Dist: click>=8.1.0
Requires-Dist: httpx>=0.27.0
Requires-Dist: rich>=13.0.0
Description-Content-Type: text/markdown

# LLM Observatory CLI

Command-line interface for LLM Observatory.

## Installation

```bash
pip install magic-lab-observer-cli
```

Before the distribution is published, install this directory from the checked-out
repository with `python -m pip install -e ./cli`.

## Usage

```bash
# Start the server
llm-observatory serve

# Run an evaluation
llm-observatory evaluate --trace-id abc123 --evaluator llm_judge --criteria accuracy,safety

# Export traces
llm-observatory export --format json --output traces.json

# Check server status
llm-observatory status
```

## License

Apache License 2.0
