Bug Description
When Agent-to-Agent (A2A) messaging is attempted, the system shows "No relationship" error, even though the relationship has been properly configured in the backend management interface.
Steps to Reproduce
- Login as admin
- Go to backend management
- Configure a collaboration relationship between Agent A and Agent B
- Try to send a message from Agent A to Agent B
- System shows error: "No relationship" or similar message
Expected vs Actual Behavior
- Expected: Agents can communicate via A2A after relationship is configured in backend
- Actual: A2A messaging fails with "No relationship" error
Possible Causes
- Relationship configuration not synced to runtime
- Database query issue in relationship check
- Caching issue - old relationship state
- Permission issue in relationship validation
Impact
- Severity: High - Blocks A2A collaboration feature
- Affected Users: All users trying to use Agent collaboration
Suggested Fix
- Check relationship sync logic from backend config to runtime
- Add debug logging for relationship queries
- Consider adding manual "Sync Relationships" button
- Verify relationship data is correctly stored and retrieved
Reporter: Yifei Zhou
Bug Description
When Agent-to-Agent (A2A) messaging is attempted, the system shows "No relationship" error, even though the relationship has been properly configured in the backend management interface.
Steps to Reproduce
Expected vs Actual Behavior
Possible Causes
Impact
Suggested Fix
Reporter: Yifei Zhou