incident_commander_env / openenv.yaml
Dar4devil's picture
Build incident commander OpenEnv arena
015ca5f
Raw
History Blame Contribute Delete
664 Bytes
name: incident_commander_env
version: 0.1.0
description: Stateful incident response environment for training LLM on-call agents.
python_package: incident_commander_env
entrypoint: server.app:app
environment:
class: incident_commander_env.server.incident_commander_environment:IncidentCommanderEnvironment
action: incident_commander_env.models:IncidentAction
observation: incident_commander_env.models:IncidentObservation
state: incident_commander_env.models:IncidentState
server:
command: uvicorn server.app:app --host 0.0.0.0 --port 8000
dockerfile: Dockerfile
tags:
- openenv
- reinforcement-learning
- llm-agents
- sre
- incident-response