Sheller commited on
Commit
6a845e2
·
verified ·
1 Parent(s): 18d129c

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +9 -9
src/streamlit_app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  import time
3
 
4
  # --- CONFIGURATION & CONTENT ---
5
- st.set_page_config(page_title="Elf-OS Agent Simulator v2.0", page_icon="🤖", layout="wide")
6
 
7
  CONTENT = {
8
  "Deutsch": {
@@ -47,7 +47,7 @@ CONTENT = {
47
  },
48
  "L4": {
49
  "name": "Level 4: Der Smart-Chimney (EXPERT)",
50
- "briefing": "🔥 <strong>HÄRTEFALL:</strong> Ein Smart-Home Schornstein ist versperrt. Du musst ihn öffnen, ohne den Alarm auszulösen. Errate nicht das Passwort!",
51
  "solution_ids": ["scan", "think", "manual", "auth"],
52
  "budget": 55,
53
  "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!"
@@ -61,13 +61,13 @@ CONTENT = {
61
  "fuel": {"name": "Tankanzeige", "cost": 5},
62
  "gps": {"name": "GPS_Ortung", "cost": 5},
63
  "maps": {"name": "Google_Maps", "cost": 15},
64
- "cal": {"name": "Kalender_Bot", "cost": 10},
65
  "book": {"name": "Buchungs_Tool", "cost": 20},
66
  "spotify": {"name": "Spotify_Playlist", "cost": 5},
67
- "scan": {"name": "Struktur_Scanner", "cost": 10},
68
  "hack": {"name": "Brute_Force_Hack", "cost": 20},
69
  "manual": {"name": "Technische_Handbücher", "cost": 15},
70
- "think": {"name": "🧠 Chain_of_Thought", "cost": 5},
71
  "guess": {"name": "Passwort_Raten", "cost": 5},
72
  "auth": {"name": "Security_Protokoll", "cost": 20}
73
  }
@@ -114,7 +114,7 @@ CONTENT = {
114
  },
115
  "L4": {
116
  "name": "Level 4: The Smart Chimney (EXPERT)",
117
- "briefing": "🔥 <strong>HARD MODE:</strong> A Smart-Home chimney is locked. You need to open it without triggering the alarm. Do NOT guess the password!",
118
  "solution_ids": ["scan", "think", "manual", "auth"],
119
  "budget": 55,
120
  "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!"
@@ -128,13 +128,13 @@ CONTENT = {
128
  "fuel": {"name": "Fuel_Gauge", "cost": 5},
129
  "gps": {"name": "GPS_Location", "cost": 5},
130
  "maps": {"name": "Google_Maps", "cost": 15},
131
- "cal": {"name": "Calendar_Bot", "cost": 10},
132
  "book": {"name": "Booking_Tool", "cost": 20},
133
  "spotify": {"name": "Spotify_Playlist", "cost": 5},
134
- "scan": {"name": "Structure_Scanner", "cost": 10},
135
  "hack": {"name": "Brute_Force_Hack", "cost": 20},
136
  "manual": {"name": "Tech_Manuals", "cost": 15},
137
- "think": {"name": "🧠 Chain_of_Thought", "cost": 5},
138
  "guess": {"name": "Password_Guesser", "cost": 5},
139
  "auth": {"name": "Security_Protocol", "cost": 20}
140
  }
 
2
  import time
3
 
4
  # --- CONFIGURATION & CONTENT ---
5
+ st.set_page_config(page_title="Elf-OS Agent Simulator", page_icon="🤖", layout="wide")
6
 
7
  CONTENT = {
8
  "Deutsch": {
 
47
  },
48
  "L4": {
49
  "name": "Level 4: Der Smart-Chimney (EXPERT)",
50
+ "briefing": "🔥HÄRTEFALL: Ein Smart-Home Schornstein ist versperrt. Du musst ihn öffnen, ohne den Alarm auszulösen. Errate nicht das Passwort!",
51
  "solution_ids": ["scan", "think", "manual", "auth"],
52
  "budget": 55,
53
  "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!"
 
61
  "fuel": {"name": "Tankanzeige", "cost": 5},
62
  "gps": {"name": "GPS_Ortung", "cost": 5},
63
  "maps": {"name": "Google_Maps", "cost": 15},
64
+ "cal": {"name": "Kalender", "cost": 10},
65
  "book": {"name": "Buchungs_Tool", "cost": 20},
66
  "spotify": {"name": "Spotify_Playlist", "cost": 5},
67
+ "scan": {"name": "Modell_Scanner", "cost": 10},
68
  "hack": {"name": "Brute_Force_Hack", "cost": 20},
69
  "manual": {"name": "Technische_Handbücher", "cost": 15},
70
+ "think": {"name": "Nachdenken", "cost": 5},
71
  "guess": {"name": "Passwort_Raten", "cost": 5},
72
  "auth": {"name": "Security_Protokoll", "cost": 20}
73
  }
 
114
  },
115
  "L4": {
116
  "name": "Level 4: The Smart Chimney (EXPERT)",
117
+ "briefing": "🔥 HARD MODE:A Smart-Home chimney is locked. You need to open it without triggering the alarm. Do NOT guess the password!",
118
  "solution_ids": ["scan", "think", "manual", "auth"],
119
  "budget": 55,
120
  "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!"
 
128
  "fuel": {"name": "Fuel_Gauge", "cost": 5},
129
  "gps": {"name": "GPS_Location", "cost": 5},
130
  "maps": {"name": "Google_Maps", "cost": 15},
131
+ "cal": {"name": "Calendar", "cost": 10},
132
  "book": {"name": "Booking_Tool", "cost": 20},
133
  "spotify": {"name": "Spotify_Playlist", "cost": 5},
134
+ "scan": {"name": "Model_Scanner", "cost": 10},
135
  "hack": {"name": "Brute_Force_Hack", "cost": 20},
136
  "manual": {"name": "Tech_Manuals", "cost": 15},
137
+ "think": {"name": "Thinking", "cost": 5},
138
  "guess": {"name": "Password_Guesser", "cost": 5},
139
  "auth": {"name": "Security_Protocol", "cost": 20}
140
  }