Online Playground

Yaml
context:
  OPEN_API_API_KEY: sk-proj-...
  SYSTEM_PROMPT: "Only return code."
  PROMPT: "cool short python example"

workflow:
  - step: ai-openai-text
    args:
      - "${PROMPT}"

Yaml
context: 
  OPEN_API_API_KEY: sk-proj-...
  PROMPT: "Generate image that illustrate AGI defined by this main belief: AGI is a workflow system that just needs to be intelligent enough to adapt its own workflow too."
workflow:
  - step: nyno-extract-file-paths
    args:
      - ${PROMPT}
    id: 1
    next: [2,3]
  - id: 2
    step: ai-openai-image-edit
    args: 
      - ${fs_matches}
      - ${PROMPT}
  - id: 3
    step: ai-openai-image-gen
    args: 
      - ${PROMPT}
Yaml
context:
  SERPER_API_KEY: "1e..."
  QUERY: "site:linkedin.com/in Malaga MJ Schermer"

workflow:
  - step: nyno-serper-search
    args:
      - ${QUERY}