a2a-source-edit: write agent.py
This commit is contained in:
2
agent.py
2
agent.py
@@ -831,7 +831,7 @@ class ProductionIncidentCommander(A2AAgent[CommanderConfig, NoAuth]):
|
||||
incident_id: Annotated[str, Field(pattern=INCIDENT_ID_RE)],
|
||||
include_customer_summary: bool = True,
|
||||
include_action_items: bool = True,
|
||||
) -> Postmortem:
|
||||
) -> dict[str, Any]:
|
||||
await emit_phase(ctx, "postmortem", status="started")
|
||||
diagnosis: IncidentDiagnosis | None = None
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user