mirror of
https://github.com/The-Pocket/PocketFlow-Tutorial-Codebase-Knowledge.git
synced 2026-08-29 16:40:32 +08:00
fix markdown render
This commit is contained in:
@@ -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
|
||||||
"]
|
"]
|
||||||
|
|||||||
Reference in New Issue
Block a user