TokenTriage instrumentation SDK (Python)
Copyright TokenTriage

This product includes software developed at TokenTriage.
Licensed under the Apache License, Version 2.0 (see LICENSE).

--------------------------------------------------------------------------------
Third-party attributions (this wheel's actual contents)
--------------------------------------------------------------------------------

Per the Apache-2.0 rule that a NOTICE represents exactly what a distribution
bundles, this file lists only borrows that ship IN this Python package. The
package contains zero runtime dependencies and no vendored third-party code, with
the single attributed port below.

langsmith-sdk — https://github.com/langchain-ai/langsmith-sdk
  License: MIT — Copyright (c) LangChain, Inc.
  Ported: the weakref-parent contextvar idiom for async-safe scope propagation
  (langsmith/_internal/_context.py) — adapted (not copied) in
  src/tokentriage/_context.py to hold the parent step by weakref with contextvars
  token reset on scope exit, avoiding the asyncio context-leak. No LangChain code,
  name, or branding is bundled; only the technique is reused, re-implemented, and
  attributed here per Apache-2.0 NOTICE discipline.
