|
20 | 20 | --green: #1B7A4A; |
21 | 21 | --amber: #C17817; |
22 | 22 | --purple: #6D28D9; |
| 23 | + --orange: #EA580C; |
23 | 24 | } |
24 | 25 |
|
25 | 26 | html { scroll-behavior: smooth; } |
|
390 | 391 | <span class="nav-dot" style="background:#6D28D9;"></span> |
391 | 392 | cmcp |
392 | 393 | </a> |
| 394 | + <a href="https://governance.agentrust-io.com"> |
| 395 | + <span class="nav-dot" style="background:#EA580C;"></span> |
| 396 | + governance |
| 397 | + </a> |
393 | 398 | <a href="https://github.com/microsoft/agent-governance-toolkit"> |
394 | 399 | <span class="nav-dot" style="background:#6B7F94;"></span> |
395 | 400 | agt ↗ |
@@ -470,6 +475,23 @@ <h1>Govern AI Agents<br>at the Hardware Boundary</h1> |
470 | 475 | </div> |
471 | 476 | </a> |
472 | 477 |
|
| 478 | + <!-- Awesome AI Governance --> |
| 479 | + <a href="https://governance.agentrust-io.com" class="product-card"> |
| 480 | + <div class="card-accent" style="background: var(--orange);"></div> |
| 481 | + <div class="card-body"> |
| 482 | + <div class="card-tag" style="color: var(--orange);">Curated Resource</div> |
| 483 | + <div class="card-name">Awesome AI Governance</div> |
| 484 | + <div class="card-desc">A community-curated list of tools, frameworks, standards, and research for governing autonomous AI agents. Covers policy engines, audit frameworks, risk assessments, and deployment guidance.</div> |
| 485 | + </div> |
| 486 | + <div class="card-footer"> |
| 487 | + <span class="card-url">governance.agentrust-io.com</span> |
| 488 | + <div style="display:flex;gap:0.5rem;align-items:center;"> |
| 489 | + <span class="card-badge badge-live">Live</span> |
| 490 | + <svg class="card-arrow" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/></svg> |
| 491 | + </div> |
| 492 | + </div> |
| 493 | + </a> |
| 494 | + |
473 | 495 | </div> |
474 | 496 | </section> |
475 | 497 |
|
@@ -524,7 +546,7 @@ <h1>Govern AI Agents<br>at the Hardware Boundary</h1> |
524 | 546 | <div class="card-body"> |
525 | 547 | <div class="card-tag" style="color: #6B7F94;">Source Code</div> |
526 | 548 | <div class="card-name">GitHub Organization</div> |
527 | | - <div class="card-desc">All spec source, examples, registry entries, and integration guides. TRACE spec, Agent Manifest schema, cMCP protocol, and the awesome-ai-governance curated list.</div> |
| 549 | + <div class="card-desc">All spec source, examples, registry entries, and integration guides. TRACE spec, Agent Manifest schema, cMCP protocol, and the full awesome-ai-governance curated list.</div> |
528 | 550 | </div> |
529 | 551 | <div class="card-footer"> |
530 | 552 | <span class="card-url">github.com/agentrust-io</span> |
@@ -582,6 +604,7 @@ <h1>Govern AI Agents<br>at the Hardware Boundary</h1> |
582 | 604 | <a href="https://trace.agentrust-io.com">TRACE</a> |
583 | 605 | <a href="https://manifest.agentrust-io.com">Manifest</a> |
584 | 606 | <a href="https://cmcp.agentrust-io.com">cMCP</a> |
| 607 | + <a href="https://governance.agentrust-io.com">Governance</a> |
585 | 608 | <a href="https://tests.agentrust-io.com">Tests</a> |
586 | 609 | <a href="https://github.com/agentrust-io">GitHub</a> |
587 | 610 | <a href="https://github.com/microsoft/agent-governance-toolkit">AGT ↗</a> |
|
0 commit comments