-
-
Notifications
You must be signed in to change notification settings - Fork 52.8k
Closed
Description
Problem Description
When using multiple Feishu bot accounts in the same group chat, there's no way to route messages to the correct agent based on who was @mentioned.
Current behavior
User @小路 in group → stock bot receives first → 娜美 replies ❌
User @娜美 in group → main bot receives first → 小路 replies ❌
Expected behavior
User @小路 in group → main agent handles → 小路 replies ✅
User @娜美 in group → stock agent handles → 娜美 replies ✅
User @乔巴 in group → vedio agent handles → 乔巴 replies ✅
Use Case
AI Crew/Team Setup with multiple personas in one group chat.
Proposed Solutions
Option 1: @Mention Routing
Add routeOnMention config to inspect @mentions and route accordingly.
Option 2: Single Entry Point + Internal Routing
Allow one account to receive all messages and internally forward to appropriate agent.
See full details in discussion.
/label enhancement, feishu, feature-request
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels