iterations
- 4 Devlogs
- 11 Total hours
Tools are too slow in high-latency environments, so, I’ve made it so that they output a block of code (that i’m calling a compute block) that in the future will be stored in a db that is unified for reference by future agents. I also refactored a bunch of stuff and got pasting stuff into the prompt box to actually work.
Next: I’ll implement the unified cache db. Or I might do something else. idk
I got tools to work, though I’m still figuring out where to get the best web search results, because exa and hacksearch are out of date and deprecated respectively.
I decided that the previous thing with a mobile app was a bit too hard and didn’t fit my application, so I switched over to a python textual tui. It now looks oddly similar to opencode, but the colours are the default from textual.
project is initialized with expo. I got the dev build running on my android. Now I can start making the actual app.