Spaces:
Sleeping
Sleeping
Commit
·
a6fc11c
1
Parent(s):
53562c9
add
Browse files
backend/database/samples/samples_config.json
CHANGED
|
@@ -24,57 +24,6 @@
|
|
| 24 |
"quality_scoring"
|
| 25 |
]
|
| 26 |
},
|
| 27 |
-
{
|
| 28 |
-
"id": "algorithm_sample_0",
|
| 29 |
-
"name": "Multi-Agent Arithmetic Problem Solver",
|
| 30 |
-
"description": "Real failure case from algorithm-generated dataset showing multi-agent collaboration breakdown. Features ArithmeticProgressions_Expert, Computer_terminal, ProblemSolving_Expert, and Verification_Expert working on season pass savings calculation with verification failures.",
|
| 31 |
-
"trace_file": "traces/algorithm_sample_0.json",
|
| 32 |
-
"knowledge_graph_file": "knowledge_graphs/kg_algorithm_sample_0.json",
|
| 33 |
-
"tags": [
|
| 34 |
-
"multi_agent",
|
| 35 |
-
"algorithm_generated",
|
| 36 |
-
"real_failure",
|
| 37 |
-
"mathematical_problem_solving",
|
| 38 |
-
"verification_error",
|
| 39 |
-
"coordination_failure"
|
| 40 |
-
],
|
| 41 |
-
"complexity": "advanced",
|
| 42 |
-
"trace_type": "multi_agent_collaboration",
|
| 43 |
-
"trace_source": "algorithm_generated",
|
| 44 |
-
"features": [
|
| 45 |
-
"multi_agent_collaboration",
|
| 46 |
-
"real_failure_analysis",
|
| 47 |
-
"complex_reasoning",
|
| 48 |
-
"agent_coordination",
|
| 49 |
-
"verification_patterns",
|
| 50 |
-
"optimization_recommendations",
|
| 51 |
-
"temporal_replay",
|
| 52 |
-
"independent_window_analysis",
|
| 53 |
-
"multi_expert_collaboration"
|
| 54 |
-
],
|
| 55 |
-
"supports_replay": true,
|
| 56 |
-
"window_info": {
|
| 57 |
-
"window_count": 3,
|
| 58 |
-
"processing_run_id": "sample_replay_algo0",
|
| 59 |
-
"window_files": [
|
| 60 |
-
"knowledge_graphs/kg_algorithm_sample_0_window_0.json",
|
| 61 |
-
"knowledge_graphs/kg_algorithm_sample_0_window_1.json",
|
| 62 |
-
"knowledge_graphs/kg_algorithm_sample_0_window_2.json"
|
| 63 |
-
],
|
| 64 |
-
"progression_stages": [
|
| 65 |
-
"Problem Intake & Verification Setup",
|
| 66 |
-
"Expert Analysis & Computation",
|
| 67 |
-
"Result Generation & Delivery"
|
| 68 |
-
],
|
| 69 |
-
"stage_descriptions": [
|
| 70 |
-
"用户提交票务查询,验证专家接收并建立验证任务",
|
| 71 |
-
"问题解决专家和算数专家协作,计算机终端提供技术支持",
|
| 72 |
-
"任务完成,生成计算结果并交付给公园访客"
|
| 73 |
-
],
|
| 74 |
-
"window_mode": "independent",
|
| 75 |
-
"window_description": "展示多专家协作的票务成本分析流程,每个窗口代表不同的处理阶段"
|
| 76 |
-
}
|
| 77 |
-
},
|
| 78 |
{
|
| 79 |
"id": "algorithm_sample_1",
|
| 80 |
"name": "Location-Based Restaurant Discovery System",
|
|
@@ -305,4 +254,4 @@
|
|
| 305 |
"updated": "2025-01-27",
|
| 306 |
"description": "Comprehensive AgentGraph sample data showcasing diverse multi-agent interactions across multiple domains including location services, probability theory, academic research, and ecological data analysis"
|
| 307 |
}
|
| 308 |
-
}
|
|
|
|
| 24 |
"quality_scoring"
|
| 25 |
]
|
| 26 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
{
|
| 28 |
"id": "algorithm_sample_1",
|
| 29 |
"name": "Location-Based Restaurant Discovery System",
|
|
|
|
| 254 |
"updated": "2025-01-27",
|
| 255 |
"description": "Comprehensive AgentGraph sample data showcasing diverse multi-agent interactions across multiple domains including location services, probability theory, academic research, and ecological data analysis"
|
| 256 |
}
|
| 257 |
+
}
|