> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zeus.agentspro.cn/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Zeus Command Line Interface

Zeus CLI provides a powerful command-line interface for interacting with Zeus Agent directly from your terminal.

## Overview

The Zeus CLI allows developers and power users to:

* Start AI conversations from the terminal
* Execute agent tasks in headless mode
* Manage projects and knowledge bases
* Integrate Zeus into scripts and automation pipelines

## Installation

Install via npm (`npm install -g @zeus/cli`) or bun (`bun add -g @zeus/cli`).

## Quick Start

1. Login with `zeus login`
2. Start a conversation with `zeus chat "your message"`
3. Run in project context with `zeus chat --project ./my-project "Analyze the codebase"`

## Coming Soon

The CLI is under active development. More features will be available soon:

* Project scaffolding
* Knowledge base management
* MCP tool configuration
* Batch processing
* CI/CD integration
