STEPS · 17
Runs on a schedule
▶ Animate flow1 Monitor Maritime Operations → Fetch Vessel Telemetry & AIS Data HTTP Request GET <__PLACEHOLDER_VALUE__AIS/Telemetry API endpoint (e.g.,… 2 Fetch Vessel Telemetry & AIS Data → Fetch Port & Weather Context HTTP Request GET <__PLACEHOLDER_VALUE__Weather/Port API endpoint (e.g., … 3 Fetch Port & Weather Context → Stage 1: Anomaly Detection Agent AI Agent runs the AI agent with its attached model, memory and tools 4 Stage 1: Anomaly Detection Agent → Stage 2: Context Aggregation Agent AI Agent runs the AI agent with its attached model, memory and tools 5 Stage 2: Context Aggregation Agent → Stage 3: Route Simulation Agent AI Agent runs the AI agent with its attached model, memory and tools 6 Stage 3: Route Simulation Agent → Stage 4: Executive Briefing Agent AI Agent runs the AI agent with its attached model, memory and tools 7 Stage 4: Executive Briefing Agent → Format Approval Request Set Fields maps and normalizes fields for the next step 8 Format Approval Request → Human Approval Required Wait pauses the flow 9 Human Approval Required → Notify Vessel & Operations Team Slack posts a message 10 Route Simulation Schema → Stage 3: Route Simulation Agent Output Parser parses the model output into structured data — attached as the output parser. 11 Anomaly Detection Schema → Stage 1: Anomaly Detection Agent Output Parser parses the model output into structured data — attached as the output parser. 12 Executive Briefing Schema → Stage 4: Executive Briefing Agent Output Parser parses the model output into structured data — attached as the output parser. 13 Context Aggregation Schema → Stage 2: Context Aggregation Agent Output Parser parses the model output into structured data — attached as the output parser. 14 OpenAI Model - Route Simulation → Stage 3: Route Simulation Agent OpenAI Model provides the language model (gpt-5-mini) — attached as the language model. 15 OpenAI Model - Anomaly Detection → Stage 1: Anomaly Detection Agent OpenAI Model provides the language model (gpt-5-mini) — attached as the language model. 16 OpenAI Model - Executive Briefing → Stage 4: Executive Briefing Agent OpenAI Model provides the language model (gpt-5-mini) — attached as the language model. 17 OpenAI Model - Context Aggregation → Stage 2: Context Aggregation Agent OpenAI Model provides the language model (gpt-5-mini) — attached as the language model.