Example: Cybersecurity SOC Analyst
IntaGrin is built for high-stakes enterprise workflows. Here's a multi-agent SOC swarm:
Triage_Agent: Reads raw CrowdStrike alerts and handles simple false positives.Forensics_Agent: Uses a Python tool to upload malware to a Cuckoo Sandbox. Because IntaGrin thread-pools synchronous tools, waiting 5 minutes for the sandbox analysis does not freeze the API server.Containment_Agent: Has ablock_firewall_iptool. Because this tool is flagged withrequires_approval: trueinai.yaml, execution halts until a human engineer clicks "Approve" in the dashboard.Reporting_Agent: Compiles the final analysis into a PDF for compliance.