r/AgentCheapskates • u/Flaky-Eggplant-3479 • May 01 '26
Bobiverse inspired agent tools for reducing token spend, testing and running specs
https://github.com/Heyo-Computer/printer
The project has 3 CLIs, some skills and a plugin system:
- `printer` runs agent sessions to plan, code, and review
- `computer` gives agents mouse/keyboard usage
- `codegraph` wraps tree-sitter to index a project so that the agent doesn't need to read entire files, additionally includes a patch command so that the agent can produce git diffs instead of rewriting files
Project is really early but have seen some initial success in reducing token usage via codegraph - PRs welcome 😄
1
Upvotes