anvisinghh commited on
Commit
b0131bd
·
verified ·
1 Parent(s): 61b4ac2

Update openenv.yaml

Browse files
Files changed (1) hide show
  1. openenv.yaml +22 -18
openenv.yaml CHANGED
@@ -1,19 +1,23 @@
1
- # Metadata for OpenEnv Triage Agent
2
- name: "mail-triage-v4"
3
- version: "1.0.0"
4
- description: "An automated triage agent for university mailboxes, specializing in Digital Seduction detection."
5
-
6
- # Environment Specification
7
- repo_url: "https://huggingface.co/spaces/YOUR_USERNAME/YOUR_SPACE_NAME"
8
- task_type: "classification"
9
-
10
- # Compliance Metrics
11
- reward_range: [0.0, 1.0]
12
- tags:
13
- - security
14
- - nlp
15
- - mit-manipal-hackathon
16
-
17
- # Typed Model References
18
- observation_space: "models.MyEnvV4Observation"
 
 
 
 
19
  action_space: "models.MyEnvV4Action"
 
1
+ # Metadata for the Sophisticated Security Evaluation Environment
2
+ name: "mail-triage-v4-security-eval"
3
+ version: "2.0.0"
4
+ description: "A high-fidelity security evaluation environment for email triage, featuring difficulty scaling, technical header analysis, and URL reputation modeling."
5
+
6
+ # Environment Specification
7
+ repo_url: "https://huggingface.co/spaces/YOUR_USERNAME/YOUR_SPACE_NAME"
8
+ task_type: "classification"
9
+
10
+ # Compliance Metrics & Scoring
11
+ # Reward range is normalized [0.0, 1.0] per OpenEnv standards
12
+ reward_range: [0.0, 1.0]
13
+ tags:
14
+ - security
15
+ - phishing-detection
16
+ - metadata-analysis
17
+ - mit-manipal-hackathon
18
+ - digital-seduction
19
+
20
+ # Typed Model References
21
+ # These map to the classes defined in models.py
22
+ observation_space: "models.MyEnvV4Observation"
23
  action_space: "models.MyEnvV4Action"