Get agent conflicts and running conflicts
GET /api/agents/architecture/conflicts/{agent_id}
Retrieve conflict information for an agent.
Returns the list of agents that are declared as incompatible and checks which of those conflicting agents are currently running. The can_start_safely flag is True only when no running conflicts exist. Unknown agent IDs return empty lists and can_start_safely=True (matching the lenient behavior of /dependencies), not a 404.
Args: agent_id: Unique agent identifier.
Returns: ConflictsResponse with conflicting_agents, running_conflicts, and can_start_safely.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Responses
Section titled “ Responses ”Successful Response
Conflict analysis for a single agent.
Lists all declared incompatible agents and checks which of those are currently running. can_start_safely is True only when no running conflicts exist.
object
Agent identifier
Conflicting agent IDs
Running conflicting agents
Safe startup flag
Validation Error