Analyze Agent Synergies
GET /api/analytics/collaboration/synergies
Identify effective agent pairs and teams based on collaboration success rates
Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Time window in hours
Time window in hours
Responses
Section titled “ Responses ”Successful Response
Response for agent synergies analysis.
Response model for GET /api/analytics/collaboration/synergies endpoint providing agent team effectiveness and synergy analysis with strict typing.
Fields: synergies: List of SynergyData with agent pairs and their metrics hours: Time window analyzed
Used By: - GET /api/analytics/collaboration/synergies endpoint - Agent team optimization UI - Synergy analysis dashboards
object
List of agent synergies with scores and metrics
Individual agent synergy data with collaboration metrics.
Represents the synergy between a pair or team of agents based on their collaboration history, success rates, and response times.
Fields: agents: List of agent names in the synergy pair/team collaborationCount: Number of collaboration events between agents successRate: Success rate of collaborations (0.0-1.0) averageResponseTime: Average response time in seconds synergyScore: Calculated synergy score (0.0-1.0)
Used By: - AgentSynergiesResponse for synergies list - Agent team optimization UI - Synergy analysis visualizations
object
List of agent names in the synergy pair/team
Number of collaboration events between agents
Success rate of collaborations (0.0-1.0)
Average response time in seconds
Calculated synergy score (0.0-1.0)
Time window analyzed in hours
Validation Error