Skip to content

Commit

Permalink
weighted
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Aug 25, 2024
1 parent 980beff commit 703cc99
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions doc/wisdom.DOT
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
digraph WisdomIntegrationPipeline {

label="Wisdom Integration Pipeline"; // Add a title to the graph
labelloc="t"; // Position the label at the top

// Context nodes
Context_n [shape="diamond"];
Context_n1 [shape="diamond"];
Context_n [shape="diamond"; label="Context[n]";];
Context_n1 [shape="diamond"; label="Context[n+1]";];

subgraph cluster_Mind {
label = "Mind";
Expand Down Expand Up @@ -60,9 +63,9 @@ digraph WisdomIntegrationPipeline {
Context_n1 -> schema [label="consequences", color="green", constraint=false];

// Reflection edges
goals -> awareness [label="reflection", color="red", constraint=false];
awareness -> schema [color="blue", constraint=false];
awareness -> ontology [color="blue", constraint=false];
awareness -> values [color="blue", constraint=false];
awareness -> goals [color="blue", constraint=false];
goals -> awareness [label="reflection", color="blue", constraint=false];
awareness -> schema [color="red", penwidth=1];
awareness -> ontology [color="red", penwidth=3];
awareness -> values [color="red", penwidth=5];
awareness -> goals [color="red", penwidth=7];
}
Binary file modified doc/wisdom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 703cc99

Please sign in to comment.