trainloop-llm-logging
v0.9.0
Published
TrainLoop Evaluations - header-based request tagging and zero-touch collection
Downloads
6
Maintainers
Readme
TrainLoop TypeScript SDK
Zero-touch HTTP instrumentation library for collecting LLM request/response data in Node.js applications.
📚 Documentation
For complete TypeScript SDK documentation, installation guides, and usage examples:
Quick Links
- TypeScript SDK Guide - Complete integration guide
- Installation - Install the SDK
- Development - Contributing to the SDK
Quick Start
# Install
npm install trainloop-llm-logging# Add to your start script
NODE_OPTIONS="--require=trainloop-llm-logging" node index.jsFor detailed information, visit evals.docs.trainloop.ai
