mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-09-19 08:11:26 +02:00
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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user