You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can click on each panel on the page to inspect the full chain of outputs from source document to situation artifact, scenario artifact, simulation result, and explanation artifact.
If you want to run a complete **Analyze - Simulate - Explain** workflow, we have prepared a built-in case simulating SAP's acquisition of Reltio in March 2026.
101
115
102
116
The case document is `cases/situations/sap_reltio_acquisition.md`, and it can be run end-to-end with the following commands:
103
117
104
-
####Step 1. Analyze
118
+
### Step 1. Analyze
105
119
106
120
Omen's Analyze module combines strategy methodology and the data pipeline, allowing you to generate strategic insights and machine input artifacts from the source document with a single command.
107
121
108
-
#####Situation Analysis
122
+
#### Situation Analysis
109
123
110
124
```bash
111
125
# analyze the built-in case and pack it as "sap" alias
@@ -114,7 +128,7 @@ omen analyze situation --doc sap_reltio_acquisition --pack-id sap
114
128
115
129
This step generates the Situation Artifact and creates a package named `sap` for consistent use in subsequent steps.
116
130
117
-
#####Scenario Planning
131
+
#### Scenario Planning
118
132
119
133
Omen `v0.1.9` provides deterministic A/B/C scenario planning capabilities.
120
134
@@ -130,7 +144,7 @@ omen scenario --situation sap
130
144
131
145
This step generates the scenario pack artifact under `data/scenarios/sap/` for simulation.
132
146
133
-
####Step 2. Simulate
147
+
### Step 2. Simulate
134
148
135
149
Omen's simulation engine can reason across different scenarios. Use the scenario pack generated in the previous step to run simulation:
136
150
@@ -140,7 +154,7 @@ omen simulate --scenario data/scenarios/sap/scenario_pack.json
140
154
141
155
This step generates reasoning traces and writes the deterministic result to `output/sap/result.json`.
142
156
143
-
####Step 3. Explain
157
+
### Step 3. Explain
144
158
145
159
Omen's explanation module interprets simulation outcomes and traces back key decision points and risk items (known unknowns) from the situation artifact to generate decision-ready insights and recommendations:
146
160
@@ -152,41 +166,32 @@ This step generates a structured explanation artifact at `output/sap/explanation
152
166
153
167
### Launch UI
154
168
155
-
Omen also provides a Streamlit-based UI application for visualizing the full strategic reasoning flow.
169
+
The Streamlit application for visualizing the full strategic reasoning flow.
You can click on each panel on the page to inspect the full chain of outputs from source document to situation artifact, scenario artifact, simulation result, and explanation artifact.
0 commit comments