@@ -51,7 +51,13 @@ function MiniAgentPipeline() {
5151 fill = "none"
5252 aria-hidden = "true"
5353 >
54- < circle cx = "6" cy = "4" r = "2.5" stroke = "currentColor" strokeWidth = "1.2" />
54+ < circle
55+ cx = "6"
56+ cy = "4"
57+ r = "2.5"
58+ stroke = "currentColor"
59+ strokeWidth = "1.2"
60+ />
5561 < path
5662 d = "M2 10.5c0-2.2 1.8-4 4-4s4 1.8 4 4"
5763 stroke = "currentColor"
@@ -66,7 +72,13 @@ function MiniAgentPipeline() {
6672 < FlowLine length = { 24 } color = "violet" delay = { 2 } />
6773 < FlowNode label = "Reason" color = "violet" size = "sm" delay = { 0.7 } />
6874 < FlowLine length = { 24 } color = "violet" delay = { 3 } />
69- < FlowNode label = "Execute" color = "violet" size = "sm" pulse delay = { 0.85 } />
75+ < FlowNode
76+ label = "Execute"
77+ color = "violet"
78+ size = "sm"
79+ pulse
80+ delay = { 0.85 }
81+ />
7082 </ div >
7183
7284 { /* Row 2: Agent lifecycle events */ }
@@ -80,7 +92,12 @@ function MiniAgentPipeline() {
8092 className = "flex items-center gap-0"
8193 >
8294 < FlowLine length = { 28 } color = "green" delay = { 3 } />
83- < FlowNode label = "persona.resolved" color = "gray" size = "sm" delay = { 1.1 } />
95+ < FlowNode
96+ label = "persona.resolved"
97+ color = "gray"
98+ size = "sm"
99+ delay = { 1.1 }
100+ />
84101 < FlowLine length = { 24 } color = "green" delay = { 4 } />
85102 < StatusBadge status = "delivered" label = "loaded" />
86103 </ motion . div >
@@ -93,12 +110,7 @@ function MiniAgentPipeline() {
93110 className = "flex items-center gap-0"
94111 >
95112 < FlowLine length = { 28 } color = "violet" delay = { 5 } />
96- < FlowNode
97- label = "step.3"
98- color = "gray"
99- size = "sm"
100- delay = { 1.3 }
101- />
113+ < FlowNode label = "step.3" color = "gray" size = "sm" delay = { 1.3 } />
102114 < FlowLine length = { 24 } color = "violet" delay = { 6 } />
103115 < StatusBadge status = "retry" label = "reasoning" />
104116 </ motion . div >
@@ -111,12 +123,7 @@ function MiniAgentPipeline() {
111123 className = "flex items-center gap-0"
112124 >
113125 < FlowLine length = { 28 } color = "green" delay = { 7 } />
114- < FlowNode
115- label = "run.done"
116- color = "gray"
117- size = "sm"
118- delay = { 1.5 }
119- />
126+ < FlowNode label = "run.done" color = "gray" size = "sm" delay = { 1.5 } />
120127 < FlowLine length = { 24 } color = "green" delay = { 8 } />
121128 < StatusBadge status = "delivered" label = "completed" />
122129 </ motion . div >
0 commit comments