Metadata-Version: 2.4
Name: tracellm-cli
Version: 0.1.0
Summary: TraceLLM — Open-source LLM observability, tracing, and replay infrastructure.
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: fastapi
Requires-Dist: typer
Requires-Dist: rich
Requires-Dist: motor
Requires-Dist: pymongo
Requires-Dist: python-dotenv
Requires-Dist: openai
Requires-Dist: langchain-core
Requires-Dist: httpx

# TraceLLM Backend Package

Install in editable mode with:

```bash
pip install -e .
```

This package exposes:

- `from tracellm import trace`
- `tracellm demo`
- `tracellm trace`
- `tracellm replay`
