From 0d654a4f01d8615b7f1abc11570b59bbfe6b358d Mon Sep 17 00:00:00 2001 From: Vinay Bhosle Date: Wed, 15 Apr 2026 12:02:01 +0530 Subject: [PATCH] fix: remove promo footer from trust-gated agent tutorial --- .../trust_gated_agent_team/trust_gated_agents.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/advanced_ai_agents/multi_agent_apps/trust_gated_agent_team/trust_gated_agents.py b/advanced_ai_agents/multi_agent_apps/trust_gated_agent_team/trust_gated_agents.py index 56b1a080..f51fab9b 100644 --- a/advanced_ai_agents/multi_agent_apps/trust_gated_agent_team/trust_gated_agents.py +++ b/advanced_ai_agents/multi_agent_apps/trust_gated_agent_team/trust_gated_agents.py @@ -573,12 +573,6 @@ def _render_audit(audit: AuditTrail) -> None: ) st.divider() - st.caption( - "🔄 **Production upgrade:** For cross-organization trust verification " - "with a global agent registry, see " - "[AgentStamp](https://agentstamp.org) — an open-source trust " - "intelligence API for AI agents." - ) def main() -> None: