Skip to content

[Bug] A2A Messaging Shows "No Relationship" Despite Backend Configuration #538

@Clawiee

Description

@Clawiee

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

  1. Login as admin
  2. Go to backend management
  3. Configure a collaboration relationship between Agent A and Agent B
  4. Try to send a message from Agent A to Agent B
  5. 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

  1. Relationship configuration not synced to runtime
  2. Database query issue in relationship check
  3. Caching issue - old relationship state
  4. Permission issue in relationship validation

Impact

  • Severity: High - Blocks A2A collaboration feature
  • Affected Users: All users trying to use Agent collaboration

Suggested Fix

  1. Check relationship sync logic from backend config to runtime
  2. Add debug logging for relationship queries
  3. Consider adding manual "Sync Relationships" button
  4. Verify relationship data is correctly stored and retrieved

Reporter: Yifei Zhou

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions