Skip to content

欢迎使用 Gemini CLI 文档

¥Welcome to Gemini CLI documentation

本文档提供了 Gemini CLI 的安装、使用和开发指南。该工具允许您通过命令行界面与 Gemini 模型进行交互。

¥This documentation provides a comprehensive guide to installing, using, and developing Gemini CLI. This tool lets you interact with Gemini models through a command-line interface.

概述

¥Overview

Gemini CLI 将 Gemini 模型的功能带到您的终端,并通过交互式的读取-求值-打印循环 (REPL) 环境进行演示。Gemini CLI 由一个客户端应用程序 (packages/cli) 与本地服务器通信 (packages/core),它负责管理对 Gemini API 及其 AI 模型的请求。Gemini CLI 还包含各种工具,用于执行文件系统操作、运行 Shell 和 Web 获取等任务,这些任务由packages/core

¥Gemini CLI brings the capabilities of Gemini models to your terminal in an interactive Read-Eval-Print Loop (REPL) environment. Gemini CLI consists of a client-side application (packages/cli) that communicates with a local server (packages/core), which in turn manages requests to the Gemini API and its AI models. Gemini CLI also contains a variety of tools for tasks such as performing file system operations, running shells, and web fetching, which are managed by packages/core.

¥Navigating the documentation

本文档分为以下几个部分:

¥This documentation is organized into the following sections:

我们希望本文档能帮助您充分利用 Gemini CLI!

¥We hope this documentation helps you make the most of the Gemini CLI!