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
pub mod ops;
pub mod read_write;
pub mod search;

pub use ops::*;
pub use read_write::*;
pub use search::*;