[PR #2992] Add external integration: langchain-aro (execution integrity artifacts) #3075

Open
opened 2026-06-05 18:21:01 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2992
Author: @joy7758
Created: 3/8/2026
Status: 🔄 Open

Base: mainHead: add-langchain-aro-integration


📝 Commits (6)

  • 9df654f docs: add langchain-aro integration page
  • d2d0c1b bp: add award-level AegisTrust materials
  • 283e0cf Add poster demo assets and notes
  • 34a5e56 Fix docs CI formatting for AegisTrust scripts
  • a935307 Rebase docs branch and fix lint deltas
  • 05f6fdd Fix ty diagnostics in BP generator

📊 Changes

35 files changed (+6014 additions, -0 deletions)

View changed files

bp/aegistrust_bp.md (+174 -0)
bp/aegistrust_bp_v2.md (+146 -0)
bp/aegistrust_bp_v4_award.md (+174 -0)
bp/aegistrust_hicool_bp.md (+174 -0)
bp/aegistrust_pitch.pptx (+0 -0)
bp/aegistrust_pitch_v2.pptx (+0 -0)
bp/aegistrust_pitch_v4_award.pptx (+0 -0)
bp/application_form_short_v1.txt (+10 -0)
bp/architecture_summary.md (+56 -0)
bp/award_storyline.md (+56 -0)
bp/competition_summary.txt (+1 -0)
bp/generate_aegistrust_bp.py (+3233 -0)
bp/github_progress_report.md (+229 -0)
bp/judge_qa_top10_v1.md (+138 -0)
bp/judge_view_diagnosis.md (+61 -0)
bp/mainstage_vs_backup.md (+49 -0)
bp/pitch_pack_v1.md (+133 -0)
bp/policy_context.md (+63 -0)
bp/project_summary.txt (+1 -0)
bp/technical_progress.md (+65 -0)

...and 15 more files

📄 Description

This PR adds an external integration page for langchain-aro.

langchain-aro is a small middleware-first project that captures LangChain run events, exports a portable artifact, and verifies the artifact via execution hashing.

The integration example shows how to attach an ARORecorder callback handler to a LangChain runnable, export a run artifact, and verify it with verify_artifact().

The project focuses on execution integrity artifacts rather than tracing or observability replacement.

The current MVP is experimental and has been validated against a real langchain-core callback flow.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2992 **Author:** [@joy7758](https://github.com/joy7758) **Created:** 3/8/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-langchain-aro-integration` --- ### 📝 Commits (6) - [`9df654f`](https://github.com/langchain-ai/docs/commit/9df654f57e4ef4d1421a257dcb809064596cdc0b) docs: add langchain-aro integration page - [`d2d0c1b`](https://github.com/langchain-ai/docs/commit/d2d0c1ba9f5faf708b6f4c014dfe05f28641ace5) bp: add award-level AegisTrust materials - [`283e0cf`](https://github.com/langchain-ai/docs/commit/283e0cfe17392bf645d33c19b9046f9e648baa5e) Add poster demo assets and notes - [`34a5e56`](https://github.com/langchain-ai/docs/commit/34a5e56f3a565f1ef5227232e540297cf5b395fb) Fix docs CI formatting for AegisTrust scripts - [`a935307`](https://github.com/langchain-ai/docs/commit/a935307db4ee2a6d4eaf8602f35189308f2caa0f) Rebase docs branch and fix lint deltas - [`05f6fdd`](https://github.com/langchain-ai/docs/commit/05f6fddc1d97ea48f25e24e0f9addad5a4f26fcf) Fix ty diagnostics in BP generator ### 📊 Changes **35 files changed** (+6014 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `bp/aegistrust_bp.md` (+174 -0) ➕ `bp/aegistrust_bp_v2.md` (+146 -0) ➕ `bp/aegistrust_bp_v4_award.md` (+174 -0) ➕ `bp/aegistrust_hicool_bp.md` (+174 -0) ➕ `bp/aegistrust_pitch.pptx` (+0 -0) ➕ `bp/aegistrust_pitch_v2.pptx` (+0 -0) ➕ `bp/aegistrust_pitch_v4_award.pptx` (+0 -0) ➕ `bp/application_form_short_v1.txt` (+10 -0) ➕ `bp/architecture_summary.md` (+56 -0) ➕ `bp/award_storyline.md` (+56 -0) ➕ `bp/competition_summary.txt` (+1 -0) ➕ `bp/generate_aegistrust_bp.py` (+3233 -0) ➕ `bp/github_progress_report.md` (+229 -0) ➕ `bp/judge_qa_top10_v1.md` (+138 -0) ➕ `bp/judge_view_diagnosis.md` (+61 -0) ➕ `bp/mainstage_vs_backup.md` (+49 -0) ➕ `bp/pitch_pack_v1.md` (+133 -0) ➕ `bp/policy_context.md` (+63 -0) ➕ `bp/project_summary.txt` (+1 -0) ➕ `bp/technical_progress.md` (+65 -0) _...and 15 more files_ </details> ### 📄 Description This PR adds an external integration page for langchain-aro. langchain-aro is a small middleware-first project that captures LangChain run events, exports a portable artifact, and verifies the artifact via execution hashing. The integration example shows how to attach an ARORecorder callback handler to a LangChain runnable, export a run artifact, and verify it with verify_artifact(). The project focuses on execution integrity artifacts rather than tracing or observability replacement. The current MVP is experimental and has been validated against a real langchain-core callback flow. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:21:01 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3075