Skip to main content
@obversa/engine-grok-cli is an engine plugin that runs one isolated engine attempt through the grok command-line tool. It records the explicit provider and model family declared in options.

Requirements

  • Node.js 22.12 or later
  • Grok CLI 1.0.5
  • Host-selected authentication

Install

Identity

The plugin requires an explicit identity option naming the provider and model family, such as { provider: 'xai', modelFamily: 'grok-4' }.

Usage

Limits

  • The plugin requires an absolute path to the Grok executable.
  • The constructor stores the version string provided in options; it does not probe the binary.
  • Each attempt runs in an isolated directory with declared tool permissions.