This library is LLM-ML observability tool for Python.
uv pip install "git+https://github.com/tied-inc/eval-track/tracker"
# Install Task if not already installed
npm install -g @go-task/cli
# Install uv if not already installed
task setup-uv
# Install dependencies
task install-tracker
Usage Examples
- Advanced FastAPI Usage
- Demonstrates advanced patterns including async processing, error handling, and Pydantic model integration
- API Orchestration
- Shows how to use this library for tracing and monitoring distributed API calls
- authenticating with your personal access token
- pull images from registry
echo {YOUR_TOKEN} | docker login ghcr.io -u USERNAME --password-stdin
docker pull ghcr.io/tied-inc/eval-track:latest