The things you allow the LLM to read will obviously be sent as part of a prompt. You can control that though. Reads are tool calls and you can configure permissions for that or be asked every time the agent wants to read something.
This is straight up just uploading your whole working directory. Not as a LLM prompt, but to a Google Storage.
More or less, but most harnesses will rely on tools such as grep to only read portions of files. For even a small sized repo, only a small portion would be tokenized and uploaded
>For even a small sized repo, only a small portion would be tokenized and uploaded
Only on a per-chat basis. Over time, it'll eventually grab the entire repo, or enough of the "secret sauce" that the rest can be reconstructed with AI.
This is straight up just uploading your whole working directory. Not as a LLM prompt, but to a Google Storage.