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