This project is not covered by Drupal’s security advisory policy.

Overview

AI Orchestrator is a pure infrastructure module that provides the foundation
for workflow definition and storage. It does not include AI capabilities or execution logic—those are provided by companion modules like ai_runtime.

What This Module Provides

  • Graph Storage: Config entity storage for workflow definitions
  • Node Type System: Plugin architecture for defining workflow components
  • Port System: Typed input/output definitions with validation
  • Graph Validation: Structure integrity, cycle detection, and port compatibility checking
  • Serialization: JSON import/export for workflow portability
  • Builder API: Fluent interface for programmatic graph construction
  • Built-in Node Types:
    chat_input, chat_output, agent, tool
    for AI workflows

What This Module Does NOT Provide

  • AI capabilities or integrations (provided by the ai module)
  • Execution runtime or workflow execution (provided by the ai_runtime module)
  • Visual workflow editors or UI (provided by
    flowdrop_ui_agents or similar)

Project information

  • Created by harivansh on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases