deconstruction_system_20251203_121638.log 60 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538
  1. 2025-12-03 12:16:38 - DeconstructionSystem - INFO - [logger.py:58] - DeconstructionLogger initialized successfully
  2. 2025-12-03 12:16:39 - DeconstructionSystem.src.workflows.script_workflow - INFO - [script_workflow.py:65] - ScriptWorkflow 初始化完成,model_provider: google_genai
  3. 2025-12-03 12:16:39 - DeconstructionSystem.__main__ - INFO - [run_batch_script.py:118] - 处理视频: channel_content_id=61626151 title=🔴退伍军人二次入伍的感人画面!若有战,召必回
  4. 2025-12-03 12:16:39 - DeconstructionSystem.src.workflows.script_workflow - INFO - [script_workflow.py:300] - === 开始执行脚本理解工作流(视频分析) ===
  5. 2025-12-03 12:16:39 - DeconstructionSystem.src.workflows.script_workflow - INFO - [script_workflow.py:92] - 工作流图构建完成 - 流程:视频上传 → 段落划分 → 实质提取 → 形式提取 → 分离结果 → 结果汇总
  6. 2025-12-03 12:16:39 - DeconstructionSystem.src.workflows.script_workflow - INFO - [script_workflow.py:98] - === 执行节点:视频上传 ===
  7. 2025-12-03 12:16:39 - DeconstructionSystem.src.components.functions.video_upload_function - INFO - [video_upload_function.py:68] - 开始下载视频: https://rescdn.yishihui.com/pipeline/video/f522fd33-1556-4928-ab5a-c5afdd3c9688.mp4
  8. 2025-12-03 12:16:39 - DeconstructionSystem.src.components.functions.video_upload_function - INFO - [video_upload_function.py:275] - 构建文件路径: /Users/jihuaqiang/piaoquan/aigc_how_decode_base_project_0916_1125/examples/61626151/61626151.mp4
  9. 2025-12-03 12:16:39 - DeconstructionSystem.src.components.functions.video_upload_function - INFO - [video_upload_function.py:153] - 未在examples目录下找到同名文件,开始下载...
  10. 2025-12-03 12:16:43 - DeconstructionSystem.src.components.functions.video_upload_function - INFO - [video_upload_function.py:203] - 视频下载完成,大小: 40.14 MB
  11. 2025-12-03 12:16:43 - DeconstructionSystem.src.components.functions.video_upload_function - INFO - [video_upload_function.py:82] - 视频文件路径: /var/folders/zg/ktsngwv13cd2wp32tyfx17_c0000gn/T/tmp3jig19da.mp4
  12. 2025-12-03 12:16:44 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:164] - 上传视频到Gemini: /var/folders/zg/ktsngwv13cd2wp32tyfx17_c0000gn/T/tmp3jig19da.mp4
  13. 2025-12-03 12:16:58 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:120] - 等待文件处理...
  14. 2025-12-03 12:17:04 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:149] - 文件处理完成
  15. 2025-12-03 12:17:04 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:172] - 视频上传并处理完成
  16. 2025-12-03 12:17:04 - DeconstructionSystem.src.components.functions.video_upload_function - INFO - [video_upload_function.py:114] - 视频上传成功,文件名称: None
  17. 2025-12-03 12:17:04 - DeconstructionSystem.src.workflows.script_workflow - INFO - [script_workflow.py:113] - 视频上传完成 - URI: https://generativelanguage.googleapis.com/v1beta/files/ni68mabglj1p
  18. 2025-12-03 12:17:04 - DeconstructionSystem.src.workflows.script_workflow - INFO - [script_workflow.py:129] - === 执行节点:脚本段落划分 ===
  19. 2025-12-03 12:17:04 - DeconstructionSystem.src.components.agents.script_section_division_agent - INFO - [script_section_division_agent.py:68] - === 开始脚本段落划分 ===
  20. 2025-12-03 12:17:04 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:79] - 通过 URI 提取的 file_name 获取文件: ni68mabglj1p
  21. 2025-12-03 12:17:05 - DeconstructionSystem.src.components.agents.script_section_division_agent - INFO - [script_section_division_agent.py:81] - 执行段落划分
  22. 2025-12-03 12:17:05 - DeconstructionSystem.src.components.agents.script_section_division_agent - INFO - [script_section_division_agent.py:94] - 【段落划分】分析视频的分段结构
  23. 2025-12-03 12:17:05 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - Section划分 - 开始视频分析...
  24. 2025-12-03 12:17:29 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - Section划分 - 视频分析完成
  25. 2025-12-03 12:17:29 - DeconstructionSystem.src.components.agents.script_section_division_agent - INFO - [script_section_division_agent.py:189] - 段落划分详细结果:
  26. {
  27. "内容品类": "纪实/情感",
  28. "段落列表": [
  29. {
  30. "id": "段落1",
  31. "描述": "入伍前的深情告别与家国情怀",
  32. "内容范围": [
  33. "0:00-3:27"
  34. ],
  35. "推理依据": "视频通过一系列感人至深的告别场景,展现了军人及其家属在国家召唤面前的牺牲与奉献,贯穿始终的主题是即将再次入伍的士兵与亲人的不舍,以及对世界和平的期盼。",
  36. "子项": [
  37. {
  38. "id": "段落1.1",
  39. "描述": "与亲人依依惜别的温情瞬间",
  40. "内容范围": [
  41. "0:00-1:26"
  42. ],
  43. "推理依据": "此部分聚焦于军人与不同亲属(婴儿、父母、伴侣)之间私密而感人的告别场景,强调了个人情感的流露和牺牲。",
  44. "子项": [
  45. {
  46. "id": "段落1.1.1",
  47. "描述": "告别熟睡的孩子与内心的挣扎",
  48. "内容范围": [
  49. "0:00-0:12"
  50. ],
  51. "推理依据": "画面中军人亲吻熟睡婴儿,并表现出不舍与掩面痛哭,展现了军人告别至亲时的内心煎熬。",
  52. "子项": []
  53. },
  54. {
  55. "id": "段落1.1.2",
  56. "描述": "家人相拥与眼含热泪的送别",
  57. "内容范围": [
  58. "0:12-0:30"
  59. ],
  60. "推理依据": "军人与家人(父亲、妻子/女友)在送别现场紧紧相拥,脸上写满了不舍和泪水,直观表达了离别时的痛苦。",
  61. "子项": []
  62. },
  63. {
  64. "id": "段落1.1.3",
  65. "描述": "长辈的悉心叮嘱与投喂",
  66. "内容范围": [
  67. "0:30-0:50"
  68. ],
  69. "推理依据": "年长的女性亲属(母亲或祖母)为即将离去的军人喂食,这一传统动作承载了深厚的关爱和担忧。",
  70. "子项": []
  71. },
  72. {
  73. "id": "段落1.1.4",
  74. "描述": "妻子的温柔呵护与不舍",
  75. "内容范围": [
  76. "0:50-1:07"
  77. ],
  78. "推理依据": "一名女性亲属细致地为军人擦拭脸庞,并递上食物,眼中充满不舍,体现了亲密关系中的温柔与坚韧。",
  79. "子项": []
  80. },
  81. {
  82. "id": "段落1.1.5",
  83. "描述": "下跪致谢与长辈的泪水",
  84. "内容范围": [
  85. "1:07-1:26"
  86. ],
  87. "推理依据": "多位军人向长辈下跪,表达感恩与告别,长辈们则流下不舍的泪水,展现了中华民族的孝道和军人对家庭的深情。",
  88. "子项": []
  89. }
  90. ]
  91. },
  92. {
  93. "id": "段落1.2",
  94. "描述": "离别时刻的真挚情感表达",
  95. "内容范围": [
  96. "1:26-2:56"
  97. ],
  98. "推理依据": "这部分延续了离别的主题,通过更多细节和不同家庭成员的互动,加深了情感的描绘,体现了爱与支持的力量。",
  99. "子项": [
  100. {
  101. "id": "段落1.2.1",
  102. "描述": "亲人在行李旁的默默哭泣与陪伴",
  103. "内容范围": [
  104. "1:26-1:50"
  105. ],
  106. "推理依据": "女性亲属在军人行李旁哭泣,并为其整理物品,突显了离别的沉重和亲人无尽的牵挂。",
  107. "子项": []
  108. },
  109. {
  110. "id": "段落1.2.2",
  111. "描述": "伴侣细心整理军装,深情凝视",
  112. "内容范围": [
  113. "1:50-2:25"
  114. ],
  115. "推理依据": "伴侣为军人整理肩上的绶带和军帽,眼神中充满了爱意和不舍,体现了默默的支持与付出。",
  116. "子项": []
  117. },
  118. {
  119. "id": "段落1.2.3",
  120. "描述": "紧紧相拥,难舍难分",
  121. "内容范围": [
  122. "2:25-2:45"
  123. ],
  124. "推理依据": "军人与伴侣紧紧相拥,两人都沉浸在离别的情绪中,画面充满了不言而喻的爱与牵挂。",
  125. "子项": []
  126. },
  127. {
  128. "id": "段落1.2.4",
  129. "描述": "踏上征途的背影",
  130. "内容范围": [
  131. "2:45-2:56"
  132. ],
  133. "推理依据": "军人们提着行李,列队走向站台,他们的背影充满了使命感与坚毅,象征着即将开始的军旅生涯。",
  134. "子项": []
  135. }
  136. ]
  137. },
  138. {
  139. "id": "段落1.3",
  140. "描述": "集体送别与传承精神",
  141. "内容范围": [
  142. "2:56-3:27"
  143. ],
  144. "推理依据": "此部分展现了更宏大的送别场面,不仅有亲人的不舍,更有对军人精神的传承与敬意,以及最终的分别时刻。",
  145. "子项": [
  146. {
  147. "id": "段落1.3.1",
  148. "描述": "家属们挥泪送别,包含敬意与不舍",
  149. "内容范围": [
  150. "2:56-3:06"
  151. ],
  152. "推理依据": "人群中家属们流泪、挥手,有人向军人敬礼,表达了对军人的敬意和对亲人的不舍。",
  153. "子项": []
  154. },
  155. {
  156. "id": "段落1.3.2",
  157. "描述": "新兵与老兵的传承与鼓励",
  158. "内容范围": [
  159. "3:06-3:15"
  160. ],
  161. "推理依据": "军人与一位年迈的老兵互相整理绶带,象征着军人精神的代代相传和老兵对新兵的鼓励。",
  162. "子项": []
  163. },
  164. {
  165. "id": "段落1.3.3",
  166. "描述": "追逐远去的车辆,表达最后的眷恋",
  167. "内容范围": [
  168. "3:15-3:27"
  169. ],
  170. "推理依据": "家属们在车辆驶离后追逐并挥手告别,将视频推向情感高潮,展现了离别最真实、最不舍的一面。",
  171. "子项": []
  172. }
  173. ]
  174. }
  175. ]
  176. }
  177. ]
  178. }
  179. 2025-12-03 12:17:29 - DeconstructionSystem.src.components.agents.script_section_division_agent - INFO - [script_section_division_agent.py:86] - 段落划分结果:
  180. {
  181. "内容品类": "纪实/情感",
  182. "段落列表": [
  183. {
  184. "id": "段落1",
  185. "描述": "入伍前的深情告别与家国情怀",
  186. "内容范围": [
  187. "0:00-3:27"
  188. ],
  189. "推理依据": "视频通过一系列感人至深的告别场景,展现了军人及其家属在国家召唤面前的牺牲与奉献,贯穿始终的主题是即将再次入伍的士兵与亲人的不舍,以及对世界和平的期盼。",
  190. "子项": [
  191. {
  192. "id": "段落1.1",
  193. "描述": "与亲人依依惜别的温情瞬间",
  194. "内容范围": [
  195. "0:00-1:26"
  196. ],
  197. "推理依据": "此部分聚焦于军人与不同亲属(婴儿、父母、伴侣)之间私密而感人的告别场景,强调了个人情感的流露和牺牲。",
  198. "子项": [
  199. {
  200. "id": "段落1.1.1",
  201. "描述": "告别熟睡的孩子与内心的挣扎",
  202. "内容范围": [
  203. "0:00-0:12"
  204. ],
  205. "推理依据": "画面中军人亲吻熟睡婴儿,并表现出不舍与掩面痛哭,展现了军人告别至亲时的内心煎熬。",
  206. "子项": []
  207. },
  208. {
  209. "id": "段落1.1.2",
  210. "描述": "家人相拥与眼含热泪的送别",
  211. "内容范围": [
  212. "0:12-0:30"
  213. ],
  214. "推理依据": "军人与家人(父亲、妻子/女友)在送别现场紧紧相拥,脸上写满了不舍和泪水,直观表达了离别时的痛苦。",
  215. "子项": []
  216. },
  217. {
  218. "id": "段落1.1.3",
  219. "描述": "长辈的悉心叮嘱与投喂",
  220. "内容范围": [
  221. "0:30-0:50"
  222. ],
  223. "推理依据": "年长的女性亲属(母亲或祖母)为即将离去的军人喂食,这一传统动作承载了深厚的关爱和担忧。",
  224. "子项": []
  225. },
  226. {
  227. "id": "段落1.1.4",
  228. "描述": "妻子的温柔呵护与不舍",
  229. "内容范围": [
  230. "0:50-1:07"
  231. ],
  232. "推理依据": "一名女性亲属细致地为军人擦拭脸庞,并递上食物,眼中充满不舍,体现了亲密关系中的温柔与坚韧。",
  233. "子项": []
  234. },
  235. {
  236. "id": "段落1.1.5",
  237. "描述": "下跪致谢与长辈的泪水",
  238. "内容范围": [
  239. "1:07-1:26"
  240. ],
  241. "推理依据": "多位军人向长辈下跪,表达感恩与告别,长辈们则流下不舍的泪水,展现了中华民族的孝道和军人对家庭的深情。",
  242. "子项": []
  243. }
  244. ]
  245. },
  246. {
  247. "id": "段落1.2",
  248. "描述": "离别时刻的真挚情感表达",
  249. "内容范围": [
  250. "1:26-2:56"
  251. ],
  252. "推理依据": "这部分延续了离别的主题,通过更多细节和不同家庭成员的互动,加深了情感的描绘,体现了爱与支持的力量。",
  253. "子项": [
  254. {
  255. "id": "段落1.2.1",
  256. "描述": "亲人在行李旁的默默哭泣与陪伴",
  257. "内容范围": [
  258. "1:26-1:50"
  259. ],
  260. "推理依据": "女性亲属在军人行李旁哭泣,并为其整理物品,突显了离别的沉重和亲人无尽的牵挂。",
  261. "子项": []
  262. },
  263. {
  264. "id": "段落1.2.2",
  265. "描述": "伴侣细心整理军装,深情凝视",
  266. "内容范围": [
  267. "1:50-2:25"
  268. ],
  269. "推理依据": "伴侣为军人整理肩上的绶带和军帽,眼神中充满了爱意和不舍,体现了默默的支持与付出。",
  270. "子项": []
  271. },
  272. {
  273. "id": "段落1.2.3",
  274. "描述": "紧紧相拥,难舍难分",
  275. "内容范围": [
  276. "2:25-2:45"
  277. ],
  278. "推理依据": "军人与伴侣紧紧相拥,两人都沉浸在离别的情绪中,画面充满了不言而喻的爱与牵挂。",
  279. "子项": []
  280. },
  281. {
  282. "id": "段落1.2.4",
  283. "描述": "踏上征途的背影",
  284. "内容范围": [
  285. "2:45-2:56"
  286. ],
  287. "推理依据": "军人们提着行李,列队走向站台,他们的背影充满了使命感与坚毅,象征着即将开始的军旅生涯。",
  288. "子项": []
  289. }
  290. ]
  291. },
  292. {
  293. "id": "段落1.3",
  294. "描述": "集体送别与传承精神",
  295. "内容范围": [
  296. "2:56-3:27"
  297. ],
  298. "推理依据": "此部分展现了更宏大的送别场面,不仅有亲人的不舍,更有对军人精神的传承与敬意,以及最终的分别时刻。",
  299. "子项": [
  300. {
  301. "id": "段落1.3.1",
  302. "描述": "家属们挥泪送别,包含敬意与不舍",
  303. "内容范围": [
  304. "2:56-3:06"
  305. ],
  306. "推理依据": "人群中家属们流泪、挥手,有人向军人敬礼,表达了对军人的敬意和对亲人的不舍。",
  307. "子项": []
  308. },
  309. {
  310. "id": "段落1.3.2",
  311. "描述": "新兵与老兵的传承与鼓励",
  312. "内容范围": [
  313. "3:06-3:15"
  314. ],
  315. "推理依据": "军人与一位年迈的老兵互相整理绶带,象征着军人精神的代代相传和老兵对新兵的鼓励。",
  316. "子项": []
  317. },
  318. {
  319. "id": "段落1.3.3",
  320. "描述": "追逐远去的车辆,表达最后的眷恋",
  321. "内容范围": [
  322. "3:15-3:27"
  323. ],
  324. "推理依据": "家属们在车辆驶离后追逐并挥手告别,将视频推向情感高潮,展现了离别最真实、最不舍的一面。",
  325. "子项": []
  326. }
  327. ]
  328. }
  329. ]
  330. }
  331. ]
  332. }
  333. 2025-12-03 12:17:29 - DeconstructionSystem.src.workflows.script_workflow - INFO - [script_workflow.py:144] - 脚本段落划分完成 - 内容品类: 纪实/情感, 段落数: 1
  334. 2025-12-03 12:17:29 - DeconstructionSystem.src.workflows.script_workflow - INFO - [script_workflow.py:157] - === 执行节点:实质元素提取 ===
  335. 2025-12-03 12:17:29 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:97] - === 开始实质元素提取(完整流程) ===
  336. 2025-12-03 12:17:29 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:79] - 通过 URI 提取的 file_name 获取文件: ni68mabglj1p
  337. 2025-12-03 12:17:29 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:139] - 意图支撑评估输入: 灵感点=2, 目的点=1, 关键点(实质类)=6
  338. 2025-12-03 12:17:29 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:145] - ▶ Step 1: 提取具体元素
  339. 2025-12-03 12:17:29 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 具体元素提取 - 开始视频分析...
  340. 2025-12-03 12:18:01 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 具体元素提取 - 视频分析完成
  341. 2025-12-03 12:18:01 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:149] - ▶ Step 2: 提取具象概念
  342. 2025-12-03 12:18:01 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 具象概念提取 - 开始视频分析...
  343. 2025-12-03 12:19:22 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 具象概念提取 - 视频分析完成
  344. 2025-12-03 12:19:22 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:153] - ▶ Step 2.1: 提取隐含概念
  345. 2025-12-03 12:19:22 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 隐含概念提取 - 开始视频分析...
  346. 2025-12-03 12:19:47 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 隐含概念提取 - 视频分析完成
  347. 2025-12-03 12:19:47 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:157] - ▶ Step 3: 总结抽象概念
  348. 2025-12-03 12:19:47 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 抽象概念总结 - 开始视频分析...
  349. 2025-12-03 12:20:13 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 抽象概念总结 - 视频分析完成
  350. 2025-12-03 12:20:13 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:167] - Step 1-3 完成 - 总计: 70 个元素 (具体:27, 具象:35, 隐含:3, 抽象:5)
  351. 2025-12-03 12:20:13 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:177] - ▶ Step 4: 共性分析
  352. 2025-12-03 12:20:13 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 共性分析 - 开始视频分析...
  353. 2025-12-03 12:22:24 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 共性分析 - 视频分析完成
  354. 2025-12-03 12:22:24 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:183] - ▶ Step 5: 多维度评分(已停用相似度计算,仅返回空结果)
  355. 2025-12-03 12:22:24 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:734] - 【多维度评分】相似度比较逻辑已关闭,当前不进行评分,仅返回空结果。
  356. 2025-12-03 12:22:24 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:189] - ▶ Step 5.1: 意图支撑评估
  357. 2025-12-03 12:22:24 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:763] - 【意图支撑评估】输入: 70 个实质元素
  358. 2025-12-03 12:22:24 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:783] - 维度分组(意图支撑): 具体元素=27, 具象概念=35, 抽象概念=5, 隐含概念=3
  359. 2025-12-03 12:22:24 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:808] - 📤 提交意图支撑评估任务: 具体元素-灵感点 (元素数=27, 点数=2)
  360. 2025-12-03 12:22:24 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:808] - 📤 提交意图支撑评估任务: 具体元素-目的点 (元素数=27, 点数=1)
  361. 2025-12-03 12:22:24 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:808] - 📤 提交意图支撑评估任务: 具体元素-关键点 (元素数=27, 点数=6)
  362. 2025-12-03 12:22:24 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 意图支撑评估-具体元素-目的点 - 开始视频分析...
  363. 2025-12-03 12:22:24 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 意图支撑评估-具体元素-灵感点 - 开始视频分析...
  364. 2025-12-03 12:22:24 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:808] - 📤 提交意图支撑评估任务: 具象概念-灵感点 (元素数=35, 点数=2)
  365. 2025-12-03 12:22:24 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 意图支撑评估-具体元素-关键点 - 开始视频分析...
  366. 2025-12-03 12:22:24 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 意图支撑评估-具体元素-关键点 - 开始视频分析...
  367. 2025-12-03 12:22:24 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:808] - 📤 提交意图支撑评估任务: 具象概念-目的点 (元素数=35, 点数=1)
  368. 2025-12-03 12:22:24 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:808] - 📤 提交意图支撑评估任务: 具象概念-关键点 (元素数=35, 点数=6)
  369. 2025-12-03 12:22:24 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 意图支撑评估-具象概念-灵感点 - 开始视频分析...
  370. 2025-12-03 12:22:24 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 意图支撑评估-具象概念-目的点 - 开始视频分析...
  371. 2025-12-03 12:22:24 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:808] - 📤 提交意图支撑评估任务: 抽象概念-灵感点 (元素数=5, 点数=2)
  372. 2025-12-03 12:22:24 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 意图支撑评估-具象概念-关键点 - 开始视频分析...
  373. 2025-12-03 12:22:24 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 意图支撑评估-具象概念-关键点 - 开始视频分析...
  374. 2025-12-03 12:22:24 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:808] - 📤 提交意图支撑评估任务: 抽象概念-目的点 (元素数=5, 点数=1)
  375. 2025-12-03 12:22:24 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 意图支撑评估-具象概念-关键点 - 开始视频分析...
  376. 2025-12-03 12:22:24 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:808] - 📤 提交意图支撑评估任务: 抽象概念-关键点 (元素数=5, 点数=6)
  377. 2025-12-03 12:22:24 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:808] - 📤 提交意图支撑评估任务: 隐含概念-灵感点 (元素数=3, 点数=2)
  378. 2025-12-03 12:22:24 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:808] - 📤 提交意图支撑评估任务: 隐含概念-目的点 (元素数=3, 点数=1)
  379. 2025-12-03 12:22:24 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:808] - 📤 提交意图支撑评估任务: 隐含概念-关键点 (元素数=3, 点数=6)
  380. 2025-12-03 12:22:57 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 意图支撑评估-具象概念-目的点 - 视频分析完成
  381. 2025-12-03 12:22:57 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 意图支撑评估-抽象概念-灵感点 - 开始视频分析...
  382. 2025-12-03 12:22:57 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 意图支撑评估-具象概念-关键点 - 视频分析完成
  383. 2025-12-03 12:22:58 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 意图支撑评估-具体元素-目的点 - 视频分析完成
  384. 2025-12-03 12:23:02 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 意图支撑评估-具体元素-关键点 - 视频分析完成
  385. 2025-12-03 12:23:06 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 意图支撑评估-具体元素-关键点 - 视频分析完成
  386. 2025-12-03 12:23:06 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 意图支撑评估-抽象概念-目的点 - 开始视频分析...
  387. 2025-12-03 12:23:06 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 意图支撑评估-抽象概念-关键点 - 开始视频分析...
  388. 2025-12-03 12:23:11 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 意图支撑评估-具体元素-灵感点 - 视频分析完成
  389. 2025-12-03 12:23:11 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 意图支撑评估-隐含概念-灵感点 - 开始视频分析...
  390. 2025-12-03 12:23:11 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 意图支撑评估-隐含概念-目的点 - 开始视频分析...
  391. 2025-12-03 12:23:11 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:840] - ✅ 意图支撑-具体元素-灵感点 评估完成: 16 条支撑关系
  392. 2025-12-03 12:23:11 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:840] - ✅ 意图支撑-具体元素-目的点 评估完成: 14 条支撑关系
  393. 2025-12-03 12:23:11 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:840] - ✅ 意图支撑-具体元素-关键点 评估完成: 18 条支撑关系
  394. 2025-12-03 12:23:16 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 意图支撑评估-具象概念-关键点 - 视频分析完成
  395. 2025-12-03 12:23:16 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 意图支撑评估-隐含概念-关键点 - 开始视频分析...
  396. 2025-12-03 12:23:16 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 意图支撑评估-具象概念-灵感点 - 视频分析完成
  397. 2025-12-03 12:23:16 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:840] - ✅ 意图支撑-具象概念-灵感点 评估完成: 8 条支撑关系
  398. 2025-12-03 12:23:16 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:840] - ✅ 意图支撑-具象概念-目的点 评估完成: 9 条支撑关系
  399. 2025-12-03 12:23:23 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 意图支撑评估-抽象概念-灵感点 - 视频分析完成
  400. 2025-12-03 12:23:29 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 意图支撑评估-具象概念-关键点 - 视频分析完成
  401. 2025-12-03 12:23:29 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:840] - ✅ 意图支撑-具象概念-关键点 评估完成: 16 条支撑关系
  402. 2025-12-03 12:23:29 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:840] - ✅ 意图支撑-抽象概念-灵感点 评估完成: 5 条支撑关系
  403. 2025-12-03 12:23:30 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 意图支撑评估-抽象概念-目的点 - 视频分析完成
  404. 2025-12-03 12:23:30 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:840] - ✅ 意图支撑-抽象概念-目的点 评估完成: 5 条支撑关系
  405. 2025-12-03 12:23:32 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 意图支撑评估-抽象概念-关键点 - 视频分析完成
  406. 2025-12-03 12:23:32 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:840] - ✅ 意图支撑-抽象概念-关键点 评估完成: 5 条支撑关系
  407. 2025-12-03 12:23:34 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 意图支撑评估-隐含概念-目的点 - 视频分析完成
  408. 2025-12-03 12:23:40 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 意图支撑评估-隐含概念-灵感点 - 视频分析完成
  409. 2025-12-03 12:23:40 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:840] - ✅ 意图支撑-隐含概念-灵感点 评估完成: 3 条支撑关系
  410. 2025-12-03 12:23:40 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:840] - ✅ 意图支撑-隐含概念-目的点 评估完成: 3 条支撑关系
  411. 2025-12-03 12:23:43 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 意图支撑评估-隐含概念-关键点 - 视频分析完成
  412. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:840] - ✅ 意图支撑-隐含概念-关键点 评估完成: 3 条支撑关系
  413. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:201] - ▶ Step 6: 筛选
  414. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1175] - ✅ 保留: id=具体元素-1, name=士兵, support_count=8, coverage=1.0
  415. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1160] - ❌ 过滤: id=具体元素-2, name=婴儿, 原因=出现频次<=1 (frequency=1)
  416. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1160] - ❌ 过滤: id=具体元素-3, name=床铺, 原因=出现频次<=1 (frequency=1)
  417. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具体元素-4, name=窗户, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=3, coverage=0.2500)
  418. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1160] - ❌ 过滤: id=具体元素-5, name=窗帘, 原因=出现频次<=1 (frequency=1)
  419. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具体元素-6, name=墙壁, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1667)
  420. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1160] - ❌ 过滤: id=具体元素-7, name=海报, 原因=出现频次<=1 (frequency=1)
  421. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1175] - ✅ 保留: id=具体元素-8, name=男子, support_count=6, coverage=0.9167
  422. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1175] - ✅ 保留: id=具体元素-9, name=绶带, support_count=5, coverage=0.9167
  423. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1175] - ✅ 保留: id=具体元素-10, name=胸花, support_count=4, coverage=0.9167
  424. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1175] - ✅ 保留: id=具体元素-11, name=行李箱包, support_count=3, coverage=0.4167
  425. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1175] - ✅ 保留: id=具体元素-12, name=建筑物, support_count=2, coverage=0.9167
  426. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1175] - ✅ 保留: id=具体元素-13, name=老人, support_count=6, coverage=0.3333
  427. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1175] - ✅ 保留: id=具体元素-14, name=手, support_count=4, coverage=0.9167
  428. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具体元素-15, name=食物, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1667)
  429. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具体元素-16, name=塑料杯, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1667)
  430. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具体元素-17, name=保温壶, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1667)
  431. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具体元素-18, name=购物袋, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1667)
  432. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具体元素-19, name=小孩, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1667)
  433. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具体元素-20, name=公共汽车, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1667)
  434. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1160] - ❌ 过滤: id=具体元素-21, name=铁轨, 原因=出现频次<=1 (frequency=1)
  435. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1160] - ❌ 过滤: id=具体元素-22, name=站台, 原因=出现频次<=1 (frequency=1)
  436. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1175] - ✅ 保留: id=具体元素-23, name=帽子, support_count=7, coverage=0.9167
  437. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1160] - ❌ 过滤: id=具体元素-24, name=拐杖, 原因=出现频次<=1 (frequency=1)
  438. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1160] - ❌ 过滤: id=具体元素-25, name=矿泉水瓶, 原因=出现频次<=1 (frequency=1)
  439. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具体元素-26, name=背包, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1667)
  440. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具体元素-27, name=草地, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1667)
  441. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具象概念-1, name=军人, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1667)
  442. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1175] - ✅ 保留: id=具象概念-2, name=2025, support_count=7, coverage=1.0
  443. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1175] - ✅ 保留: id=具象概念-3, name=二次入伍, support_count=8, coverage=1.0
  444. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1175] - ✅ 保留: id=具象概念-4, name=世界和平, support_count=6, coverage=1.0
  445. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1160] - ❌ 过滤: id=具象概念-5, name=10月16日, 原因=出现频次<=1 (frequency=1)
  446. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1160] - ❌ 过滤: id=具象概念-6, name=安徽, 原因=出现频次<=1 (frequency=1)
  447. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1160] - ❌ 过滤: id=具象概念-7, name=退伍兵, 原因=出现频次<=1 (frequency=1)
  448. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1160] - ❌ 过滤: id=具象概念-8, name=军令, 原因=出现频次<=1 (frequency=1)
  449. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1160] - ❌ 过滤: id=具象概念-9, name=山, 原因=出现频次<=1 (frequency=1)
  450. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具象概念-10, name=老兵, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1667)
  451. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具象概念-11, name=队, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1667)
  452. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1160] - ❌ 过滤: id=具象概念-12, name=灯影, 原因=出现频次<=1 (frequency=1)
  453. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具象概念-13, name=岁月, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=4, coverage=0.3333)
  454. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具象概念-14, name=河边, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1667)
  455. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具象概念-15, name=时光, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1667)
  456. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具象概念-16, name=晨光, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=3, coverage=0.2500)
  457. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具象概念-17, name=月, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1667)
  458. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具象概念-18, name=歌, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1667)
  459. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具象概念-19, name=春夏秋冬, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1667)
  460. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具象概念-20, name=脚步, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1667)
  461. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具象概念-21, name=画卷, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1667)
  462. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具象概念-22, name=荒原, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1667)
  463. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1160] - ❌ 过滤: id=具象概念-23, name=花影, 原因=出现频次<=1 (frequency=1)
  464. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具象概念-24, name=流年, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1667)
  465. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1160] - ❌ 过滤: id=具象概念-25, name=新兵入伍季, 原因=出现频次<=1 (frequency=1)
  466. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1160] - ❌ 过滤: id=具象概念-26, name=亲人, 原因=出现频次<=1 (frequency=1)
  467. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具象概念-27, name=家, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=3, coverage=0.2500)
  468. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1160] - ❌ 过滤: id=具象概念-28, name=国, 原因=出现频次<=1 (frequency=1)
  469. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具象概念-29, name=花, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=4, coverage=0.3333)
  470. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1183] - ❌ 过滤: id=具象概念-30, name=世间, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=4, coverage=0.3333)
  471. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1160] - ❌ 过滤: id=具象概念-31, name=星探, 原因=出现频次<=1 (frequency=1)
  472. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1160] - ❌ 过滤: id=具象概念-32, name=船影, 原因=出现频次<=1 (frequency=1)
  473. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1160] - ❌ 过滤: id=具象概念-33, name=琴声, 原因=出现频次<=1 (frequency=1)
  474. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1160] - ❌ 过滤: id=具象概念-34, name=夜晚, 原因=出现频次<=1 (frequency=1)
  475. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1160] - ❌ 过滤: id=具象概念-35, name=炊烟, 原因=出现频次<=1 (frequency=1)
  476. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1175] - ✅ 保留: id=抽象概念-1, name=兵役, support_count=9, coverage=1.0
  477. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1175] - ✅ 保留: id=抽象概念-2, name=亲情, support_count=6, coverage=0.9167
  478. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1175] - ✅ 保留: id=抽象概念-3, name=爱国主义, support_count=4, coverage=1.0
  479. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1175] - ✅ 保留: id=抽象概念-4, name=奉献, support_count=4, coverage=1.0
  480. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1175] - ✅ 保留: id=抽象概念-5, name=送别, support_count=6, coverage=1.0
  481. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1151] - ✅ 保留(隐含概念豁免): id=隐含概念-1, name=离别之情, frequency=11, coverage=0.9167
  482. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1151] - ✅ 保留(隐含概念豁免): id=隐含概念-2, name=家国情怀, frequency=12, coverage=1.0
  483. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1151] - ✅ 保留(隐含概念豁免): id=隐含概念-3, name=坚韧与希望, frequency=12, coverage=1.0
  484. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1193] - 筛选完成: 20/70 通过
  485. 2025-12-03 12:23:43 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:209] - ▶ Step 7: 分类
  486. 2025-12-03 12:24:03 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:215] - ▶ Step 8: 合并信息
  487. 2025-12-03 12:24:03 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:225] - 实质元素提取完成 - 最终元素数: 20
  488. 2025-12-03 12:24:03 - DeconstructionSystem.src.workflows.script_workflow - INFO - [script_workflow.py:175] - 实质元素提取完成 - 最终元素数: 20
  489. 2025-12-03 12:24:03 - DeconstructionSystem.src.workflows.script_workflow - INFO - [script_workflow.py:195] - === 执行节点:形式元素提取 ===
  490. 2025-12-03 12:24:03 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:86] - === 开始形式元素提取(视频版,完整流程) ===
  491. 2025-12-03 12:24:03 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:79] - 通过 URI 提取的 file_name 获取文件: ni68mabglj1p
  492. 2025-12-03 12:24:04 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:146] - 输入: 具体元素=9, 具象概念=3, 隐含概念=3, 抽象概念=5, 形式关键点=1
  493. 2025-12-03 12:24:04 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:156] - ▶ Step 1: 提取具象概念形式
  494. 2025-12-03 12:24:04 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 具象概念形式提取 - 开始视频分析...
  495. 2025-12-03 12:24:27 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 具象概念形式提取 - 视频分析完成
  496. 2025-12-03 12:24:27 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:317] - Step 1 完成 - 提取了 2 个具象概念形式
  497. 2025-12-03 12:24:27 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:162] - ▶ Step 2: 提取具体元素形式
  498. 2025-12-03 12:24:27 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 具体元素形式提取 - 开始视频分析...
  499. 2025-12-03 12:25:57 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 具体元素形式提取 - 视频分析完成
  500. 2025-12-03 12:25:57 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:432] - Step 2 完成 - 提取了 3 个具体元素形式
  501. 2025-12-03 12:25:57 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:168] - ▶ Step 3: 提取整体形式
  502. 2025-12-03 12:25:57 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 整体形式提取 - 开始视频分析...
  503. 2025-12-03 12:26:20 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 整体形式提取 - 视频分析完成
  504. 2025-12-03 12:26:20 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:570] - Step 3 完成 - 提取了 1 个整体形式
  505. 2025-12-03 12:26:20 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:182] - Step 1-3 完成 - 总计提取: 6 个形式元素 (具象概念形式:2, 具体元素形式:3, 整体形式:1)
  506. 2025-12-03 12:26:20 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:190] - ▶ Step 4: 共性分析
  507. 2025-12-03 12:26:20 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 形式共性分析 - 开始视频分析...
  508. 2025-12-03 12:26:40 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 形式共性分析 - 视频分析完成
  509. 2025-12-03 12:26:40 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:631] - 共性分析完成 - 统计了 6 个形式元素的频次
  510. 2025-12-03 12:26:40 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:197] - ▶ Step 5: 多维度评分
  511. 2025-12-03 12:26:40 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:642] - 【多维度评分】输入: 6 个形式元素
  512. 2025-12-03 12:26:40 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:698] - 灵感点分批评估: 1 批
  513. 2025-12-03 12:26:40 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:698] - 目的点分批评估: 1 批
  514. 2025-12-03 12:26:40 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:698] - 关键点分批评估: 1 批
  515. 2025-12-03 12:27:07 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:676] - 多维度评分完成
  516. 2025-12-03 12:27:07 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:203] - ▶ Step 6: 筛选
  517. 2025-12-03 12:27:07 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:826] - 【筛选】输入: 形式元素共性分析结果 + 评分结果
  518. 2025-12-03 12:27:07 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:869] - ❌ 过滤: id=具象概念形式-1, name=强调性标题呈现, 原因=出现频次<=2 (frequency=1)
  519. 2025-12-03 12:27:07 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:869] - ❌ 过滤: id=具象概念形式-2, name=祈愿式表达, 原因=出现频次<=2 (frequency=1)
  520. 2025-12-03 12:27:07 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:896] - ✅ 保留: id=具体元素形式-1, name=个人情感聚焦, frequency=27, 原因=目的点语义>0.7
  521. 2025-12-03 12:27:07 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:896] - ✅ 保留: id=具体元素形式-2, name=告别拥抱, frequency=5, 原因=目的点语义>0.7
  522. 2025-12-03 12:27:07 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:869] - ❌ 过滤: id=具体元素形式-3, name=跪拜送行, 原因=出现频次<=2 (frequency=2)
  523. 2025-12-03 12:27:07 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:869] - ❌ 过滤: id=整体形式-1, name=情感与爱国叙事, 原因=出现频次<=2 (frequency=1)
  524. 2025-12-03 12:27:07 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:909] - 筛选完成: 2/6 通过
  525. 2025-12-03 12:27:07 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:207] - ▶ Step 7: 分类
  526. 2025-12-03 12:27:07 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:918] - 【分类】输入: 2 个筛选后的形式元素
  527. 2025-12-03 12:27:21 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:960] - 分类完成: 1 个维度
  528. 2025-12-03 12:27:21 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:213] - ▶ 合并最终信息
  529. 2025-12-03 12:27:21 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:1030] - 【合并信息】输入: 2 个筛选后的元素ID
  530. 2025-12-03 12:27:21 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:1100] - 合并完成: 2 个元素
  531. 2025-12-03 12:27:21 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:219] - 形式元素提取完成 - 最终元素数: 2
  532. 2025-12-03 12:27:21 - DeconstructionSystem.src.workflows.script_workflow - INFO - [script_workflow.py:209] - 形式元素提取完成 - 最终元素数: 2
  533. 2025-12-03 12:27:21 - DeconstructionSystem.src.workflows.script_workflow - INFO - [script_workflow.py:229] - === 执行节点:分离实质和形式结果 ===
  534. 2025-12-03 12:27:21 - DeconstructionSystem.src.workflows.script_workflow - INFO - [script_workflow.py:240] - 分离完成 - 实质元素: 20, 形式元素: 2
  535. 2025-12-03 12:27:21 - DeconstructionSystem.src.workflows.script_workflow - INFO - [script_workflow.py:251] - === 执行节点:结果汇总 ===
  536. 2025-12-03 12:27:21 - DeconstructionSystem.src.workflows.script_workflow - INFO - [script_workflow.py:284] - 结果汇总完成
  537. 2025-12-03 12:27:21 - DeconstructionSystem.src.workflows.script_workflow - INFO - [script_workflow.py:330] - === 脚本理解工作流执行完成(视频分析) ===
  538. 2025-12-03 12:27:21 - DeconstructionSystem.__main__ - INFO - [run_batch_script.py:151] - 批量脚本理解完成: total=1, success=1, fail=0