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-1/

{
  "context": "This evaluation assesses how well an engineer uses @google/gemini-cli-core's ChatRecordingService to implement a chat session export utility. The focus is on correctly utilizing the service's methods for session retrieval, export, and management.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "ChatRecordingService usage",
      "description": "Correctly uses the ChatRecordingService class from @google/gemini-cli-core as the underlying session management mechanism. Properly initializes and integrates with the service.",
      "max_score": 20
    },
    {
      "name": "Export methods",
      "description": "Uses the exportSession() and exportAllSessions() methods from ChatRecordingService with correct parameters (sessionId and format: 'json' or 'markdown'). Properly delegates export functionality to these methods.",
      "max_score": 25
    },
    {
      "name": "Session retrieval",
      "description": "Uses getAllSessions() method to retrieve the list of available session IDs and getRecordedHistory() method to retrieve conversation history for a specific session.",
      "max_score": 20
    },
    {
      "name": "Session deletion",
      "description": "Uses the deleteSession() method from ChatRecordingService to remove sessions, correctly passing the sessionId parameter and handling the boolean return value.",
      "max_score": 15
    },
    {
      "name": "Type definitions",
      "description": "Correctly works with the ChatRecord interface from @google/gemini-cli-core, properly handling the record structure (id, sessionId, timestamp, type, content, metadata).",
      "max_score": 20
    }
  ]
}

Install with Tessl CLI

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

tile.json