5 ms·
I’ve been working with AgentCore that uses the same MicroVMs. They are capable in many ways but for coding agents that load a big got repo they get bloated quic
by mohsen1 3mo ago
I’ve been working with AgentCore that uses the same MicroVMs. They are capable in many ways but for coding agents that load a big got repo they get bloated quickly with the git repo.
I’m building this google3 style mounting to address this.
https://github.com/mohsen1/git-lazy-mount https://github.com/mohsen1/git-lazy-mount
Still work in progress but for now I am seeing promising results
- mrud 3mo agoramp i think just prebuilts the image/snapshot with the latest checkout version regularly [0]. do you think putting it into the image would address it? [0] https://builders.ramp.com/post/why-we-built-our-background-agent https://builders.ramp.com/post/why-we-built-our-background-a...
- mohsen1 3mo agoNice thing about the microvm is that you can snapshot it and restore it. Keeping the fs minimal is my goal. Snapshots restore much faster if they do not include 5GB of source code