File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ Additionally, it demonstrates an **A2A (Agent-to-Agent) Communication Framework*
1818
1919``` mermaid
2020flowchart TD
21- A0["Node (` BaseNode`, ` Node`, ` AsyncNode` )
21+ A0["Node (<code> BaseNode</code>, <code> Node</code>, <code> AsyncNode</code> )
2222"]
23- A1["Flow (` Flow`, ` AsyncFlow` )
23+ A1["Flow (<code> Flow</code>, <code> AsyncFlow</code> )
2424"]
25- A2["Shared State (` shared` dictionary)
25+ A2["Shared State (<code> shared</code> dictionary)
2626"]
2727 A3["Actions / Transitions
2828"]
29- A4["Batch Processing (` BatchNode`, ` BatchFlow`, ` AsyncParallelBatchNode` )
29+ A4["Batch Processing (<code> BatchNode</code>, <code> BatchFlow</code>, <code> AsyncParallelBatchNode</code> )
3030"]
31- A5["Asynchronous Processing (` AsyncNode`, ` AsyncFlow` )
31+ A5["Asynchronous Processing (<code> AsyncNode</code>, <code> AsyncFlow</code> )
3232"]
3333 A6["A2A (Agent-to-Agent) Communication Framework
3434"]
You can’t perform that action at this time.
0 commit comments