ci-triage-env / openenv.yaml
Prasham.Jain
fix(submission): Dockerfile, wire-format fixes, scenario loading, real-scenario MockEnvClient
ba93ec0
schema_version: "1.0"
name: ci-triage-env
display_name: "CI Triage Agent Environment"
description: "Train an LLM to investigate ambiguous CI failures with verifiable rewards."
type: mcp
entrypoint: "uvicorn ci_triage_env.env.server:build_app --factory --host 0.0.0.0 --port 8000"
docker:
dockerfile: Dockerfile
build_context: "."
api:
port: 8000
host: "0.0.0.0"
mcp:
tools:
- read_logs
- inspect_test_code
- run_diagnostic
- cluster_metrics
- query_flake_history
- recent_commits
- check_owner
- rerun_test
- quarantine_test
- file_bug
- ping_owner
metadata:
version: "0.1.0"
authors: ["Sahil", "Prasham", "Priyanshi"]
hackathon: "scaler-meta-pytorch-openenv-2026"