mirror of
https://github.com/aljazceru/Tutorial-Codebase-Knowledge.git
synced 2025-12-18 15:04:20 +01:00
Update design.md
This commit is contained in:
@@ -76,11 +76,11 @@ flowchart TD
|
||||
|
||||
## Node Design
|
||||
|
||||
### Shared Memory
|
||||
### Shared Store
|
||||
|
||||
> Notes for AI: Try to minimize data redundancy
|
||||
|
||||
The shared memory structure is organized as follows:
|
||||
The shared Store structure is organized as follows:
|
||||
|
||||
```python
|
||||
shared = {
|
||||
|
||||
Reference in New Issue
Block a user