mirror of
https://github.com/Shubhamsaboo/awesome-llm-apps.git
synced 2026-05-08 09:49:11 -05:00
[PR #638] [MERGED] Add Trust-Gated Multi-Agent Research Team with Cryptographic Audit Trail #1975
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Shubhamsaboo/awesome-llm-apps/pull/638
Author: @vinaybhosle
Created: 3/24/2026
Status: ✅ Merged
Merged: 4/16/2026
Merged by: @Shubhamsaboo
Base:
main← Head:trust-gated-agent-team-v2📝 Commits (2)
390a849feat: Add Trust-Gated Multi-Agent Research Team with Cryptographic Audit Trail0d654a4fix: remove promo footer from trust-gated agent tutorial📊 Changes
4 files changed (+772 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)➕
advanced_ai_agents/multi_agent_apps/trust_gated_agent_team/README.md(+117 -0)➕
advanced_ai_agents/multi_agent_apps/trust_gated_agent_team/requirements.txt(+3 -0)➕
advanced_ai_agents/multi_agent_apps/trust_gated_agent_team/trust_gated_agents.py(+651 -0)📄 Description
Summary
openaiandstreamlitas dependencies. No external services required to runRework of #631 — addresses all feedback from @awesomekoder:
What's New vs the Existing Trust Layer (#467)
The existing
multi_agent_trust_layertutorial covers trust scoring + delegation chains. This tutorial adds a different concept: hash-chained audit trails — the blockchain-style tamper-evident logging pattern applied to AI agent actions.How to Test
Test Plan
pip install -r requirements.txtsucceeds with only openai + streamlitstreamlit run trust_gated_agents.py🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.