.env.template
.gitignore
.pre-commit-config.yaml
Dockerfile
LICENSE-THIRD-PARTY.md
README.md
SPEC.md
alembic.ini
main.py
pyproject.toml
roadmap.csv
.github/workflows/ci.yml
.github/workflows/release-please.yml
.github/workflows/slsa-build.yml
alembic/env.py
alembic/versions/20240101_initial_schema.py
docs/api_reference.rst
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/introduction.rst
docs/usage.rst
docs/usage/huggingface_instrumentation.rst
docs/usage/langchain_instrumentation.rst
docs/usage/openai_instrumentation.rst
llmtrace/__init__.py
llmtrace/_logging.py
llmtrace/plugins.py
llmtrace.egg-info/PKG-INFO
llmtrace.egg-info/SOURCES.txt
llmtrace.egg-info/dependency_links.txt
llmtrace.egg-info/entry_points.txt
llmtrace.egg-info/requires.txt
llmtrace.egg-info/top_level.txt
llmtrace/cli/cli.py
llmtrace/core/core.py
llmtrace/dashboard/app.py
llmtrace/dashboard/templates/index.html
llmtrace/evaluation/evaluation.py
llmtrace/feedback/api.py
llmtrace/instrumentation/base.py
llmtrace/instrumentation/huggingface.py
llmtrace/instrumentation/langchain.py
llmtrace/instrumentation/openai.py
llmtrace/storage/__init__.py
llmtrace/storage/backends.py
llmtrace/storage/postgresql.py
llmtrace/storage/sqlite.py
llmtrace/tracing/models.py
tests/test_core.py
tests/test_db.py
tests/unit/test_logging.py