SledTrace v0.4.1 — Rebrand
RAGLens has been renamed to SledTrace to avoid confusion with an unrelated research project.
This compatibility-preserving release updates the project branding, documentation, startup tooling, package metadata, and public configuration names without changing the core tracing, diagnostics, storage, or dashboard functionality introduced in v0.4.0.
Migration
- Use
SLEDTRACE_COLLECTOR_URLinstead ofRAGLENS_COLLECTOR_URL. - Use
scripts/start-sledtrace.pyinstead ofscripts/start-raglens.py. - Use the
sledtracePython import path for new integrations. - Legacy configuration, launcher, and Python imports remain temporarily supported.
Validation
- Go collector tests passed.
- Python compatibility tests passed.
- Dashboard production build passed.
- Docker Compose configuration and end-to-end reference RAG smoke tests passed.
- Existing SQLite data and public trace APIs remain compatible.
SledTrace continues as a local-first observability and debugging platform for RAG pipelines, with future development expanding toward evaluation and AI workflow harness capabilities.