Started working on a Whatsapp TUI, discovered whatsmeow, a reverse engineered reimplementation of Whatsapp Web's API
> can fetch saved contacts
> can view messages
Added a hot-reload feature to my static site generator (https://t.co/VXz8HPdO7f)
> used fsnotify to "watch" directories for changes
> used the EventSource API to trigger reloads whenever a file changes
(somewhat?) done with the coding agent
> tool calls chaining work fine now (I wasn't checking the tool calls key when a tool returned its result)
> also added skills support (simple md file reading from ~/.agents/skills)
Started work on Apollo - an AI coding agent
> learnt about ANSI codes and the agent loop (https://t.co/C97FbcM1jH was of great help)
It still wont chain multiple calls though
Built a custom container runtime and a https://t.co/fcIKDfwxEF like code-runner that spins up containers on demand, runs the code and kills them once done.
#golang#docker#LearnInPublic#BuildInPublic