jkomoros / code-sprouts

A simple framework to build bots using LLMs and simple state management
Apache License 2.0
3 stars 0 forks source link

Fetcher loses ability to write and delete files #20

Closed jkomoros closed 10 months ago

jkomoros commented 10 months ago

That's instead handled in the dataManager layer entirely, which wirtes into localFilesystem

We don't save compiled files out and the tooling fetches the compiled data and saves out instead of assuimign the sprout will.

Related to #19