Improve agent's ability to keep task statuses up to date as they work.
C
Calvin Smith
I've been trying out the super agents, and one thing that's a little annoying is I can't seem to get my agent to actually keep the task statuses updated as they work. If my agent is doing a task, I would expect that it should change the status as it goes:
- When it starts, it should move it to in progress.
- Done, it should move it to the appropriate status.
- If it's blocked, it should make it blocked, etc.
I constantly have to remind my agents to change the status.
Log In