Apply user agent result filtering feedback
This commit is contained in:
@@ -74,6 +74,8 @@ def evaluate_project() -> dict:
|
||||
and "resultRoleFilter" in frontend_text
|
||||
and "familyOptions" in frontend_text
|
||||
and "roleOptions" in frontend_text
|
||||
and "resultQuery" in frontend_text
|
||||
and "Run / Path" in frontend_text
|
||||
and "/api/results?limit=1000" in frontend_text
|
||||
and "setResults(resultsNext)" in frontend_text
|
||||
and "slice(0, 240)" not in frontend_text,
|
||||
@@ -143,6 +145,7 @@ def evaluate_project() -> dict:
|
||||
"agent_panel_ui": "runAgentValidation" in frontend_text and "评价建议" in frontend_text and "Validation Agent" in frontend_text,
|
||||
"user_agent_api": "/api/agents/user" in backend_text and "run_user_agent" in backend_text,
|
||||
"user_agent_ui": "runUserAgent" in frontend_text and "使用者模拟" in frontend_text and "User Agent" in frontend_text,
|
||||
"user_agent_suggestion_applied": "resultQuery" in frontend_text and "run id, filename, path" in frontend_text,
|
||||
"coverage_api": "/api/coverage" in backend_text and coverage["task_build_passed"],
|
||||
"visual_tools": "visual.yolo11_heatmap_v2" in catalog["task_types"] and "visual.fps" in catalog["task_types"],
|
||||
"yolo_custom_train": "yolo.train_custom" in catalog["task_types"],
|
||||
|
||||
Reference in New Issue
Block a user