Intermediatestable10_/_INTERMEDIATE
Incident Postmortem
Synthesizes incident logs and chat history into a blameless postmortem with a tight timeline and 5-whys analysis.
# INPUT_PROMPT // POSTMORTEM
SCHEMA: V.1.0system@agent-archive:~$
IDLE
OUTPUT_LOG:
[IDLE] Awaiting input. Press RUN DEMO to initialize the pipeline.
LIVE_EXECUTION_LOG // incident-postmortem0 EVENTS
[STREAM] No active execution. Trigger a run to populate the log.
/SYSTEM_INTERNALS
ARCHITECTURE
SYSTEM_ARCHITECTURE
[01]Log Synthesizer
[02]Timeline Builder
[03]5-Whys Analyst
/BACKEND_CONTRACT
PLUGGABLE RUNTIME
This demo serves a hardcoded fixture today. Set NEXT_PUBLIC_USE_REAL_BACKEND=true and the same UI will POST /api/intermediate/incident-postmortem to a real CrewAI service - no UI change required.
/TYPED_INTERFACE
runProject(POSTMORTEM, {
summary: string,
logs: string,
}) -> markdown