Skip to content

Commit ba1e55b

Browse files
authored
fix: diagrams colors
1 parent 66db6ba commit ba1e55b

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ graph TD
5252
%% Integration
5353
AR <--> TR
5454
55-
classDef default fill:#f9f9f9,stroke:#333,stroke-width:1px,color:black
56-
classDef registry fill:#e1f5fe,stroke:#0288d1,stroke-width:2px,color:black
57-
classDef runner fill:#f3e5f5,stroke:#7b1fa2,stroke-width:2px,color:black
55+
classDef default fill:#f9f9f9,stroke:#333,stroke-width:1px,color:#5a5a5a
56+
classDef registry fill:#e1f5fe,stroke:#0288d1,stroke-width:2px,color:#5a5a5a
57+
classDef runner fill:#f3e5f5,stroke:#7b1fa2,stroke-width:2px,color:#5a5a5a
5858
5959
class BS default
6060
class AR,AT,AP,AL,Create,Acquire,Release registry
@@ -123,25 +123,25 @@ sequenceDiagram
123123
P-->>AR: Pool ready (5 agents)
124124
125125
%% Task Distribution
126-
rect rgb(248, 248, 248)
127-
Note over S,R: <b>Poetry Generation Process</b>
126+
rect rgb(20, 20, 20)
127+
Note over S,R: Poetry Generation Process
128128
129129
%% Schedule Tasks
130-
S->>T: <b>Schedule "Bee" poem task</b>
131-
S->>T: <b>Schedule "Hive" poem task</b>
132-
S->>T: <b>Schedule "Queen" poem task</b>
133-
S->>T: <b>Schedule "Sun" poem task</b>
134-
S->>T: <b>Schedule "Flowers" poem task</b>
130+
S->>T: Schedule "Bee" poem task
131+
S->>T: Schedule "Hive" poem task
132+
S->>T: Schedule "Queen" poem task
133+
S->>T: Schedule "Sun" poem task
134+
S->>T: Schedule "Flowers" poem task
135135
136136
%% Task Execution
137137
loop For each topic
138-
T->>AR: <b>Request available poet</b>
139-
AR->>P: <b>Get poet from pool</b>
140-
P-->>T: <b>Provide poet agent</b>
141-
T->>A: <b>Generate poem for topic</b>
142-
A-->>R: <b>Submit generated poem</b>
143-
T->>AR: <b>Release poet agent</b>
144-
AR->>P: <b>Return poet to pool</b>
138+
T->>AR: Request available poet
139+
AR->>P: Get poet from pool
140+
P-->>T: Provide poet agent
141+
T->>A: Generate poem for topic
142+
A-->>R: Submit generated poem
143+
T->>AR: Release poet agent
144+
AR->>P: Return poet to pool
145145
end
146146
end
147147

0 commit comments

Comments
 (0)