deepseek-rust-cli 1.20.7

A lightweight, high-speed autonomous CLI system agent port of DeepSeek CLI.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[allow(clippy::module_inception)]
pub mod agent;
pub mod commands;
pub mod context;
pub mod executor;
pub mod history;
pub mod mentions;
pub mod ops;
pub mod processor;
pub mod security;
pub mod types;