What problem does it solve?
When planning a data-processing workflow, the required operator capability may not exist in the current Skill library, which would break the DAG structure. This placeholder operator keeps the DAG complete by bridging upstream outputs to downstream nodes until a real Skill is generated to replace it.
Core Features & Use Cases
- DAG Placeholder Node: Declares a stand-in operator that accepts upstream output as input and exposes an
output slot for downstream references.
- Capability Declaration: Records the expected skill name, required capability description, and the reason the existing operators cannot satisfy the need.
- Use Case: During workflow planning, a user requests a data-cleaning step that no existing Skill supports. The planner inserts this placeholder node so the pipeline structure stays valid while a real Skill is developed and swapped in later.
Quick Start
Insert a placeholder node into the DAG that takes the upstream output as input and describes the missing operator capability needed to complete the workflow.