Hle Reasoning Wrapper

wanng-ide/hle-reasoning-wrapper

Installation

clawhub install wanng-ide/hle-reasoning-wrapper

Summary

Enforces a structured reasoning process for Humanity's Last Exam (HLE) questions.

SKILL.md

HLE Reasoning Wrapper

Enforces a structured reasoning process for Humanity's Last Exam (HLE) questions.

Usage

javascript
const hle = require('./index');
const prompt = hle.formatPrompt("What is the speed of light?");
// Use prompt with LLM
const result = hle.validateOutput(llmResponse);

Logic

  1. Format Prompt: Injects required structure (Thought/Answer).
  2. Validate Output: Ensures the model followed the structure.

Recommended skills

Browse all →