Sandboxing agents at the kernel level
I'm Abhinav. I work on agent infrastructure at Greptile - the AI code review agent. One of the things we do to ensure Greptile has full context of the codebase is let it navigate the filesystem using the terminal.
When you give an LLM-powered agent access to your filesystem to review or generate code, you're letting a process execute commands based on what a language model tells it to do. That process can read files, execute commands, and send results back to users. While this is powerful and re...
Read more at greptile.com