File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22marp : 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">
386391flowchart 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< br/> (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
You can’t perform that action at this time.
0 commit comments