Sheller commited on
Commit
7da3adc
·
verified ·
1 Parent(s): 76c1011

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +7 -7
src/streamlit_app.py CHANGED
@@ -36,14 +36,14 @@ CONTENT = {
36
  "missions": {
37
  "L1": {
38
  "name": "Level 1: Das vergessene Geschenk",
39
- "briefing": ""Santa hat vergessen, was die kleine Mia sich gewünscht hat! Er steht auf ihrem Dach. Finde heraus, was sie will, und ob es im Sack ist."",
40
  "solution_ids": ["db", "inv"],
41
  "budget": 30,
42
  "explanation": "Datenbank -> Inventar. Simpel und effizient."
43
  },
44
  "L2": {
45
  "name": "Level 2: Die Routen-Planung",
46
- "briefing": "Wir müssen nach Berlin fliegen. Aber wir dürfen nur starten, wenn das Wetter gut ist UND wir genug Rentiermoos für den Weg haben.",
47
  "solution_ids": ["weather", "fuel", "nav"],
48
  "budget": 45,
49
  "explanation": "Erst die Bedingungen (Wetter/Tank) prüfen, dann handeln."
@@ -57,7 +57,7 @@ CONTENT = {
57
  },
58
  "L4": {
59
  "name": "Level 4: Der Smart-Chimney (EXPERT)",
60
- "briefing": "🔥HÄRTEFALL: Ein Smart-Home Schornstein ist versperrt. Du musst ihn öffnen, ohne den Alarm auszulösen. Errate nicht das Passwort!",
61
  "solution_ids": ["scan", "think", "manual", "auth"],
62
  "budget": 55,
63
  "explanation": "<strong>Chain of Thought:</strong> Erst Scannen. Dann NACHDENKEN (Think), um zu verstehen, welches Modell es ist. Dann Handbuch lesen (Manual) und korrekt authentifizieren. 'Hacken' löst Alarm aus!"
@@ -113,28 +113,28 @@ CONTENT = {
113
  "missions": {
114
  "L1": {
115
  "name": "Level 1: The Forgotten Gift",
116
- "briefing": "Santa forgot what Mia wants. Find out and check the sack.",
117
  "solution_ids": ["db", "inv"],
118
  "budget": 30,
119
  "explanation": "Database -> Inventory. Simple and efficient."
120
  },
121
  "L2": {
122
  "name": "Level 2: Route Planning",
123
- "briefing": "Fly to Berlin. Only take off if weather is good AND fuel is sufficient.",
124
  "solution_ids": ["weather", "fuel", "nav"],
125
  "budget": 45,
126
  "explanation": "Check conditions (Weather/Fuel) before Action (Nav)."
127
  },
128
  "L3": {
129
  "name": "Level 3: The Emergency (Advanced)",
130
- "briefing": "Rudolph is sick. Find an open vet nearby and book now.",
131
  "solution_ids": ["gps", "maps", "cal", "book"],
132
  "budget": 60,
133
  "explanation": "Context (GPS) -> Search (Maps) -> Availability (Cal) -> Action (Book)."
134
  },
135
  "L4": {
136
  "name": "Level 4: The Smart Chimney (EXPERT)",
137
- "briefing": "🔥 HARD MODE:A Smart-Home chimney is locked. You need to open it without triggering the alarm. Do NOT guess the password!",
138
  "solution_ids": ["scan", "think", "manual", "auth"],
139
  "budget": 55,
140
  "explanation": "<strong>Chain of Thought:</strong> Scan first. Then THINK to process the data. Then read the Manual. Finally, use the Security Protocol. 'Hacking' triggers the alarm!"
 
36
  "missions": {
37
  "L1": {
38
  "name": "Level 1: Das vergessene Geschenk",
39
+ "briefing": "Der Weihnachtsmann hat vergessen, was die kleine Mia sich gewünscht hat! Er steht auf ihrem Dach. Finde heraus, was sie will, und ob es im Sack ist."",
40
  "solution_ids": ["db", "inv"],
41
  "budget": 30,
42
  "explanation": "Datenbank -> Inventar. Simpel und effizient."
43
  },
44
  "L2": {
45
  "name": "Level 2: Die Routen-Planung",
46
+ "briefing": "Der Weihnachtsmann muss nach Berlin fliegen. Aber wir dürfen nur starten, wenn das Wetter gut ist UND wir genug Rentiermoos für den Weg haben.",
47
  "solution_ids": ["weather", "fuel", "nav"],
48
  "budget": 45,
49
  "explanation": "Erst die Bedingungen (Wetter/Tank) prüfen, dann handeln."
 
57
  },
58
  "L4": {
59
  "name": "Level 4: Der Smart-Chimney (EXPERT)",
60
+ "briefing": "🔥HÄRTEFALL: Der Weihanchtsmann versucht ein Geschenk zu überbringen aber ein Smart-Home Schornstein ist versperrt. Du musst ihn öffnen, ohne den Alarm auszulösen.",
61
  "solution_ids": ["scan", "think", "manual", "auth"],
62
  "budget": 55,
63
  "explanation": "<strong>Chain of Thought:</strong> Erst Scannen. Dann NACHDENKEN (Think), um zu verstehen, welches Modell es ist. Dann Handbuch lesen (Manual) und korrekt authentifizieren. 'Hacken' löst Alarm aus!"
 
113
  "missions": {
114
  "L1": {
115
  "name": "Level 1: The Forgotten Gift",
116
+ "briefing": "Santa Claus forgot what little Mia wanted for Christmas! He's standing on her roof. Find out what she wants and whether it's in his sack.",
117
  "solution_ids": ["db", "inv"],
118
  "budget": 30,
119
  "explanation": "Database -> Inventory. Simple and efficient."
120
  },
121
  "L2": {
122
  "name": "Level 2: Route Planning",
123
+ "briefing": "Santa Claus has to fly to Berlin. But we can only take off if the weather is good AND we have enough reindeer moss for the journey.",
124
  "solution_ids": ["weather", "fuel", "nav"],
125
  "budget": 45,
126
  "explanation": "Check conditions (Weather/Fuel) before Action (Nav)."
127
  },
128
  "L3": {
129
  "name": "Level 3: The Emergency (Advanced)",
130
+ "briefing": "Rudolph has a cold! The agent must find a nearby veterinarian who is open NOW and make an appointment there.",
131
  "solution_ids": ["gps", "maps", "cal", "book"],
132
  "budget": 60,
133
  "explanation": "Context (GPS) -> Search (Maps) -> Availability (Cal) -> Action (Book)."
134
  },
135
  "L4": {
136
  "name": "Level 4: The Smart Chimney (EXPERT)",
137
+ "briefing": "🔥 HARD MODE: Santa Claus is trying to deliver a present, but the chimney of the smart home is blocked. You have to open it without triggering the alarm.",
138
  "solution_ids": ["scan", "think", "manual", "auth"],
139
  "budget": 55,
140
  "explanation": "<strong>Chain of Thought:</strong> Scan first. Then THINK to process the data. Then read the Manual. Finally, use the Security Protocol. 'Hacking' triggers the alarm!"