Skip to content

docs: add OpenTTT to callbacks integrations - #5257

Merged
Naomi Pentrel (npentrel) merged 1 commit into
langchain-ai:mainfrom
axcpeter:add-openttt-integration
Aug 4, 2026
Merged

docs: add OpenTTT to callbacks integrations#5257
Naomi Pentrel (npentrel) merged 1 commit into
langchain-ai:mainfrom
axcpeter:add-openttt-integration

Conversation

@axcpeter

@axcpeter axcpeter commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Adds langchain-openttt (PyPI: https://pypi.org/project/langchain-openttt/0.2.0/) to the callbacks integrations table.

langchain-openttt provides TTTPSTimestampCallbackHandler, a BaseCallbackHandler that attaches a cryptographic Proof-of-Time timestamp (draft-helmprotocol-tttps, https://datatracker.ietf.org/doc/draft-helmprotocol-tttps/) to each LLM generation via on_llm_end, for tamper-evident audit-trail timestamping. Fail-open by design: any timestamping failure degrades to a status: degraded receipt rather than raising, so it never breaks the caller's LLM pipeline.

Contributed by the OpenTTT / Helm-Protocol team (maintainers of langchain-openttt).

Following the process at https://docs.langchain.com/oss/python/contributing/integrations-langchain — this is a docs-only PR adding a row to integration_external_docs.yaml per that guide, since new integrations are published as independent PyPI packages rather than core PRs.

langchain-openttt (PyPI, published) adds a TTTPSTimestampCallbackHandler
that attaches a cryptographic Proof-of-Time timestamp to LLM generations
via on_llm_end, for tamper-evident audit-trail timestamping.
@github-actions github-actions Bot added docs-infra external User is not a member of langchain-ai labels Aug 3, 2026
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Thanks for opening a docs PR, axcpeter! When it's ready for review, please add the relevant reviewers:

  • @lnhsingh (General changes)

@npentrel
Naomi Pentrel (npentrel) merged commit dd8dadb into langchain-ai:main Aug 4, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs-infra external User is not a member of langchain-ai

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants