deepseek-rust-cli 1.20.5

A lightweight, high-speed autonomous CLI system agent port of DeepSeek CLI.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Contributing

Thank you for your interest in contributing to DeepSeek Rust CLI!

Please refer to our [CONTRIBUTING.md](https://github.com/mahirgul/deepseek-rust-cli/blob/main/CONTRIBUTING.md) on GitHub for detailed instructions on how to set up your development environment and submit pull requests.

## 🛠️ Development Quick Start

1.  **Clone:** `git clone https://github.com/mahirgul/deepseek-rust-cli.git`
2.  **Build:** `cargo build`
3.  **Test:** `cargo test`
4.  **Lint:** `cargo clippy`

We look forward to your contributions!