diff options
Diffstat (limited to 'docs/architecture.md')
| -rw-r--r-- | docs/architecture.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/architecture.md b/docs/architecture.md index e469c0b3..b120cb25 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -7,7 +7,6 @@ This document provides a high-level overview of the Gemini CLI's architecture. The Gemini CLI is primarily composed of two main packages, along with a suite of tools that can be used by the system in the course of handling command-line input: 1. **CLI package (`packages/cli`):** - - **Purpose:** This contains the user-facing portion of the Gemini CLI, such as handling the initial user input, presenting the final output, and managing the overall user experience. - **Key functions contained in the package:** - [Input processing](./cli/commands.md) @@ -17,7 +16,6 @@ The Gemini CLI is primarily composed of two main packages, along with a suite of - [CLI configuration settings](./cli/configuration.md) 2. **Core package (`packages/core`):** - - **Purpose:** This acts as the backend for the Gemini CLI. It receives requests sent from `packages/cli`, orchestrates interactions with the Gemini API, and manages the execution of available tools. - **Key functions contained in the package:** - API client for communicating with the Google Gemini API |
