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%
Evaluation — 87%
↑ 1.01xAgent success when using this tile
{
"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-coredocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10