You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a PM agent in Multica whose main role is to create issues and assign them to worker agents. The PM agent is automatically added as a subscriber to all issues it creates. However, it does not automatically intervene when issue status changes, which is not matching my expectation.
The relevant part of my agent definition is:
When an issue created by this PM agent enters pending review, the PM should automatically review it, give feedback to the worker agent, merge PR, close issue, or escalate to a human.
When an issue fails or is interrupted, the PM should diagnose, recover, retry, reassign, or escalate.
Current situation:
The PM agent is listed as a subscriber on all issues it creates.
No automatic review happens for pending review status.
No failure recovery is triggered when executions fail.
I can make this work with autopilot, but it’s based on scheduled polling (cron), which is not real-time and causes delays.
Question / Feature request
Does Multica currently support a status change hook / event-driven trigger for agents? That is, can an agent be set to immediately wake up and act when a subscribed issue changes status, instead of relying on periodic autopilot?
If this is not supported today:
Is there any existing configuration or workaround to achieve real-time reaction?
Are there plans to add a status change hook or subscription-based event trigger in the roadmap?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a PM agent in Multica whose main role is to create issues and assign them to worker agents. The PM agent is automatically added as a subscriber to all issues it creates. However, it does not automatically intervene when issue status changes, which is not matching my expectation.
The relevant part of my agent definition is:
Expected behavior:
Current situation:
Question / Feature request
Does Multica currently support a status change hook / event-driven trigger for agents? That is, can an agent be set to immediately wake up and act when a subscribed issue changes status, instead of relying on periodic autopilot?
If this is not supported today:
Thanks
Beta Was this translation helpful? Give feedback.
All reactions