From 3030105abc967c894b79fce9443a912e9ea8983d Mon Sep 17 00:00:00 2001 From: nate-smalls-s1 Date: Thu, 4 Dec 2025 11:20:54 -0800 Subject: [PATCH] Add metadata for Example Agentic Orchestrator workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Added metadata.yaml for the new Example Agentic Orchestrator demonstration workflow - Workflow demonstrates AI-powered security orchestration using OpenAI - Clearly marked as DEMO ONLY with safety warnings about non-functional tools 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- workflows/community/Orchestration/metadata.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 workflows/community/Orchestration/metadata.yaml diff --git a/workflows/community/Orchestration/metadata.yaml b/workflows/community/Orchestration/metadata.yaml new file mode 100644 index 0000000..3406d8f --- /dev/null +++ b/workflows/community/Orchestration/metadata.yaml @@ -0,0 +1,12 @@ +metadata_details: + purpose: "AI-powered security orchestration demonstrating non-deterministic alert analysis and response" + trigger_type: "manual" + integration_dependency: "OpenAI API for AI-driven analysis and decision making. Requires API key authentication. Note: This is a demonstration workflow - tools configured are non-functional placeholders for safety" + expected_actions_per_run: "Variable - depends on AI analysis of the security event" + human_in_the_loop: "yes - manual trigger with user-provided security event JSON" + required_products: "AI SIEM, Singularity Response, HyperAutomation" + tags: ["ai", "orchestration", "demo", "agentic", "security-analysis", "openai"] + version: "v1.0" + author: "Community" + last_updated: "2025-12-04" + warning: "DEMO ONLY - Do not use with production data. Tools are non-functional by design for safety" \ No newline at end of file