Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 2.73 KB

File metadata and controls

63 lines (43 loc) · 2.73 KB

LLMTrace Documentation

Welcome to the LLMTrace documentation. LLMTrace is a transparent proxy that captures, analyses, and secures LLM interactions in real-time.

Getting Started

Guides

Security & ML

Deployment

Architecture

API Reference

Swagger UI: -- available at /swagger-ui when the proxy is running

Examples

The examples/ directory contains ready-to-use configuration files and integration scripts:

  • config.example.yaml -- minimal proxy config
  • config.production.yaml -- production-grade config
  • python/ -- Python SDK examples
  • node/ -- Node.js examples
  • curl/ -- shell scripts for testing

Additional Resources