chore(agents): remove rtk integration

RTK compresses only shell output and independent evaluations show little to no end-to-end cost reduction. Drop the package and its install snippets; runtime artifacts were uninstalled separately.
This commit is contained in:
Ryan Yin
2026-09-19 09:47:52 +08:00
parent cc1655a059
commit 501c6af220
3 changed files with 0 additions and 13 deletions
-7
View File
@@ -20,13 +20,6 @@ Installed via Nix:
npx ctx7 setup npx ctx7 setup
``` ```
rtk init:
```bash
rtk init -g --codex
rtk init -g --opencode
```
## Update npm-installed agent tools ## Update npm-installed agent tools
```bash ```bash
-3
View File
@@ -19,8 +19,5 @@ in
agentPackages.pi agentPackages.pi
agentPackages.omp agentPackages.omp
agentPackages.crush agentPackages.crush
# Utilities
agentPackages.rtk # CLI proxy that reduces LLM token consumption
]; ];
} }
-3
View File
@@ -91,8 +91,5 @@ in
agentPackages.pi agentPackages.pi
agentPackages.omp agentPackages.omp
agentPackages.crush agentPackages.crush
# Utilities
agentPackages.rtk # CLI proxy that reduces LLM token consumption
]; ];
} }