Skip to content

docs: document the API-key-free RuleBasedJudge smoke path in the Quickstart - #46

Merged
bamdadd merged 1 commit into
bamdadd:mainfrom
dchaudhari7177:docs/rulebased-judge-quickstart
Jul 22, 2026
Merged

docs: document the API-key-free RuleBasedJudge smoke path in the Quickstart#46
bamdadd merged 1 commit into
bamdadd:mainfrom
dchaudhari7177:docs/rulebased-judge-quickstart

Conversation

@dchaudhari7177

Copy link
Copy Markdown
Contributor

Closes #22.

The Quickstart only showed AnthropicJudge() (needs ANTHROPIC_API_KEY), so a newcomer without a key couldn't tell they can still run the pipeline end-to-end on CPU. The package already ships RuleBasedJudge (exported) and the runner's --allow-rule-based-judge flag.

Change: a short Quickstart note showing RuleBasedJudge() in place of AnthropicJudge() (and --allow-rule-based-judge for the runner), stated plainly as a NON-FAITHFUL keyword heuristic that must not be used for reported results — mirroring the wording already in the class docstring. No code change; docs only.

…kstart

The Quickstart only showed AnthropicJudge (needs an API key), but the
package already ships a key-free RuleBasedJudge and a --allow-rule-based-judge
runner flag for smoke runs / CI. Add a short note showing the swap, labelled
plainly as a NON-FAITHFUL keyword heuristic that must not be used for
reported results (mirrors the class docstring). Docs only.

Closes bamdadd#22
@bamdadd
bamdadd merged commit cffa8e8 into bamdadd:main Jul 22, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document the API-key-free (RuleBasedJudge) smoke path in the Quickstart

3 participants