fix markdown render

This commit is contained in:
zachary62
2025-05-10 11:08:15 -04:00
parent 79d65a1190
commit 89318369ad
+5 -5
View File
@@ -18,17 +18,17 @@ Additionally, it demonstrates an **A2A (Agent-to-Agent) Communication Framework*
```mermaid ```mermaid
flowchart TD flowchart TD
A0["Node (`BaseNode`, `Node`, `AsyncNode`) A0["Node (<code>BaseNode</code>, <code>Node</code>, <code>AsyncNode</code>)
"] "]
A1["Flow (`Flow`, `AsyncFlow`) A1["Flow (<code>Flow</code>, <code>AsyncFlow</code>)
"] "]
A2["Shared State (`shared` dictionary) A2["Shared State (<code>shared</code> dictionary)
"] "]
A3["Actions / Transitions A3["Actions / Transitions
"] "]
A4["Batch Processing (`BatchNode`, `BatchFlow`, `AsyncParallelBatchNode`) A4["Batch Processing (<code>BatchNode</code>, <code>BatchFlow</code>, <code>AsyncParallelBatchNode</code>)
"] "]
A5["Asynchronous Processing (`AsyncNode`, `AsyncFlow`) A5["Asynchronous Processing (<code>AsyncNode</code>, <code>AsyncFlow</code>)
"] "]
A6["A2A (Agent-to-Agent) Communication Framework A6["A2A (Agent-to-Agent) Communication Framework
"] "]