| version: "1.0" | |
| name: "enterprise-email-triage-agent" | |
| # This tells the validator: Look in env.py for the class EnterpriseEmailEnv | |
| entry_point: "env:EnterpriseEmailEnv" | |
| description: "Llama-3.2 3B agent fine-tuned for corporate email triage and security escalation." | |
| author: "Vaishali" | |
| task_type: "text-classification-routing" | |
| reward_range: [-1.0, 2.5] | |
| dependencies: | |
| - openenv-core | |
| - unsloth | |
| - torch | |
| - trl | |
| - peft | |
| - bitsandbytes |