mirror of
https://github.com/The-Pocket/PocketFlow-Tutorial-Codebase-Knowledge.git
synced 2026-08-29 16:40:32 +08:00
update the header
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
---
|
||||
layout: default
|
||||
title: "Node (BaseNode, Node, AsyncNode)"
|
||||
parent: "PocketFlow"
|
||||
nav_order: 2
|
||||
---
|
||||
|
||||
# Chapter 2: Node (`BaseNode`, `Node`, `AsyncNode`)
|
||||
|
||||
In [Chapter 1: Shared State (`shared` dictionary)](01_shared_state___shared__dictionary__.md), we learned how different parts of a PocketFlow workflow can communicate using the `shared` dictionary. Now, let's meet the actual "workers" that perform the tasks and use this shared information: **Nodes**.
|
||||
|
||||
Reference in New Issue
Block a user