schema: https://opendataproducts.org/odpr-v1.0/schema/odpr.yaml
version: "1.0"
kind: Recipe
recipe:
  metadata:
    id: RCP-HYBRID-001
    name:
      en: Hybrid Graph Review
    description:
      en: Infer graph context locally and review the portfolio with a hosted model.
    tags:
      - hybrid
      - graph
  version: "1.0.0"
  type: hybrid
  environment: staging
  execution:
    mode: hybrid
  context:
    format: gcf
    fallback:
      - toon
      - yaml
  steps:
    - id: build-graph
      command: odpg.build
      providerRef: local-graph
      context:
        format: gcf
      with:
        input: generated/fragments/
        output: generated/graph.yaml
    - id: explain-portfolio
      command: portfolio.explain
      providerRef: production-quality
      with:
        workspace: portfolio/
  outputs:
    - id: graph-context
      path: generated/graph.yaml
  review:
    required: true
    mode: both
