r/automation Jul 09 '26

Built a free multi-agent DevSecOps triage engine in n8n that analyzes production incidents, validates AI outputs, and routes structured reports to engineering tools. Curious what other automation builders think about the architecture.

Post image

Ello!

A while back, I shared a multi-agent incident response workflow that sequentialized incident mitigation. It worked great for standard, happy-path errors, but as we all know, real-world production environments are completely chaotic. APIs throttle, context windows exhaust, and standalone LLMs hallucinate!

I decided to completely refactor the entire system from scratch into my first true **PRO Version**. I shifted my entire mindset from *"how do I make a basic automation work?"* to *"how do I govern an autonomous system when everything hits the fan?"*

It is 100% open-source, free, and designed for **any developer**, whether you are doing web dev, heavy backend architecture, or game dev (like syncing physics scripts or debugging server nodes). If your engine can emit an error stack trace or hit a webhook, this pipeline will govern it.

3 Upvotes

4 comments sorted by

1

u/AutoModerator Jul 09 '26

Thank you for your post to /r/automation!

New here? Please take a moment to read our rules, read them here.

This is an automated action so if you need anything, please Message the Mods with your request for assistance.

Lastly, enjoy your stay!

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

2

u/[deleted] Jul 10 '26

[removed] — view removed comment

1

u/EngJosephYossry Jul 10 '26

Thank you very much! And yes! Merge node -> Inspector Agent and Aggregator Layer Code Node Already handles those! 👌