Hacker News new | ask | show | jobs
by xp84 465 days ago
I’m far from an expert on agents, but just wondering: I noticed that you have one agent who has the instructions along the lines of “your job is to empty the trash when needed.” Can you help me understand why an agent would be necessary for that? It seems like that type of task could be more efficient in old-fashioned code rather than AI.
2 comments

Or just never empty it. Who cares?
frfr let it all pile up
you're absolutely right. i definitely don't need an agent for that just like the first section of pulling in the emails. i can use the `@after_kickoff` decorator to empty trash.