refactor: DispatchAgent watcher, ExceptionAgent consumer fix, JARVIS cleanup
This commit is contained in:
@@ -178,15 +178,6 @@ class MasterAgent(Agent):
|
||||
data={"order": order_data}
|
||||
))
|
||||
|
||||
dispatch_agent = self._sub_agents.get("DISPATCH_AGENT")
|
||||
if dispatch_agent:
|
||||
await dispatch_agent.submit_task(AgentTask(
|
||||
task_id=f"{order_id}_dispatch",
|
||||
agent_type="dispatch",
|
||||
task_type="analyze_and_assign",
|
||||
data={"order": order_data}
|
||||
))
|
||||
|
||||
customer_agent = self._sub_agents.get("CUSTOMER_AGENT")
|
||||
if customer_agent:
|
||||
await customer_agent.submit_task(AgentTask(
|
||||
|
||||
Reference in New Issue
Block a user