RTK (Rust Token Killer) 完整教學 一句話:在 LLM agent 跑 shell 命令前先過濾、分群、去重、截斷輸出,把 token 消耗砍 60–90%。 1. 專案定位 RTK (Rust Token Killer; Rust token 殺手) 是 Rust 寫的 CLI proxy,定位是「AI agent 與 shell 之間的壓縮層」。和其他類似工具比較: 維度 RTK LiteLLM proxy promptfoo 自寫 hook 目標 砍 shell command 輸出 token LLM API 路由 Prompt 評估 DIY 部署 單 Rust binary,零依賴 Python...