Skip to content

Commit 2205464

Browse files
committed
Small improvements to slides
Based on Stars feedback
1 parent e85bad6 commit 2205464

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

docs/slides/index.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
marp: true
33
---
44

5+
<script type="module">
6+
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@11.4.0/dist/mermaid.esm.min.mjs';
7+
mermaid.initialize({ startOnLoad: true });
8+
</script>
9+
510
# GitHub Agentic Workflows
611
## Write AI Automation in Natural Language
712
### Research Preview
@@ -82,7 +87,7 @@ AI agents become risky when they combine **three capabilities** at once:
8287
8388
---
8489
85-
# Combine Github Actions and SWE Agents **SAFELY**.
90+
# Combine GitHub Actions and SWE Agents **SAFELY**.
8691
8792
---
8893
@@ -382,15 +387,15 @@ GitHub Agentic Workflows implements a comprehensive security architecture with m
382387
383388
# Security Architecture Diagram
384389
385-
```mermaid
390+
<pre class="mermaid">
386391
flowchart TB
387392
subgraph ActionJobVM["Action Job VM"]
388393
subgraph Sandbox1["Sandbox"]
389394
Agent["Agent Process"]
390395
end
391396
392397
Proxy1["Proxy / Firewall"]
393-
Gateway["Gateway<br/>(mcpg)"]
398+
Gateway["Gateway&lt;br/&gt;(mcpg)"]
394399
395400
Agent --> Proxy1
396401
Proxy1 --> Gateway
@@ -418,7 +423,7 @@ flowchart TB
418423
419424
Proxy2 --> Service1
420425
Proxy3 --> Service2
421-
```
426+
</pre>
422427
423428
---
424429

0 commit comments

Comments
 (0)