Skip to content

Analyze Agent Synergies

GET
/api/analytics/collaboration/synergies

Identify effective agent pairs and teams based on collaboration success rates

hours
Hours

Time window in hours

integer
default: 24 >= 1 <= 168

Time window in hours

Successful Response

AgentSynergiesResponse

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
synergies
Synergies

List of agent synergies with scores and metrics

Array<object>
SynergyData

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
agents
required
Agents

List of agent names in the synergy pair/team

Array<string>
collaborationCount
required
Collaborationcount

Number of collaboration events between agents

integer
successRate
required
Successrate

Success rate of collaborations (0.0-1.0)

number
<= 1
averageResponseTime
required
Averageresponsetime

Average response time in seconds

number
synergyScore
required
Synergyscore

Calculated synergy score (0.0-1.0)

number
<= 1
hours
required
Hours

Time window analyzed in hours

integer
>= 1 <= 168

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object