Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions assets/amd-mark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions assets/atf-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/intel-mark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/microsoft-mark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/opaque-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/pronative-foundry-icon.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/tii-mark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions data/adoption.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
{
"kind": "evidence",
"name": "OPAQUE Systems",
"logo": "/assets/opaque-logo.svg",
"markClass": "opaque-mark",
"label": "Founding engineering and infrastructure sponsor",
"description": "OPAQUE provides funding, engineering time, infrastructure, and confidential-computing contributions. Sponsorship does not confer ownership of AgenTrust projects or governance authority over their technical decisions.",
"evidenceUrl": "https://github.com/agentrust-io",
Expand All @@ -21,6 +23,7 @@
{
"kind": "evidence",
"name": "Microsoft",
"logo": "/assets/microsoft-mark.svg",
"markClass": "microsoft-mark",
"label": "Open-source project home",
"description": "Microsoft hosts the Agent Governance Toolkit, the open runtime-governance foundation that the AgenTrust trust chain builds on.",
Expand All @@ -30,6 +33,7 @@
{
"kind": "evidence",
"name": "Technology Innovation Institute",
"logo": "/assets/tii-mark.svg",
"markClass": "uae-mark",
"label": "Confirmed founding partner",
"description": "TII is the confirmed AgenTrust founding partner anchoring the work in sovereign-AI deployment requirements.",
Expand All @@ -39,6 +43,7 @@
{
"kind": "evidence",
"name": "AMD",
"logo": "/assets/amd-mark.svg",
"markClass": "amd-mark",
"label": "Founding member and hardware partner",
"description": "AMD is a founding partner of AgenTrust. AMD and OPAQUE published a joint implementation blueprint for hardware-backed Confidential AI, and the implementation verifies SEV-SNP report signatures to the AMD root.",
Expand All @@ -48,6 +53,7 @@
{
"kind": "evidence",
"name": "Intel",
"logo": "/assets/intel-mark.svg",
"markClass": "intel-mark",
"label": "Founding member and hardware partner",
"description": "Intel is a founding partner of AgenTrust. The implementation verifies Intel TDX DCAP v4 quotes to the pinned Intel SGX Root CA, hardware-validated on GCP C3.",
Expand All @@ -66,6 +72,7 @@
{
"kind": "evidence",
"name": "CSA Agentic Trust Framework",
"logo": "/assets/atf-logo.svg",
"markClass": "atf-mark",
"label": "Public framework collaboration",
"description": "ATF's author publicly supports positioning AGT as a reference implementation and invited implementation input into the conformance specification.",
Expand All @@ -75,6 +82,8 @@
{
"kind": "evidence",
"name": "PRONATIVE AI",
"logo": "/assets/pronative-foundry-icon.webp",
"markClass": "pronative-mark",
"label": "Ecosystem Training & Adoption Partner",
"description": "PRONATIVE AI works with AgenTrust to bring verifiable agent governance into enterprise engineering education and adoption. The partnership includes joint educational programming and the planned integration of cMCP, cA2A, and TRACE into PRONATIVE AI's AI-Native Engineering Foundry curriculum. PRONATIVE AI is also adopting the Microsoft Agent Governance Toolkit within its delivery environment and will publish implementation guidance as that work becomes publicly available.",
"evidenceUrl": "https://events.pronative.ai/featured-sessions/",
Expand Down
10 changes: 10 additions & 0 deletions design-system.css
Original file line number Diff line number Diff line change
Expand Up @@ -1089,6 +1089,16 @@ html:has(body.agentrust-hub) { scroll-behavior: smooth; }
}
.agentrust-hub .adoption-card { display: flex; min-height: 190px; flex-direction: column; padding: 1.25rem; }
.agentrust-hub .adopter-mark { min-height: 36px; color: var(--at-ink); font-size: 1.2rem; font-weight: 750; letter-spacing: -0.045em; }
.agentrust-hub .adopter-mark:has(img) { display: flex; align-items: center; }
.agentrust-hub .adopter-mark img { display: block; width: auto; max-width: 150px; height: 30px; object-fit: contain; object-position: left center; }
.agentrust-hub .opaque-mark { width: fit-content; min-width: 132px; padding: 8px 12px; border-radius: 7px; background: #111; }
.agentrust-hub .opaque-mark img { height: 24px; }
.agentrust-hub .uae-mark img { height: 42px; }
.agentrust-hub .microsoft-mark img,
.agentrust-hub .amd-mark img,
.agentrust-hub .intel-mark img { height: 32px; }
.agentrust-hub .atf-mark img,
.agentrust-hub .pronative-mark img { height: 40px; }
.agentrust-hub .servicenow-mark { color: #16825d; }
.agentrust-hub .uae-mark { max-width: 13ch; font-family: var(--at-serif); font-size: 1.1rem; font-weight: 600; line-height: 1.05; }
.agentrust-hub .microsoft-mark { color: #505050; }
Expand Down
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -307,31 +307,31 @@ <h1>Build the ecosystem for verifiable AI agents</h1>
</article>
<div class="adoption-grid">
<article class="adoption-card">
<div class="adopter-mark ">OPAQUE Systems</div>
<div class="adopter-mark opaque-mark"><img src="/assets/opaque-logo.svg" alt="OPAQUE Systems" loading="lazy"></div>
<div class="adopter-stage">Founding engineering and infrastructure sponsor</div>
<p>OPAQUE provides funding, engineering time, infrastructure, and confidential-computing contributions. Sponsorship does not confer ownership of AgenTrust projects or governance authority over their technical decisions.</p>
<a class="evidence-link" href="https://github.com/agentrust-io">Review the public project record ↗</a>
</article>
<article class="adoption-card">
<div class="adopter-mark microsoft-mark">Microsoft</div>
<div class="adopter-mark microsoft-mark"><img src="/assets/microsoft-mark.svg" alt="Microsoft" loading="lazy"></div>
<div class="adopter-stage">Open-source project home</div>
<p>Microsoft hosts the Agent Governance Toolkit, the open runtime-governance foundation that the AgenTrust trust chain builds on.</p>
<a class="evidence-link" href="https://github.com/microsoft/agent-governance-toolkit">View the repository ↗</a>
</article>
<article class="adoption-card">
<div class="adopter-mark uae-mark">Technology Innovation Institute</div>
<div class="adopter-mark uae-mark"><img src="/assets/tii-mark.svg" alt="Technology Innovation Institute" loading="lazy"></div>
<div class="adopter-stage">Confirmed founding partner</div>
<p>TII is the confirmed AgenTrust founding partner anchoring the work in sovereign-AI deployment requirements.</p>
<a class="evidence-link" href="https://www.opaque.co/resources/articles/opaque-extends-the-agent-governance-toolkit-with-verifiable-identity-and-first-ever-verifiably-governed-and-secure-mcp">Read the OPAQUE announcement ↗</a>
</article>
<article class="adoption-card">
<div class="adopter-mark amd-mark">AMD</div>
<div class="adopter-mark amd-mark"><img src="/assets/amd-mark.svg" alt="AMD" loading="lazy"></div>
<div class="adopter-stage">Founding member and hardware partner</div>
<p>AMD is a founding partner of AgenTrust. AMD and OPAQUE published a joint implementation blueprint for hardware-backed Confidential AI, and the implementation verifies SEV-SNP report signatures to the AMD root.</p>
<a class="evidence-link" href="https://www.opaque.co/resources/downloadables/from-risk-to-resilience-confidential-computing-with-amd-and-opaque">Read the joint white paper ↗</a>
</article>
<article class="adoption-card">
<div class="adopter-mark intel-mark">Intel</div>
<div class="adopter-mark intel-mark"><img src="/assets/intel-mark.svg" alt="Intel" loading="lazy"></div>
<div class="adopter-stage">Founding member and hardware partner</div>
<p>Intel is a founding partner of AgenTrust. The implementation verifies Intel TDX DCAP v4 quotes to the pinned Intel SGX Root CA, hardware-validated on GCP C3.</p>
<a class="evidence-link" href="https://github.com/agentrust-io">Review the public implementation record ↗</a>
Expand All @@ -343,13 +343,13 @@ <h1>Build the ecosystem for verifiable AI agents</h1>
<a class="evidence-link" href="https://www.opaque.co/resources">View the OPAQUE customer story ↗</a>
</article>
<article class="adoption-card">
<div class="adopter-mark atf-mark">CSA Agentic Trust Framework</div>
<div class="adopter-mark atf-mark"><img src="/assets/atf-logo.svg" alt="CSA Agentic Trust Framework" loading="lazy"></div>
<div class="adopter-stage">Public framework collaboration</div>
<p>ATF's author publicly supports positioning AGT as a reference implementation and invited implementation input into the conformance specification.</p>
<a class="evidence-link" href="https://github.com/microsoft/agent-governance-toolkit/discussions/301">Read the public collaboration thread ↗</a>
</article>
<article class="adoption-card">
<div class="adopter-mark ">PRONATIVE AI</div>
<div class="adopter-mark pronative-mark"><img src="/assets/pronative-foundry-icon.webp" alt="PRONATIVE AI" loading="lazy"></div>
<div class="adopter-stage">Ecosystem Training &amp; Adoption Partner</div>
<p>PRONATIVE AI works with AgenTrust to bring verifiable agent governance into enterprise engineering education and adoption. The partnership includes joint educational programming and the planned integration of cMCP, cA2A, and TRACE into PRONATIVE AI's AI-Native Engineering Foundry curriculum. PRONATIVE AI is also adopting the Microsoft Agent Governance Toolkit within its delivery environment and will publish implementation guidance as that work becomes publicly available.</p>
<a class="evidence-link" href="https://events.pronative.ai/featured-sessions/">View the featured session ↗</a>
Expand Down
2 changes: 1 addition & 1 deletion scripts/render-adoption.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const evidence = item => item.evidenceUrl
: '';

const renderEvidence = item => ` <article class="adoption-card">
<div class="adopter-mark ${escapeText(item.markClass || '')}">${escapeText(item.name)}</div>
<div class="adopter-mark ${escapeText(item.markClass || '')}">${item.logo ? `<img src="${escapeText(item.logo)}" alt="${escapeText(item.name)}" loading="lazy">` : escapeText(item.name)}</div>
<div class="adopter-stage">${escapeText(item.label)}</div>
<p>${escapeText(item.description)}</p>
${evidence(item)}
Expand Down
Loading