AI Skill Hub 强烈推荐:Tokenless优化工具 是一款优质的AI工具。AI 综合评分 8.5 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
Tokenless优化工具 是一款基于 Rust 开发的开源工具,专注于 LLM、token、优化 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
Tokenless优化工具 是一款基于 Rust 开发的开源工具,专注于 LLM、token、优化 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:cargo install(推荐) cargo install tokenless # 方式二:从源码编译 git clone https://github.com/TokenFleet-AI/tokenless cd tokenless cargo build --release # 二进制在 ./target/release/tokenless
# 查看帮助 tokenless --help # 基本运行 tokenless [options] <input> # 详细使用说明请查阅文档 # https://github.com/TokenFleet-AI/tokenless
# tokenless 配置说明 # 查看配置选项 tokenless --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export TOKENLESS_CONFIG="/path/to/config.yml"
cargo install or source buildcargo install rtk). Core compression works without it.git clone https://github.com/TokenFleet-AI/tokenless && cd tokenless && make setup
| Target | Description |
|---|---|
make build | Build tokenless (release mode) |
make test | Run all tests |
make lint | Run fmt + clippy + cargo-audit |
make fmt | Format code |
make clean | Clean build artifacts |
```bash
tokenless demo # Run all 4 compression demos with embedded test data
```
```
tokenless env-check --tool Shell # Check specific tool
tokenless env-check --all # Check all tools
tokenless env-check --tool Shell --fix # Auto-fix missing deps
tokenless init
tokenless init # Project-level: hooks + --project tag for per-project stats
tokenless init --global # Global: hooks for all projects, auto-detect project at runtime
tokenless init --agent cursor # Install for Cursor editor
Auto-installs hooks into .claude/settings.json (or the equivalent for other agents). Once installed, all shell commands are automatically rewritten and responses compressed — zero manual steps after init.
Project-level vs Global:
| Mode | Command | --project in hooks | Stats behavior |
|---|---|---|---|
| Project-level | tokenless init | ✅ Written (detected from dir) | Stats attributed to this project only |
| Global | tokenless init --global | ❌ Omitted | Auto-detects project per invocation |
Use project-level init when you want per-project statistics isolation (e.g., tokenless stats summary shows only this project's savings). Use global init for a fire-and-forget setup across all repositories.
See user guide §4 for all 12 agents and manual configuration.
tokenless: command not found — Ensure ~/.local/bin/ is on your PATH (see Quick Start).tokenless stats experimental-on first.tokenless init and restart your agent.tokenless stats enable.高效的LLM代币成本优化工具
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,Tokenless优化工具 是一款质量优秀的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | tokenless |
| Topics | LLMtoken优化 |
| GitHub | https://github.com/TokenFleet-AI/tokenless |
| License | Apache-2.0 |
| 语言 | Rust |
收录时间:2026-06-24 · 更新时间:2026-06-24 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。