Spaces:
Sleeping
Sleeping
Fix mermaid Note <br/> parse error (Phase 2 diagram)
Browse files
TECHNICAL_ARCHITECTURE.md
CHANGED
|
@@ -379,7 +379,7 @@ sequenceDiagram
|
|
| 379 |
Agent->>Env: reset(trace_downstream_blast_radius, seed=1)
|
| 380 |
Env->>Sg: get_cascade_scenario(seed=1)
|
| 381 |
Sg-->>Env: CascadeScenario (UserService email rename + 4 consumers)
|
| 382 |
-
Note right of Env: ground_truth_affected hidden
|
| 383 |
Env-->>Agent: obs (public_observation, no ground truth)
|
| 384 |
|
| 385 |
Agent->>Env: step(trace_impact, [Orders, Billing, Notifications])
|
|
|
|
| 379 |
Agent->>Env: reset(trace_downstream_blast_radius, seed=1)
|
| 380 |
Env->>Sg: get_cascade_scenario(seed=1)
|
| 381 |
Sg-->>Env: CascadeScenario (UserService email rename + 4 consumers)
|
| 382 |
+
Note right of Env: ground_truth_affected hidden — agent only sees consumer declarations
|
| 383 |
Env-->>Agent: obs (public_observation, no ground truth)
|
| 384 |
|
| 385 |
Agent->>Env: step(trace_impact, [Orders, Billing, Notifications])
|