PromptBeat commands
| Command | Purpose | Remote-call boundary |
|---|---|---|
promptbeat validate --config <path> | Validate a PromptBeat project | Does not prove remote connectivity |
promptbeat generate --config <project> --output <cases.json> | Generate a deterministic local case preview | No Target or external-backend red-team call |
promptbeat compile promptfoo … | Compile project/input to backend YAML | Local compilation |
promptbeat run --config <project> --output-dir <dir> | Run the full external-backend pipeline | Can call Generator, Target, and Judge providers |
promptbeat run promptfoo … | Execute an existing backend YAML | Calls configured providers |
promptbeat pipeline run … | Explicit full-chain pipeline entry | Calls configured providers |
promptbeat eval … | Evaluate backend YAML with optional Provider overrides | Calls configured providers |
promptbeat report … | Render JSON or HTML from a result | Local artifact generation |
promptbeat dataset build-version … | Build a versioned dataset artifact set | Can generate, evaluate, and call providers |
promptbeat dataset build-cycle … | Run bounded multi-round dataset construction | Can generate, evaluate, and call providers |
promptbeat seed pull … | Pull a collection from a file/URL Registry | Reads the selected Registry source |
promptbeat config inspect … | Inspect effective project configuration | Local configuration read |
promptbeat scenarios list … | List available scenarios | Local listing |
AgentBeat command
The website-built Eval Preview supports
agentbeat eval-run. It is not the older v0.3-agentbeat-preview.1 adapter Release, which only supports the legacy interface. Download and verify the current preview from the AgentBeat quickstart.- reads one strict JSON value from stdin;
- requires
AIBEAT_AGENT_TARGET_REGISTRY; - verifies request Target Profile/Capability against the selected Deployment;
- calls the registered HTTP Agent through
business-http-json-v1; - requires
AIBEAT_JUDGE_BASE_URLandAIBEAT_JUDGE_MODEL; - emits one
eval-run-response-v1JSON value to stdout.
Source and release invocation
If your development checkout actually containscore/go, PromptBeat source commands run from that directory. The currently checked public GitHub snapshot does not include it; new users should use the full package in the PromptBeat quickstart.
-- before --version. For an installed AgentBeat distribution, inspect its version and top-level help; a binary named agentbeat alone does not prove eval-run compatibility: