comments (3)

  • This is really a nice tool. For parking oversized tool results on disk, how are you storing them? Is that in flat files by byte-range reads, or embedding a SQLite or RocksDB to manage cached tool outputs?

    annrap1d

  • Great looking project! I've been fumbling towards a similar approach in GoLang, http://github.com/ianeff/thump. I like yours better!

    ianeff

  • Nice work. The part that collapses in IR agents is the permitted tool use enforced outside the model context.

    entity002