app.enricher.workflow ===================== .. py:module:: app.enricher.workflow .. autoapi-nested-parse:: Stub strategy for workflow enrichment. Currently acts as a no-op placeholder. It does not enrich any node, but provides an extension point for future workflow-specific logic. Module Contents --------------- .. py:class:: WorkflowEnricherStrategy Placeholder strategy for workflow-targeted enrichment. Returns no results for now. Add logic here to generate workflow-specific enrichments if needed in the future.