CtrlK
BlogDocsLog inGet started
Tessl Logo

tessl/npm-google--gemini-cli-core

Gemini CLI Core - Core functionality library for the open-source AI agent that brings the power of Gemini directly into your terminal.

Overall
score

87%

Evaluation87%

1.01x

Agent success when using this tile

Overview
Eval results
Files

rubric.jsonevals/scenario-2/

{
  "context": "This criteria evaluates how effectively the engineer uses @google/gemini-cli package to execute prompts in non-interactive mode, focusing on proper command-line argument handling, JSON output format usage, and programmatic response processing.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "Non-interactive execution",
      "description": "Uses @google/gemini-cli in non-interactive mode by passing prompts via command-line arguments (not stdin) to execute one-shot requests without user interaction",
      "max_score": 30
    },
    {
      "name": "JSON output format",
      "description": "Configures @google/gemini-cli to use the JSON output format (--output-format json) which returns a structured response containing session_id, response, and stats fields",
      "max_score": 30
    },
    {
      "name": "Response parsing",
      "description": "Correctly parses the JSON output from @google/gemini-cli to extract the response field and make it available for programmatic use",
      "max_score": 20
    },
    {
      "name": "Error handling",
      "description": "Implements error handling for @google/gemini-cli execution failures and validates input parameters before invoking the CLI",
      "max_score": 20
    }
  ]
}

Install with Tessl CLI

npx tessl i tessl/npm-google--gemini-cli-core

tile.json