@@ -394,7 +394,7 @@ class QuietAgentWorkflowScreen(Screen):
|
||||
|
||||
# Categorize agents into DataFrames
|
||||
self.enforce_ready_df = agents[agents["enforce_ready"]].copy()
|
||||
self.non_enforce_ready_df = agents[not agents["enforce_ready"]].copy()
|
||||
self.non_enforce_ready_df = agents[~agents["enforce_ready"]].copy()
|
||||
|
||||
logger.info(
|
||||
f"Analysis complete: {len(self.enforce_ready_df)} enforce ready, "
|
||||
|
||||
Reference in New Issue
Block a user