OVERVIEW/INTERMEDIATE/DEVOPS_ANALYSIS
Intermediatestable00_/_INTERMEDIATE

DevOps Log Analyzer

A 3-agent sequential CrewAI pipeline that analyzes Kubernetes deployment error logs, investigates root causes with online research, and generates actionable remediation plans.

Py_3.12CrewAIOpenRouterEXA_SearchFileReadToolVIEW SOURCE
3-AGENT SEQUENTIAL PIPELINESTRUCTURED OUTPUT + GUARDRAILS
# INPUT_PROMPT // DEVOPS_ANALYSIS
K8S_ERROR_LOG
system@agent-archive:~$
AGENT_01 // LOG_ANALYZER
FileReadTool
IDLE

[IDLE] Waiting for pipeline execution...

AGENT_02 // ISSUE_INVESTIGATOR
EXASearchTool
IDLE

[IDLE] Waiting for pipeline execution...

AGENT_03 // SOLUTION_SPECIALISTCONTEXT ONLY
IDLE

[IDLE] Waiting for pipeline execution...

LIVE_EXECUTION_LOG // devops-log-analyzer0 EVENTS

[STREAM] No active execution. Trigger a run to populate the log.

/SYSTEM_INTERNALS

ARCHITECTURE

SYSTEM_ARCHITECTURE
[01]Log Analyzer
[02]Issue Investigator
[03]Solution Specialist

/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/devops-log-analyzer to a real CrewAI service - no UI change required.

/TYPED_INTERFACE

runProject(DEVOPS_ANALYSIS, {
  log_file: string,
}) -> markdown