Spaces:
Running
Running
File size: 19,042 Bytes
4ec75cf f3fd4ef 4ec75cf f3fd4ef 4ec75cf f3fd4ef 4ec75cf f3fd4ef 3466d21 f3fd4ef 4ec75cf 46acf43 4ec75cf f3fd4ef 3466d21 4ec75cf f3fd4ef 4ec75cf 3466d21 f3fd4ef 3466d21 f3fd4ef 3466d21 f3fd4ef 3466d21 f3fd4ef 3466d21 4ec75cf f3fd4ef 4ec75cf 6f95f2a 4ec75cf f3fd4ef 4ec75cf 6f95f2a 4ec75cf 6f95f2a 4ec75cf f3fd4ef 3466d21 f3fd4ef 6f95f2a 3466d21 f3fd4ef 6f95f2a f3fd4ef 4ec75cf f3fd4ef 4ec75cf f3fd4ef 6f95f2a 4ec75cf 6f95f2a 4ec75cf 6f95f2a 4ec75cf 6f95f2a 4ec75cf 6f95f2a 4ec75cf 6f95f2a 4ec75cf 6f95f2a 4ec75cf 3466d21 4ec75cf f3fd4ef 4ec75cf f3fd4ef 4ec75cf f3fd4ef 4ec75cf f3fd4ef 4ec75cf f3fd4ef 4ec75cf f3fd4ef 4ec75cf f3fd4ef 3466d21 f3fd4ef 3466d21 f3fd4ef 3466d21 6284048 3466d21 4ec75cf d270d2a 6284048 3466d21 4ec75cf d270d2a f3fd4ef 4ec75cf f3fd4ef d270d2a 4ec75cf f3fd4ef 4ec75cf f3fd4ef 4ec75cf f3fd4ef 4ec75cf f3fd4ef 3466d21 4ec75cf f3fd4ef 4ec75cf f3fd4ef 3466d21 f3fd4ef 3466d21 f3fd4ef 3466d21 4ec75cf f3fd4ef 4ec75cf f3fd4ef 4ec75cf f3fd4ef 6f95f2a 4ec75cf ee547a6 f3fd4ef 4ec75cf f3fd4ef 3466d21 f3fd4ef 4ec75cf f3fd4ef 3466d21 4ec75cf f3fd4ef d270d2a 4ec75cf f3fd4ef 6284048 f3fd4ef 6284048 f3fd4ef 4ec75cf 3466d21 4ec75cf f3fd4ef 4ec75cf f3fd4ef 4ec75cf f3fd4ef 1ecd7e1 4ec75cf 3466d21 f3fd4ef 3466d21 6284048 3466d21 4ec75cf 6f95f2a f3fd4ef 6284048 4ec75cf f3fd4ef 4ec75cf f3fd4ef 1ecd7e1 f3fd4ef 4ec75cf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 | # inference.py <-- MUST be at project root
# Mandatory baseline inference script for OpenEnv hackathon.
# Uses OpenAI-compatible client for HuggingFace Inference API.
#
# OFFICIAL STDOUT FORMAT (from Meta_OpenEnv_Hackathon__Guidelines.txt):
# [START] task=<task_name> env=<benchmark> model=<model_name>
# [STEP] step=<n> action=<action_str> reward=<0.00> done=<true|false> error=<msg|null>
# [END] success=<true|false> steps=<n> rewards=<r1,r2,...,rn>
#
# KEY RULES FROM OFFICIAL SPEC:
# - reward and rewards formatted to 2 decimal places ONLY
# - done and success are lowercase booleans: true or false
# - error is null when no error (the literal string "null")
# - NO score= field in [END] β not in the official spec
# - NO task_id=, NO episode_id=, NO total_reward= β none of these are in spec
# - rewards= is a comma-separated list of step rewards with NO spaces
import os
import re
import json
import textwrap
import requests
from openai import OpenAI
try:
from dotenv import load_dotenv
load_dotenv()
except ImportError:
pass
# ββ Mandatory environment variables (names exactly as spec requires) ββ
API_BASE_URL = os.getenv("API_BASE_URL", "https://router.huggingface.co/v1")
MODEL_NAME = os.getenv("MODEL_NAME", "Qwen/Qwen2.5-72B-Instruct")
HF_TOKEN = os.getenv("HF_TOKEN")
ENV_URL = os.getenv("ENV_URL", "http://localhost:7860")
MAX_STEPS = 8
TEMPERATURE = 0.1
MAX_TOKENS = 400
BENCHMARK = "EntropyEnv"
# Fatal HTTP codes: stop ALL tasks immediately
FATAL_HTTP_CODES = {402, 401, 403}
RETRYABLE_CODES = {429, 500, 502, 503, 504}
MAX_CONSEC_ERRORS = 3
TASKS = [
"sec_easy", "sec_medium", "sec_hard",
"dep_easy", "dep_medium", "dep_hard",
"cli_easy", "cli_medium", "cli_hard",
]
SYSTEM_PROMPT = textwrap.dedent("""\
You are an autonomous multi-domain analyst agent inside an RL environment.
YOUR JOB:
1. Read the observation β it contains task_type, task_subtype, task_description,
available_actions (with parameter specs), and domain-specific data.
2. Choose the correct action from available_actions.
3. Respond with ONLY a valid JSON object. No markdown fences. No prose. No thinking tags.
DOMAIN RULES:
- security: Workflow is ALWAYS: identify_vulnerability β propose_fix β revise_fix (if feedback)
vuln_type MUST be one of: sql_injection|xss|idor|hardcoded_secret|missing_auth|jwt_misuse|path_traversal|ssrf|rate_limit_missing|xxe
severity MUST be: critical|high|medium|low. cvss_score: 0.0-10.0 (float).
NEVER call identify_vulnerability twice. After identify, ALWAYS call propose_fix next.
- dependency:
task_subtype=flag β flag_outdated (find deprecated packages/APIs)
task_subtype=resolve β resolve_conflict (pick compatible versions from compatibility_matrix)
task_subtype=migrate β migrate_api (fix ALL graph-break IDs, include code_changes for each)
- clinical: ALWAYS follow this order: detect_gap β rank_issues β order_steps
Use ONLY step IDs from observation.available_steps.
risk_level MUST be: critical|high|medium|low
If dependency_graph is present, ensure prerequisites come BEFORE dependent steps.
EXACT FORMAT EXAMPLES β copy field names exactly:
{"action_type": "identify_vulnerability", "vuln_type": "sql_injection", "cvss_score": 8.5, "severity": "critical", "affected_line": 3}
{"action_type": "propose_fix", "fix_code": "db.execute(query, (param,))", "explanation": "Use parameterized query to prevent SQL injection"}
{"action_type": "revise_fix", "fix_code": "cursor.execute(sql, values)", "addressed_feedback": "Used parameterized queries and added input validation"}
{"action_type": "flag_outdated", "packages": {"torch": "1.9.0"}, "deprecated_api": "torch.autograd.Variable", "replacement": "plain tensor"}
{"action_type": "resolve_conflict", "packages": {"torch": "2.1.0", "numpy": "1.24.0"}, "reasoning": "torch 2.1 requires numpy >=1.24"}
{"action_type": "migrate_api", "completed_items": ["break_001", "break_002"], "code_changes": {"break_001": "use torch.where", "break_002": "use tensor.shape[0]"}}
{"action_type": "detect_gap", "missing_steps": ["pre_op_consent"], "risk_level": "critical"}
{"action_type": "rank_issues", "priority_order": ["resolve_insurance", "pre_op_consent", "book_specialist"]}
{"action_type": "order_steps", "recovery_steps": ["resolve_insurance", "complete_pre_op", "book_specialist", "schedule_surgery"]}
CRITICAL: Output ONLY the JSON object. Nothing before or after it.
""")
def _extract_http_code(error_str: str) -> int:
match = re.search(r'(?:Error code:|status_code=|HTTP )\s*(\d{3})', str(error_str))
if match:
return int(match.group(1))
match = re.search(r'\b(4\d{2}|5\d{2})\b', str(error_str))
if match:
return int(match.group(1))
return 0
def _is_fatal_error(error_str: str) -> bool:
code = _extract_http_code(error_str)
if code in FATAL_HTTP_CODES:
return True
fatal_kw = ['insufficient credits', 'unauthorized', 'invalid api key',
'authentication failed', 'no api key', 'forbidden']
return any(kw in str(error_str).lower() for kw in fatal_kw)
def _is_task_fatal(error_str: str) -> bool:
code = _extract_http_code(error_str)
if code in RETRYABLE_CODES:
return True
task_kw = ['model not found', 'model unavailable', 'context length',
'maximum context', 'rate limit']
return any(kw in str(error_str).lower() for kw in task_kw)
def build_user_prompt(step_num: int, obs: dict, history: list) -> str:
task_type = obs.get("task_type", "unknown")
task_id = obs.get("task_id", "unknown")
task_sub = obs.get("task_subtype", "")
parts = [f"Step {step_num} | task_type={task_type} | task_id={task_id} | subtype={task_sub}"]
if history:
used = [h["action_type"] for h in history]
last = history[-1]
parts.append(f"Actions used: {used}")
parts.append(f"Last reward: {last['reward']:.2f}")
if last["reward"] < 0.40:
parts.append("β οΈ Low score. Try a different approach.")
if obs.get("validation_failed"):
parts.append(f"\nβ VALIDATION FAILED!")
parts.append(f"Error: {obs.get('message', 'unknown')}")
parts.append(f"Fix: {obs.get('hint', '')}")
if obs.get("reviewer_feedback"):
parts.append(f"\nπ REVIEWER FEEDBACK:")
parts.append(obs["reviewer_feedback"])
obs_copy = dict(obs)
compat = obs_copy.pop("compatibility_matrix", None)
dep_g = obs_copy.pop("dependency_graph", None)
core_text = json.dumps(obs_copy, default=str)
if len(core_text) > 1600:
core_text = core_text[:1600] + "..."
parts.append(f"\nObservation:\n{core_text}")
if compat:
parts.append("\nCompatibility Matrix (use this to resolve conflicts):")
for pkg, versions in compat.items():
for ver, deps in versions.items():
parts.append(f" {pkg} {ver} β {deps if deps else '(no constraints)'}")
if dep_g:
parts.append("\nDependency Graph (prerequisites must come first):")
for step, prereqs in dep_g.items():
parts.append(f" {step} requires: {prereqs}" if prereqs else f" {step} β (no prereqs)")
# Next-action hint β keeps all models on track
if task_type == "security":
used_types = [h["action_type"] for h in history]
if "identify_vulnerability" not in used_types:
parts.append("\nβ‘οΈ NEXT: identify_vulnerability")
elif "propose_fix" not in used_types:
parts.append("\nβ‘οΈ NEXT: propose_fix")
else:
parts.append("\nβ‘οΈ NEXT: revise_fix (address reviewer_feedback)")
elif task_type == "clinical":
used_types = [h["action_type"] for h in history]
if "detect_gap" not in used_types:
parts.append("\nβ‘οΈ NEXT: detect_gap")
elif "rank_issues" not in used_types:
parts.append("\nβ‘οΈ NEXT: rank_issues")
elif "order_steps" not in used_types:
parts.append("\nβ‘οΈ NEXT: order_steps (respect dependency_graph)")
parts.append("\nπ€ Output ONLY a single JSON object:")
return "\n".join(parts)
def parse_action(raw_text: str) -> dict:
"""Parse LLM response into action dict. Universal model compatibility."""
text = raw_text.strip()
# Strip reasoning/thinking blocks
for tag in ["think", "thinking", "reasoning", "reflection", "thought", "antThinking"]:
open_tag, close_tag = f"<{tag}>", f"</{tag}>"
if open_tag in text:
text = text.split(close_tag)[-1].strip() if close_tag in text else text.split(open_tag)[-1].strip()
# Strip markdown fences
if "```json" in text:
text = text.split("```json")[1].split("```")[0].strip()
elif "```" in text:
parts = text.split("```")
if len(parts) >= 3:
text = parts[1].strip()
# Find JSON object in prose
if not text.startswith("{"):
start = text.find("{")
if start >= 0:
end = text.rfind("}")
if end > start:
text = text[start:end + 1]
try:
return json.loads(text)
except (json.JSONDecodeError, TypeError):
pass
match = re.search(r"\{(?:[^{}]|\{[^{}]*\})*\}", text, re.DOTALL)
if match:
try:
return json.loads(match.group())
except (json.JSONDecodeError, TypeError):
pass
return {"action_type": "error", "raw": text[:100]}
def _compute_score(rewards: list) -> float:
"""
Compute the episode score from a list of step rewards.
DESIGN RATIONALE β why neither pure max nor pure mean is right:
- Pure max: agent scores 0.85 on step 1, then 0.01 on all later steps β score=0.85
This rewards single-lucky-step behaviour and hides that later steps failed.
- Pure mean: agent scores 0.85 on step 1, 0.01 on 3 more β score=0.23
This massively under-reports good episodes that have validation failures early.
SOLUTION β weighted blend of max and mean:
score = 0.60 * max(rewards) + 0.40 * mean(rewards)
WHY THIS WORKS:
- A great single-step performance (0.85) still shows up clearly (0.51 baseline contribution)
- A consistently good episode (0.80, 0.85, 0.80) gets full credit (β0.83)
- A fluke-then-fail episode (0.85, 0.01, 0.01, 0.01) scores 0.52 β honestly mediocre
- A failed episode (all 0.01) scores 0.01 β correctly bad
Clamped to [0.01, 0.99] per Discord consensus on the (0,1) exclusive range.
"""
if not rewards:
return 0.01
max_r = max(rewards)
mean_r = sum(rewards) / len(rewards)
raw = 0.60 * max_r + 0.40 * mean_r
return round(min(max(raw, 0.01), 0.99), 4)
def run_task(client: OpenAI, task_id: str) -> tuple:
"""
Run a single task through the environment.
Returns (score: float, is_fatal_api_error: bool).
"""
# ββ Reset ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
try:
resp = requests.post(f"{ENV_URL}/reset", json={"task_id": task_id}, timeout=30)
data = resp.json()
except Exception as e:
# Env unreachable β must still emit [START] and [END]
print(f"[START] task={task_id} env={BENCHMARK} model={MODEL_NAME}", flush=True)
print(f"[END] success=false steps=0 score=0.01 rewards=", flush=True)
return 0.01, False
if "error" in data and not data.get("episode_id"):
print(f"[START] task={task_id} env={BENCHMARK} model={MODEL_NAME}", flush=True)
print(f"[END] success=false steps=0 score=0.01 rewards=", flush=True)
return 0.01, False
episode_id = data.get("episode_id", "unknown")
obs = data.get("observation", data)
# ββ Mandatory [START] line β exact official spec ββββββββββββββββββββββββ
print(f"[START] task={task_id} env={BENCHMARK} model={MODEL_NAME}", flush=True)
rewards = []
history = []
step_num = 0
consec_errs = 0
fatal_error = False
for step_num in range(1, MAX_STEPS + 1):
user_prompt = build_user_prompt(step_num, obs, history)
error_msg = None
# ββ LLM call βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
try:
reply = client.chat.completions.create(
model=MODEL_NAME,
messages=[
{"role": "system", "content": SYSTEM_PROMPT},
{"role": "user", "content": user_prompt},
],
temperature=TEMPERATURE,
max_tokens=MAX_TOKENS,
)
response_text = (reply.choices[0].message.content or "").strip()
consec_errs = 0
except Exception as e:
error_msg = str(e)
response_text = '{"action_type": "error"}'
consec_errs += 1
if _is_fatal_error(error_msg):
fatal_error = True
short = error_msg[:120].replace('\n', ' ')
# Emit mandatory [STEP] then break β [END] emitted below
print(f"[STEP] step={step_num} action=invalid reward=0.01 done=true error=FATAL:{short}", flush=True)
rewards.append(0.01)
break
if _is_task_fatal(error_msg) or consec_errs >= MAX_CONSEC_ERRORS:
short = error_msg[:120].replace('\n', ' ')
print(f"[STEP] step={step_num} action=invalid reward=0.01 done=true error=TASK_STOP:{short}", flush=True)
rewards.append(0.01)
break
action = parse_action(response_text)
action_type = action.get("action_type", "unknown")
action["episode_id"] = episode_id
# ββ Env step βββββββββββββββββββββββββββββββββββββββββββββββββββββββ
try:
step_resp = requests.post(f"{ENV_URL}/step", json=action, timeout=30)
step_data = step_resp.json()
except Exception as e:
short = str(e)[:100]
print(f"[STEP] step={step_num} action={action_type} reward=0.01 done=true error={short}", flush=True)
rewards.append(0.01)
break
raw_reward = float(step_data.get("reward", 0.01))
reward = round(min(max(raw_reward, 0.01), 0.99), 4)
done = bool(step_data.get("done", False))
obs = step_data.get("observation", step_data)
step_error = step_data.get("error") or error_msg
rewards.append(reward)
history.append({"step": step_num, "action_type": action_type, "reward": reward, "done": done})
# Show 'invalid' in log when validation failed
display_action = "invalid" if obs.get("validation_failed") else action_type
# Format error value: null or truncated string
if step_error:
error_val = str(step_error)[:150].replace('\n', ' ')
else:
error_val = "null"
# ββ Mandatory [STEP] line β exact official spec ββββββββββββββββββββ
# reward=<0.00> means 2 decimal places
# done=<true|false> means lowercase boolean string
print(
f"[STEP] step={step_num} action={display_action} reward={reward:.2f} "
f"done={str(done).lower()} error={error_val}",
flush=True
)
if done:
break
# ββ Compute final score ββββββββββββββββββββββββββββββββββββββββββββββββ
score = _compute_score(rewards)
# success = at least one step scored meaningfully above the floor
success = any(r > 0.10 for r in rewards)
# rewards list: 2 decimal places, comma-separated, no spaces
rewards_str = ",".join(f"{r:.2f}" for r in rewards)
# ββ Mandatory [END] line β exact official spec βββββββββββββββββββββββββ
# spec: success=<true|false> steps=<n> score=<score> rewards=<r1,r2,...,rn>
print(
f"[END] success={str(success).lower()} steps={step_num} score={score:.2f} rewards={rewards_str}",
flush=True
)
return score, fatal_error
def main() -> None:
"""Run all 9 tasks and report final scores."""
if not HF_TOKEN:
print("ERROR: Set HF_TOKEN environment variable.", flush=True)
return
client = OpenAI(base_url=API_BASE_URL, api_key=HF_TOKEN)
try:
health = requests.get(f"{ENV_URL}/", timeout=10, headers={"Accept": "application/json"})
health_data = health.json()
print(
f"Environment: {health_data.get('env', 'unknown')} | "
f"Tasks: {health_data.get('tasks', 0)}",
flush=True
)
except Exception as e:
print(f"ERROR: Cannot connect to environment at {ENV_URL}: {e}", flush=True)
return
scores = {}
had_fatal = False
for task_id in TASKS:
try:
score, is_fatal = run_task(client, task_id)
scores[task_id] = score
if is_fatal:
had_fatal = True
print(f"\nπ« Fatal API error on {task_id}. Stopping remaining tasks.", flush=True)
for remaining in TASKS:
if remaining not in scores:
scores[remaining] = 0.01
print(f"[START] task={remaining} env={BENCHMARK} model={MODEL_NAME}", flush=True)
print(f"[END] success=false steps=0 score=0.01 rewards=", flush=True)
break
except Exception as e:
scores[task_id] = 0.01
print(f"[START] task={task_id} env={BENCHMARK} model={MODEL_NAME}", flush=True)
print(f"[END] success=false steps=0 score=0.01 rewards=", flush=True)
avg = round(sum(scores.values()) / max(len(scores), 1), 4)
print(f"\nβ
All tasks complete! Average: {avg:.4f}", flush=True)
# Final JSON summary β evaluator may parse this
print(json.dumps({"final_scores": scores}), flush=True)
if had_fatal:
print("β οΈ Results NOT saved β fatal API error (invalid token / no credits).", flush=True)
else:
try:
from server.benchmark_store import append_result
append_result(MODEL_NAME, MODEL_NAME, scores)
print(f"πΎ Results saved (avg: {avg:.4f})", flush=True)
except Exception as e:
print(f"β οΈ Could not save results: {e}", flush=True)
if __name__ == "__main__":
main()
|