Choose your operating system. These v0.2 full packages include the CLI, examples, Skills, Node.js and the evaluation runtime—no separate runtime install for this walkthrough.
The newer v0.3-agentbeat-preview.1 release contains standalone executables, not these full packages. Use the version linked above to follow the bundled-example instructions below.
Stay in this package folder for the remaining commands. It contains bin/, examples/, runtime/ and promptbeat-skills/. On macOS, if the operating system blocks the downloaded executable, review its security prompt and your organization’s policy; do not disable system-wide protections.
Open artifacts/cases.json in your editor. These are test inputs, not model responses or evaluation scores. --count 5 means up to five cases; a smaller Seed set can produce fewer. Local generate does not call a Target, generator or Judge.You can stop here. To have a coding assistant guide these steps, load a PromptBeat Skill.
For a real evaluation, use examples/llm-basic/promptbeat.yaml. Read its README, scenarios and provider settings first. This project uses three roles: an attack generator, a Judge and your target model.
The full run sends test content to the configured providers and may incur model costs. Confirm the endpoints and scope before running it. Keep keys in local environment variables, not in prompts, YAML or committed files.
Replace every placeholder below with your own local settings. Unlike bootstrap, llm-basic validation requires these variables; validation alone does not check that a remote service or credential works.
After a successful full run, open artifacts/llm-basic/run/report.html in your browser. Inspect evaluation_result.json in the same folder for the normalized result. The folder also retains backend configuration and raw evaluation artifacts; filenames depend on the selected project paths.To render the HTML report again from an existing result:
No report is produced by the local preview alone. If a command fails, check the package folder, the config type and required environment variables before rerunning an evaluation.