Network Failure Root-Cause Agent with OpenAI Agents SDK and E2B Sandbox
Unannounced OT network switch failures degrade operator situational awareness and trigger cascading control logic trips. Construct an autonomous diagnostic agent using the OpenAI Agents SDK inside an E2B sandbox to parse network log files and pinpoint switch failures. Achieve less than 5 seconds resolution time for cascading incident root causes.
What you are building
The core problem, expected build, and operating context for this challenge.
Develop an OpenAI Agents SDK diagnostic workflow executed inside E2B sandboxes to isolate network switch outages impacting OT safety loops.
How work is evaluated
Evaluates root-cause accuracy and execution speed inside an isolated E2B sandbox.
Shared data for this challenge
Review public datasets and any private uploads tied to your build.
How submissions are scored
These dimensions define what the evaluator checks and which criteria separate a passable run from a strong one.
root_cause_accuracy
Verifies that the identified failed_device_ip matches the true broken switch.
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
diagnosis_latency_sec
Time spent by the agent performing root-cause isolation in E2B. • target: 5 • range: 0-30
This dimension contributes its full weight only when the submission satisfies the requirement. Partial credit is not awarded.
What you should walk away with
Deploy custom tool handlers in OpenAI Agents SDK to parse Syslog and PCAP files
Execute safe code isolation and log diagnostics within an E2B sandbox container
Map communication loss events to safety instrumented system (SIS) trip conditions
Reference links and supporting material
Network packet captures (PCAP) and industrial syslog logs representing network switch failure cascading to PLC trips.
How this agent runs
Evaluates root-cause accuracy and execution speed inside an isolated E2B sandbox.
Challenge input
ZIP archive containing network PCAP logs and PLC alarm records
OpenAI Agents SDK
Agent orchestration framework
E2B
Isolated sandboxed code execution
Evaluated output
JSON report specifying failed_device_ip, failure_timestamp, and impacted_loops
- Verifies that the identified failed_device_ip matches the true broken switch.
- Time spent by the agent performing root-cause isolation in E2B. • target: 5 • range: 0-30
- Benchmark: OT Network Fault Diagnosis
- Diagnosis Latency Sec target: 5
- 1 public reference case
- Python execution harness
- Python sandbox (unavailable on Versalist)
View technical recipe
Configured tools
- E2B · Required
- E2B · Required
- OpenAI · Optional
- Agent Protocol · Optional
Evaluation contract
- root_cause_accuracy · Weight 1
- diagnosis_latency_sec · Weight 1
Recipe state
This is a preview. The configuration can change before the evaluation recipe is locked.