Orchestrator

prompt_experiment

Version: 20260908182943-ab892652

Graph

experiment (prompt_experiment)

Node Configuration

experiment (prompt_experiment)
KeyValue
llm
model
temperature
max_cases
Saves to disk and updates any active crons using this pipeline

Run with Parameters

Pipeline JSON

{
  "edges": [
    {
      "to": "experiment",
      "from": "__start__"
    },
    {
      "to": "__end__",
      "from": "experiment"
    }
  ],
  "nodes": [
    {
      "name": "experiment",
      "type": "prompt_experiment",
      "config": {
        "llm": {
          "model": "gpt-4o",
          "temperature": 0
        },
        "max_cases": 50
      }
    }
  ],
  "description": "Offline prompt experiment: runtime_params.experiment_uri points at a manifest.json (git path or s3://). Runs N variants over a case set with checklist-per-variant scoring; persists run_kind=experiment."
}
Back to Pipelines