Agent Emergent Behavior Detector¶
Agent Emergent Behavior Detector.
Module: replication.emergent
Quick Start¶
Enums¶
EmergentType¶
SYNCHRONIZATIONFLOCKINGHIERARCHY_FORMATIONCOLLECTIVE_MONOPOLYINFORMATION_CASCADEPHASE_TRANSITIONOSCILLATIONDEADLOCK
Severity¶
LOWMEDIUMHIGHCRITICAL
Classes¶
EmergentType¶
Categories of emergent behavior.
Severity¶
Severity levels for detected emergent behaviors.
AgentAction¶
A single recorded agent action.
EmergentDetection¶
A detected emergent behavior.
EmergentReport¶
Full analysis report.
EmergentBehaviorDetector¶
Detects emergent behaviors in multi-agent systems.
| Method | Description |
|---|---|
__init__() |
|
record() |
Record an agent action for analysis. |
record_many() |
Record multiple actions. |
clear() |
Clear all recorded data. |
actions() |
|
agent_ids() |
|
analyze() |
Run all detectors and produce a full report. |
get_detections_by_type() |
|
get_detections_by_severity() |
|
text_report() |