I have an agent that is run frequently which when given a pull request URL:
- Extracts the related Ticket ID out of the title/description
- Retrieves the task details
- Performs a pull request review, responding with findings
Every time the agent is run, the chat is stored historically with the same agent title.
Idea: introduce an agent step to set the name of the chat.
ex: "Github PR Review (TICKET-1234)"