Back
AgentsCode
Reduce large images on the client-side, cuz I'm poor and don't want to use the server for it. So the agent only has to process small images (not 5 mb+ png)
#agentscode
Keep tweaking models to get a good balance of speed and accuracy for the scheduling agent
#agentscode
Research an algorithm to make agents much more reliable and think about how to implement
#agentscode
I managed to get my script to crawl through all my Gmail emails (.mbox file). I thought it was hung and not working, but nope. It was taking sometimes minutes(!) to parse some large emails with email-reply-parser. 🤯
#agentscode
Going through my inbox (.mbox file) with a script to find emails for testing agents against.
#agentscode
Fix rate limiting. It was failing to connect to the rate limit service so I have it try to request when this happens.
#agentscode