deconstruction_system_20251202_174234.log 63 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601
  1. 2025-12-02 17:42:34 - DeconstructionSystem - INFO - [logger.py:58] - DeconstructionLogger initialized successfully
  2. 2025-12-02 17:42:35 - DeconstructionSystem.src.workflows.script_workflow - INFO - [script_workflow.py:65] - ScriptWorkflow 初始化完成,model_provider: google_genai
  3. 2025-12-02 17:42:35 - DeconstructionSystem.__main__ - INFO - [run_batch_script.py:118] - 处理视频: channel_content_id=53009047 title=人到晚年,看看咱年轻时的模样!😊
  4. 2025-12-02 17:42:35 - DeconstructionSystem.src.workflows.script_workflow - INFO - [script_workflow.py:300] - === 开始执行脚本理解工作流(视频分析) ===
  5. 2025-12-02 17:42:35 - DeconstructionSystem.src.workflows.script_workflow - INFO - [script_workflow.py:92] - 工作流图构建完成 - 流程:视频上传 → 段落划分 → 实质提取 → 形式提取 → 分离结果 → 结果汇总
  6. 2025-12-02 17:42:35 - DeconstructionSystem.src.workflows.script_workflow - INFO - [script_workflow.py:98] - === 执行节点:视频上传 ===
  7. 2025-12-02 17:42:35 - DeconstructionSystem.src.components.functions.video_upload_function - INFO - [video_upload_function.py:68] - 开始下载视频: https://rescdn.yishihui.com/longvideo/transcode/video/vpc/20250517/93cac5eae2b371328a163f3208a22d10.mp4
  8. 2025-12-02 17:42:35 - DeconstructionSystem.src.components.functions.video_upload_function - INFO - [video_upload_function.py:275] - 构建文件路径: /Users/jihuaqiang/piaoquan/aigc_how_decode_base_project_0916_1125/examples/53009047/53009047.mp4
  9. 2025-12-02 17:42:35 - DeconstructionSystem.src.components.functions.video_upload_function - INFO - [video_upload_function.py:153] - 未在examples目录下找到同名文件,开始下载...
  10. 2025-12-02 17:42:38 - DeconstructionSystem.src.components.functions.video_upload_function - INFO - [video_upload_function.py:203] - 视频下载完成,大小: 19.19 MB
  11. 2025-12-02 17:42:38 - DeconstructionSystem.src.components.functions.video_upload_function - INFO - [video_upload_function.py:82] - 视频文件路径: /var/folders/zg/ktsngwv13cd2wp32tyfx17_c0000gn/T/tmpi7ykavnh.mp4
  12. 2025-12-02 17:42:38 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:164] - 上传视频到Gemini: /var/folders/zg/ktsngwv13cd2wp32tyfx17_c0000gn/T/tmpi7ykavnh.mp4
  13. 2025-12-02 17:42:43 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:120] - 等待文件处理...
  14. 2025-12-02 17:42:49 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:149] - 文件处理完成
  15. 2025-12-02 17:42:49 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:172] - 视频上传并处理完成
  16. 2025-12-02 17:42:49 - DeconstructionSystem.src.components.functions.video_upload_function - INFO - [video_upload_function.py:114] - 视频上传成功,文件名称: None
  17. 2025-12-02 17:42:49 - DeconstructionSystem.src.workflows.script_workflow - INFO - [script_workflow.py:113] - 视频上传完成 - URI: https://generativelanguage.googleapis.com/v1beta/files/dvnuf32boebc
  18. 2025-12-02 17:42:49 - DeconstructionSystem.src.workflows.script_workflow - INFO - [script_workflow.py:129] - === 执行节点:脚本段落划分 ===
  19. 2025-12-02 17:42:49 - DeconstructionSystem.src.components.agents.script_section_division_agent - INFO - [script_section_division_agent.py:68] - === 开始脚本段落划分 ===
  20. 2025-12-02 17:42:49 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:79] - 通过 URI 提取的 file_name 获取文件: dvnuf32boebc
  21. 2025-12-02 17:42:49 - DeconstructionSystem.src.components.agents.script_section_division_agent - INFO - [script_section_division_agent.py:81] - 执行段落划分
  22. 2025-12-02 17:42:49 - DeconstructionSystem.src.components.agents.script_section_division_agent - INFO - [script_section_division_agent.py:94] - 【段落划分】分析视频的分段结构
  23. 2025-12-02 17:42:49 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - Section划分 - 开始视频分析...
  24. 2025-12-02 17:43:26 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - Section划分 - 视频分析完成
  25. 2025-12-02 17:43:26 - 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-0:13"
  34. ],
  35. "推理依据": "视频开篇通过点题“人到晚年”引出对老同学的深切怀念,并用“有一种关系/感动/牵挂”的排比句式奠定同学情谊的重要性,明确了视频的主题和情感基调。",
  36. "子项": [
  37. {
  38. "id": "段落1.1",
  39. "描述": "晚年思念老同学的初衷与分享愿望",
  40. "内容范围": [
  41. "0:00-0:03"
  42. ],
  43. "推理依据": "直接表达了创作者在晚年最想念的是老同学,并希望将这份情感分享出去,作为视频的引入和目的说明。",
  44. "子项": []
  45. },
  46. {
  47. "id": "段落1.2",
  48. "描述": "同学情的独特之处与无法割断的缘分",
  49. "内容范围": [
  50. "0:03-0:13"
  51. ],
  52. "推理依据": "通过一系列“有一种…”的句式,强调同学情谊是一种特殊的关系、感动和牵挂,是永远割不断、散不了的缘,突出其情感的深度和持久性。",
  53. "子项": []
  54. }
  55. ]
  56. },
  57. {
  58. "id": "段落2",
  59. "描述": "同学情的本质、特质与超越性",
  60. "内容范围": [
  61. "0:13-1:03"
  62. ],
  63. "推理依据": "此部分深入探讨了同学情谊随着时间推移的特点,将其与亲情进行比较,并用多种比喻和描述来刻画其坚韧和永恒的品质。",
  64. "子项": [
  65. {
  66. "id": "段落2.1",
  67. "描述": "同学情随时间沉淀的纯粹与珍贵",
  68. "内容范围": [
  69. "0:13-0:18"
  70. ],
  71. "推理依据": "通过“愈久愈纯正、愈久愈珍贵、愈久愈甘甜”的递进描述,强调时间是同学情的催化剂,使其情感更为深厚和有价值。",
  72. "子项": []
  73. },
  74. {
  75. "id": "段落2.2",
  76. "描述": "同学情虽非亲情却超越亲情",
  77. "内容范围": [
  78. "0:18-0:21"
  79. ],
  80. "推理依据": "明确指出同学情与亲情的异同,强调其在情感深度和重要性上并不逊色于亲情,凸显其独特而深刻的地位。",
  81. "子项": []
  82. },
  83. {
  84. "id": "段落2.3",
  85. "描述": "岁月流逝与重逢的渴望",
  86. "内容范围": [
  87. "0:21-0:30"
  88. ],
  89. "推理依据": "描绘了岁月悠悠、容颜变老,但同学情依然难忘的画面,并表达了久别同学对重逢的盼望,强化了时间未能磨灭情谊的主题。",
  90. "子项": []
  91. },
  92. {
  93. "id": "段落2.4",
  94. "描述": "同学情中的平等与深刻影响",
  95. "内容范围": [
  96. "0:30-0:37"
  97. ],
  98. "推理依据": "强调同学关系中没有贵贱贫富之分,情谊贯穿难忘岁月,记住复杂情结,体现了这份情感的纯粹性和对人生轨迹的深远影响。",
  99. "子项": []
  100. },
  101. {
  102. "id": "段落2.5",
  103. "描述": "同学情如陈年老酒与古董,一生难断",
  104. "内容范围": [
  105. "0:37-1:03"
  106. ],
  107. "推理依据": "将同学情比作越陈越香的老酒和珍贵的古董,并指出无论同窗时间长短、地理距离远近,同学间的友情都难以割断,象征其历久弥新和坚不可摧。",
  108. "子项": []
  109. }
  110. ]
  111. },
  112. {
  113. "id": "段落3",
  114. "描述": "同学情的永恒记忆与真情回味",
  115. "内容范围": [
  116. "1:03-1:57"
  117. ],
  118. "推理依据": "此部分聚焦于对共同青春岁月的具体回忆,从过去的玩闹、相处到如今的感叹,描绘了那些留在心底的、即便时光荏苒也依然鲜活的记忆和情感。",
  119. "子项": [
  120. {
  121. "id": "段落3.1",
  122. "描述": "青春往事的今昔对比",
  123. "内容范围": [
  124. "1:03-1:12"
  125. ],
  126. "推理依据": "通过“曾经的玩闹/相处/梦想,如今都成了历史/回忆/追忆”的对比,表达了对逝去青春的感叹,同时衬托出情谊的永恒。",
  127. "子项": []
  128. },
  129. {
  130. "id": "段落3.2",
  131. "描述": "难忘的笑脸、笑声与故事",
  132. "内容范围": [
  133. "1:12-1:23"
  134. ],
  135. "推理依据": "具象化地列举了青春时期那些稚嫩的笑脸、熟悉的笑声、有趣的故事和快乐的情景,直接触及观众对校园生活的美好回忆。",
  136. "子项": []
  137. },
  138. {
  139. "id": "段落3.3",
  140. "描述": "分离与重逢时的真情流露",
  141. "内容范围": [
  142. "1:23-1:57"
  143. ],
  144. "推理依据": "描述了毕业后因工作和各自闯荡而联系减少,但重逢时依然亲密无间,不计较彼此,脸上虽然有了皱纹,但熟悉的笑声和快乐情景仍历历在目,展现了同学情的真挚和无所顾忌。",
  145. "子项": []
  146. }
  147. ]
  148. },
  149. {
  150. "id": "段落4",
  151. "描述": "同学情的当下价值与传承呼吁",
  152. "内容范围": [
  153. "1:57-3:24"
  154. ],
  155. "推理依据": "这一部分总结了同学情的诸多优点,并向所有老同学发出真挚的问候、祝福和分享视频的呼吁,旨在传递这份美好情感,让更多人重拾回忆和感受到温暖。",
  156. "子项": [
  157. {
  158. "id": "段落4.1",
  159. "描述": "同学情的纯粹与美好本质",
  160. "内容范围": [
  161. "1:57-2:07"
  162. ],
  163. "推理依据": "用“最实在、最珍贵、最美好”概括同学情的本质,强调其无需伪装、无需装潢,真诚随意而又绵长。",
  164. "子项": []
  165. },
  166. {
  167. "id": "段落4.2",
  168. "描述": "同学情随岁月流逝而更加深厚",
  169. "内容范围": [
  170. "2:07-2:18"
  171. ],
  172. "推理依据": "通过青山、流水与人、岁月、友谊的对比,形象地表达了同学情谊随着时间流逝不仅不变,反而更加浓厚、深层,即使同窗短暂,也是一生之情。",
  173. "子项": []
  174. },
  175. {
  176. "id": "段落4.3",
  177. "描述": "呼吁分享视频,唤醒校园记忆",
  178. "内容范围": [
  179. "2:18-2:34"
  180. ],
  181. "推理依据": "明确发出行动号召,鼓励观众分享视频,将其传递给同学群,以期让更多老同学回忆起美好的校园时光和无忧无虑的日子。",
  182. "子项": []
  183. },
  184. {
  185. "id": "段落4.4",
  186. "描述": "对远方同学的问候与祝福",
  187. "内容范围": [
  188. "2:34-2:46"
  189. ],
  190. "推理依据": "以个人化的口吻向远方的老同学送去问候和祝福,希望视频能带去温暖和回忆,并再次呼吁分享给好友,共同感受这份真挚情感。",
  191. "子项": []
  192. },
  193. {
  194. "id": "段落4.5",
  195. "描述": "珍惜情谊,永藏心底",
  196. "内容范围": [
  197. "2:46-3:06"
  198. ],
  199. "推理依据": "强调同学间一声问候、一份祝福的珍贵,呼吁大家一起珍惜,将这份情谊视作心中最温暖的港湾,感谢共同走过的青葱岁月,并承诺将美好情谊珍藏心底。",
  200. "子项": []
  201. },
  202. {
  203. "id": "段落4.6",
  204. "描述": "最终呼吁与感谢",
  205. "内容范围": [
  206. "3:06-3:24"
  207. ],
  208. "推理依据": "再次重申视频分享的价值和目的,鼓励观众点赞支持,并对所有人的支持表示感谢,以强化视频的传播效果和情感共鸣。",
  209. "子项": []
  210. }
  211. ]
  212. }
  213. ]
  214. }
  215. 2025-12-02 17:43:26 - DeconstructionSystem.src.components.agents.script_section_division_agent - INFO - [script_section_division_agent.py:86] - 段落划分结果:
  216. {
  217. "内容品类": "情感分享/人生感悟",
  218. "段落列表": [
  219. {
  220. "id": "段落1",
  221. "描述": "引言:人到晚年对同学情的思念与珍视",
  222. "内容范围": [
  223. "0:00-0:13"
  224. ],
  225. "推理依据": "视频开篇通过点题“人到晚年”引出对老同学的深切怀念,并用“有一种关系/感动/牵挂”的排比句式奠定同学情谊的重要性,明确了视频的主题和情感基调。",
  226. "子项": [
  227. {
  228. "id": "段落1.1",
  229. "描述": "晚年思念老同学的初衷与分享愿望",
  230. "内容范围": [
  231. "0:00-0:03"
  232. ],
  233. "推理依据": "直接表达了创作者在晚年最想念的是老同学,并希望将这份情感分享出去,作为视频的引入和目的说明。",
  234. "子项": []
  235. },
  236. {
  237. "id": "段落1.2",
  238. "描述": "同学情的独特之处与无法割断的缘分",
  239. "内容范围": [
  240. "0:03-0:13"
  241. ],
  242. "推理依据": "通过一系列“有一种…”的句式,强调同学情谊是一种特殊的关系、感动和牵挂,是永远割不断、散不了的缘,突出其情感的深度和持久性。",
  243. "子项": []
  244. }
  245. ]
  246. },
  247. {
  248. "id": "段落2",
  249. "描述": "同学情的本质、特质与超越性",
  250. "内容范围": [
  251. "0:13-1:03"
  252. ],
  253. "推理依据": "此部分深入探讨了同学情谊随着时间推移的特点,将其与亲情进行比较,并用多种比喻和描述来刻画其坚韧和永恒的品质。",
  254. "子项": [
  255. {
  256. "id": "段落2.1",
  257. "描述": "同学情随时间沉淀的纯粹与珍贵",
  258. "内容范围": [
  259. "0:13-0:18"
  260. ],
  261. "推理依据": "通过“愈久愈纯正、愈久愈珍贵、愈久愈甘甜”的递进描述,强调时间是同学情的催化剂,使其情感更为深厚和有价值。",
  262. "子项": []
  263. },
  264. {
  265. "id": "段落2.2",
  266. "描述": "同学情虽非亲情却超越亲情",
  267. "内容范围": [
  268. "0:18-0:21"
  269. ],
  270. "推理依据": "明确指出同学情与亲情的异同,强调其在情感深度和重要性上并不逊色于亲情,凸显其独特而深刻的地位。",
  271. "子项": []
  272. },
  273. {
  274. "id": "段落2.3",
  275. "描述": "岁月流逝与重逢的渴望",
  276. "内容范围": [
  277. "0:21-0:30"
  278. ],
  279. "推理依据": "描绘了岁月悠悠、容颜变老,但同学情依然难忘的画面,并表达了久别同学对重逢的盼望,强化了时间未能磨灭情谊的主题。",
  280. "子项": []
  281. },
  282. {
  283. "id": "段落2.4",
  284. "描述": "同学情中的平等与深刻影响",
  285. "内容范围": [
  286. "0:30-0:37"
  287. ],
  288. "推理依据": "强调同学关系中没有贵贱贫富之分,情谊贯穿难忘岁月,记住复杂情结,体现了这份情感的纯粹性和对人生轨迹的深远影响。",
  289. "子项": []
  290. },
  291. {
  292. "id": "段落2.5",
  293. "描述": "同学情如陈年老酒与古董,一生难断",
  294. "内容范围": [
  295. "0:37-1:03"
  296. ],
  297. "推理依据": "将同学情比作越陈越香的老酒和珍贵的古董,并指出无论同窗时间长短、地理距离远近,同学间的友情都难以割断,象征其历久弥新和坚不可摧。",
  298. "子项": []
  299. }
  300. ]
  301. },
  302. {
  303. "id": "段落3",
  304. "描述": "同学情的永恒记忆与真情回味",
  305. "内容范围": [
  306. "1:03-1:57"
  307. ],
  308. "推理依据": "此部分聚焦于对共同青春岁月的具体回忆,从过去的玩闹、相处到如今的感叹,描绘了那些留在心底的、即便时光荏苒也依然鲜活的记忆和情感。",
  309. "子项": [
  310. {
  311. "id": "段落3.1",
  312. "描述": "青春往事的今昔对比",
  313. "内容范围": [
  314. "1:03-1:12"
  315. ],
  316. "推理依据": "通过“曾经的玩闹/相处/梦想,如今都成了历史/回忆/追忆”的对比,表达了对逝去青春的感叹,同时衬托出情谊的永恒。",
  317. "子项": []
  318. },
  319. {
  320. "id": "段落3.2",
  321. "描述": "难忘的笑脸、笑声与故事",
  322. "内容范围": [
  323. "1:12-1:23"
  324. ],
  325. "推理依据": "具象化地列举了青春时期那些稚嫩的笑脸、熟悉的笑声、有趣的故事和快乐的情景,直接触及观众对校园生活的美好回忆。",
  326. "子项": []
  327. },
  328. {
  329. "id": "段落3.3",
  330. "描述": "分离与重逢时的真情流露",
  331. "内容范围": [
  332. "1:23-1:57"
  333. ],
  334. "推理依据": "描述了毕业后因工作和各自闯荡而联系减少,但重逢时依然亲密无间,不计较彼此,脸上虽然有了皱纹,但熟悉的笑声和快乐情景仍历历在目,展现了同学情的真挚和无所顾忌。",
  335. "子项": []
  336. }
  337. ]
  338. },
  339. {
  340. "id": "段落4",
  341. "描述": "同学情的当下价值与传承呼吁",
  342. "内容范围": [
  343. "1:57-3:24"
  344. ],
  345. "推理依据": "这一部分总结了同学情的诸多优点,并向所有老同学发出真挚的问候、祝福和分享视频的呼吁,旨在传递这份美好情感,让更多人重拾回忆和感受到温暖。",
  346. "子项": [
  347. {
  348. "id": "段落4.1",
  349. "描述": "同学情的纯粹与美好本质",
  350. "内容范围": [
  351. "1:57-2:07"
  352. ],
  353. "推理依据": "用“最实在、最珍贵、最美好”概括同学情的本质,强调其无需伪装、无需装潢,真诚随意而又绵长。",
  354. "子项": []
  355. },
  356. {
  357. "id": "段落4.2",
  358. "描述": "同学情随岁月流逝而更加深厚",
  359. "内容范围": [
  360. "2:07-2:18"
  361. ],
  362. "推理依据": "通过青山、流水与人、岁月、友谊的对比,形象地表达了同学情谊随着时间流逝不仅不变,反而更加浓厚、深层,即使同窗短暂,也是一生之情。",
  363. "子项": []
  364. },
  365. {
  366. "id": "段落4.3",
  367. "描述": "呼吁分享视频,唤醒校园记忆",
  368. "内容范围": [
  369. "2:18-2:34"
  370. ],
  371. "推理依据": "明确发出行动号召,鼓励观众分享视频,将其传递给同学群,以期让更多老同学回忆起美好的校园时光和无忧无虑的日子。",
  372. "子项": []
  373. },
  374. {
  375. "id": "段落4.4",
  376. "描述": "对远方同学的问候与祝福",
  377. "内容范围": [
  378. "2:34-2:46"
  379. ],
  380. "推理依据": "以个人化的口吻向远方的老同学送去问候和祝福,希望视频能带去温暖和回忆,并再次呼吁分享给好友,共同感受这份真挚情感。",
  381. "子项": []
  382. },
  383. {
  384. "id": "段落4.5",
  385. "描述": "珍惜情谊,永藏心底",
  386. "内容范围": [
  387. "2:46-3:06"
  388. ],
  389. "推理依据": "强调同学间一声问候、一份祝福的珍贵,呼吁大家一起珍惜,将这份情谊视作心中最温暖的港湾,感谢共同走过的青葱岁月,并承诺将美好情谊珍藏心底。",
  390. "子项": []
  391. },
  392. {
  393. "id": "段落4.6",
  394. "描述": "最终呼吁与感谢",
  395. "内容范围": [
  396. "3:06-3:24"
  397. ],
  398. "推理依据": "再次重申视频分享的价值和目的,鼓励观众点赞支持,并对所有人的支持表示感谢,以强化视频的传播效果和情感共鸣。",
  399. "子项": []
  400. }
  401. ]
  402. }
  403. ]
  404. }
  405. 2025-12-02 17:43:26 - DeconstructionSystem.src.workflows.script_workflow - INFO - [script_workflow.py:144] - 脚本段落划分完成 - 内容品类: 情感分享/人生感悟, 段落数: 4
  406. 2025-12-02 17:43:26 - DeconstructionSystem.src.workflows.script_workflow - INFO - [script_workflow.py:157] - === 执行节点:实质元素提取 ===
  407. 2025-12-02 17:43:26 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:97] - === 开始实质元素提取(完整流程) ===
  408. 2025-12-02 17:43:26 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:79] - 通过 URI 提取的 file_name 获取文件: dvnuf32boebc
  409. 2025-12-02 17:43:27 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:131] - ▶ Step 1: 提取具体元素
  410. 2025-12-02 17:43:27 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 具体元素提取 - 开始视频分析...
  411. 2025-12-02 17:43:48 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 具体元素提取 - 视频分析完成
  412. 2025-12-02 17:43:48 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:135] - ▶ Step 2: 提取具象概念
  413. 2025-12-02 17:43:48 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 具象概念提取 - 开始视频分析...
  414. 2025-12-02 17:45:38 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 具象概念提取 - 视频分析完成
  415. 2025-12-02 17:45:38 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:139] - ▶ Step 2.1: 提取隐含概念
  416. 2025-12-02 17:45:38 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 隐含概念提取 - 开始视频分析...
  417. 2025-12-02 17:45:55 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 隐含概念提取 - 视频分析完成
  418. 2025-12-02 17:45:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:143] - ▶ Step 3: 总结抽象概念
  419. 2025-12-02 17:45:55 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 抽象概念总结 - 开始视频分析...
  420. 2025-12-02 17:46:35 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 抽象概念总结 - 视频分析完成
  421. 2025-12-02 17:46:35 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:153] - Step 1-3 完成 - 总计: 121 个元素 (具体:18, 具象:94, 隐含:3, 抽象:6)
  422. 2025-12-02 17:46:35 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:163] - ▶ Step 4: 共性分析
  423. 2025-12-02 17:46:35 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 共性分析 - 开始视频分析...
  424. 2025-12-02 17:46:35 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 共性分析 - 开始视频分析...
  425. 2025-12-02 17:47:10 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 共性分析 - 视频分析完成
  426. 2025-12-02 17:49:34 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 共性分析 - 视频分析完成
  427. 2025-12-02 17:49:34 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:169] - ▶ Step 5: 多维度评分(已停用相似度计算,仅返回空结果)
  428. 2025-12-02 17:49:34 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:720] - 【多维度评分】相似度比较逻辑已关闭,当前不进行评分,仅返回空结果。
  429. 2025-12-02 17:49:34 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:175] - ▶ Step 5.1: 意图支撑评估
  430. 2025-12-02 17:49:34 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:749] - 【意图支撑评估】输入: 121 个实质元素
  431. 2025-12-02 17:49:34 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:769] - 维度分组(意图支撑): 具体元素=18, 具象概念=94, 抽象概念=6, 隐含概念=3
  432. 2025-12-02 17:49:34 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 意图支撑评估-抽象概念-灵感点 - 开始视频分析...
  433. 2025-12-02 17:49:34 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 意图支撑评估-抽象概念-目的点 - 开始视频分析...
  434. 2025-12-02 17:49:34 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 意图支撑评估-具体元素-灵感点 - 开始视频分析...
  435. 2025-12-02 17:49:34 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 意图支撑评估-具体元素-目的点 - 开始视频分析...
  436. 2025-12-02 17:49:34 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 意图支撑评估-隐含概念-灵感点 - 开始视频分析...
  437. 2025-12-02 17:49:34 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 意图支撑评估-具象概念-目的点 - 开始视频分析...
  438. 2025-12-02 17:49:34 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 意图支撑评估-具象概念-灵感点 - 开始视频分析...
  439. 2025-12-02 17:49:34 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 意图支撑评估-隐含概念-目的点 - 开始视频分析...
  440. 2025-12-02 17:49:50 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 意图支撑评估-隐含概念-灵感点 - 视频分析完成
  441. 2025-12-02 17:49:50 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 意图支撑评估-具象概念-目的点 - 开始视频分析...
  442. 2025-12-02 17:49:54 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 意图支撑评估-隐含概念-目的点 - 视频分析完成
  443. 2025-12-02 17:49:59 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 意图支撑评估-具体元素-灵感点 - 视频分析完成
  444. 2025-12-02 17:49:59 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:811] - ✅ 意图支撑-具体元素-灵感点 评估完成: 3 条支撑关系
  445. 2025-12-02 17:50:00 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 意图支撑评估-抽象概念-灵感点 - 视频分析完成
  446. 2025-12-02 17:50:10 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 意图支撑评估-抽象概念-目的点 - 视频分析完成
  447. 2025-12-02 17:50:27 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 意图支撑评估-具体元素-目的点 - 视频分析完成
  448. 2025-12-02 17:50:27 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:811] - ✅ 意图支撑-具体元素-目的点 评估完成: 11 条支撑关系
  449. 2025-12-02 17:50:57 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 意图支撑评估-具象概念-灵感点 - 视频分析完成
  450. 2025-12-02 17:50:57 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:811] - ✅ 意图支撑-具象概念-灵感点 评估完成: 62 条支撑关系
  451. 2025-12-02 17:51:20 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 意图支撑评估-具象概念-目的点 - 视频分析完成
  452. 2025-12-02 17:51:55 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 意图支撑评估-具象概念-目的点 - 视频分析完成
  453. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:811] - ✅ 意图支撑-具象概念-目的点 评估完成: 89 条支撑关系
  454. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:811] - ✅ 意图支撑-抽象概念-灵感点 评估完成: 5 条支撑关系
  455. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:811] - ✅ 意图支撑-抽象概念-目的点 评估完成: 6 条支撑关系
  456. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:811] - ✅ 意图支撑-隐含概念-灵感点 评估完成: 3 条支撑关系
  457. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:811] - ✅ 意图支撑-隐含概念-目的点 评估完成: 3 条支撑关系
  458. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:187] - ▶ Step 6: 筛选
  459. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1146] - ✅ 保留: id=具体元素-1, name=房屋, support_count=2, coverage=0.8125
  460. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=具体元素-2, name=树木, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=32, coverage=1.0000)
  461. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1146] - ✅ 保留: id=具体元素-3, name=花朵, support_count=1, coverage=0.75
  462. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=具体元素-4, name=草地, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=23, coverage=0.8125)
  463. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1146] - ✅ 保留: id=具体元素-5, name=山脉, support_count=3, coverage=0.875
  464. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1146] - ✅ 保留: id=具体元素-6, name=天空, support_count=2, coverage=1.0
  465. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1146] - ✅ 保留: id=具体元素-7, name=小径, support_count=2, coverage=0.75
  466. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=具体元素-8, name=运河, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=3, coverage=0.0625)
  467. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=具体元素-9, name=船, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=5, coverage=0.1250)
  468. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=具体元素-10, name=灯笼, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1250)
  469. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1146] - ✅ 保留: id=具体元素-11, name=梯田, support_count=2, coverage=0.4375
  470. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=具体元素-12, name=菜园, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=3, coverage=0.0625)
  471. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=具体元素-13, name=人, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=3, coverage=0.0625)
  472. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=具体元素-14, name=装饰品, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.0625)
  473. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具体元素-15, name=桥梁, 原因=出现频次<=1 (frequency=1)
  474. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具体元素-16, name=阳光, 原因=出现频次<=1 (frequency=1)
  475. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=具体元素-17, name=鸟, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=5, coverage=0.2500)
  476. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=具体元素-18, name=烟雾, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1250)
  477. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1146] - ✅ 保留: id=具象概念-1, name=晚年, support_count=3, coverage=1.0
  478. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1146] - ✅ 保留: id=具象概念-2, name=老同学, support_count=3, coverage=0.4375
  479. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-3, name=关系, 原因=出现频次<=1 (frequency=1)
  480. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-4, name=感动, 原因=出现频次<=1 (frequency=1)
  481. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1146] - ✅ 保留: id=具象概念-5, name=同学, support_count=3, coverage=0.75
  482. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-6, name=牵挂, 原因=出现频次<=1 (frequency=1)
  483. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-7, name=情, 原因=出现频次<=1 (frequency=1)
  484. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-9, name=同学缘, 原因=出现频次<=1 (frequency=1)
  485. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-10, name=缘, 原因=出现频次<=1 (frequency=1)
  486. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=具象概念-11, name=亲情, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.0625)
  487. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-12, name=十几年, 原因=出现频次<=1 (frequency=1)
  488. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-13, name=数十年, 原因=出现频次<=1 (frequency=1)
  489. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-14, name=聚散, 原因=出现频次<=1 (frequency=1)
  490. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=具象概念-15, name=岁月, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=5, coverage=0.2500)
  491. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-16, name=头, 原因=出现频次<=1 (frequency=1)
  492. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-17, name=重逢, 原因=出现频次<=1 (frequency=1)
  493. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-18, name=情结, 原因=出现频次<=1 (frequency=1)
  494. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-19, name=老酒, 原因=出现频次<=1 (frequency=1)
  495. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-20, name=古董, 原因=出现频次<=1 (frequency=1)
  496. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-21, name=时间, 原因=出现频次<=1 (frequency=1)
  497. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-22, name=三年, 原因=出现频次<=1 (frequency=1)
  498. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-23, name=五载, 原因=出现频次<=1 (frequency=1)
  499. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=具象概念-24, name=友情, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=4, coverage=0.1875)
  500. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=具象概念-25, name=一生, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1250)
  501. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-26, name=一世情, 原因=出现频次<=1 (frequency=1)
  502. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-27, name=三言两语, 原因=出现频次<=1 (frequency=1)
  503. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=具象概念-28, name=同窗, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.0625)
  504. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-29, name=数载, 原因=出现频次<=1 (frequency=1)
  505. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-30, name=依恋, 原因=出现频次<=1 (frequency=1)
  506. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-31, name=青春岁月, 原因=出现频次<=1 (frequency=1)
  507. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-32, name=证明, 原因=出现频次<=1 (frequency=1)
  508. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-33, name=世间, 原因=出现频次<=1 (frequency=1)
  509. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-35, name=惦记, 原因=出现频次<=1 (frequency=1)
  510. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-36, name=天之涯, 原因=出现频次<=1 (frequency=1)
  511. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-37, name=海之角, 原因=出现频次<=1 (frequency=1)
  512. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-38, name=距离, 原因=出现频次<=1 (frequency=1)
  513. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-39, name=深情相依, 原因=出现频次<=1 (frequency=1)
  514. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-40, name=往昔, 原因=出现频次<=1 (frequency=1)
  515. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-41, name=玩闹逗笑, 原因=出现频次<=1 (frequency=1)
  516. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-42, name=历史, 原因=出现频次<=1 (frequency=1)
  517. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-43, name=朝夕相处, 原因=出现频次<=1 (frequency=1)
  518. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=具象概念-44, name=回忆, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=4, coverage=0.2500)
  519. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-45, name=梦想目标, 原因=出现频次<=1 (frequency=1)
  520. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-46, name=追忆, 原因=出现频次<=1 (frequency=1)
  521. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=具象概念-47, name=笑脸, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1250)
  522. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=具象概念-48, name=笑声, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1250)
  523. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=具象概念-49, name=故事, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1250)
  524. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=具象概念-50, name=情景, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1250)
  525. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=具象概念-51, name=工作, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.1250)
  526. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-52, name=繁忙, 原因=出现频次<=1 (frequency=1)
  527. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-53, name=闯荡, 原因=出现频次<=1 (frequency=1)
  528. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-54, name=毕业, 原因=出现频次<=1 (frequency=1)
  529. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-55, name=联系, 原因=出现频次<=1 (frequency=1)
  530. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-56, name=亲密友情, 原因=出现频次<=1 (frequency=1)
  531. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-57, name=绰号, 原因=出现频次<=1 (frequency=1)
  532. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-58, name=乳名, 原因=出现频次<=1 (frequency=1)
  533. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=具象概念-59, name=对方, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.0625)
  534. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-60, name=掌, 原因=出现频次<=1 (frequency=1)
  535. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-61, name=拳, 原因=出现频次<=1 (frequency=1)
  536. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-62, name=小脸, 原因=出现频次<=1 (frequency=1)
  537. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-63, name=皱纹, 原因=出现频次<=1 (frequency=1)
  538. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-64, name=沧桑, 原因=出现频次<=1 (frequency=1)
  539. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-65, name=回味, 原因=出现频次<=1 (frequency=1)
  540. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-66, name=眼前, 原因=出现频次<=1 (frequency=1)
  541. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-67, name=伪装, 原因=出现频次<=1 (frequency=1)
  542. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-68, name=装潢, 原因=出现频次<=1 (frequency=1)
  543. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-69, name=青山, 原因=出现频次<=1 (frequency=1)
  544. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-70, name=同床, 原因=出现频次<=1 (frequency=1)
  545. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-71, name=三两载, 原因=出现频次<=1 (frequency=1)
  546. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-72, name=一生情, 原因=出现频次<=1 (frequency=1)
  547. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-73, name=文章, 原因=出现频次<=1 (frequency=1)
  548. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-74, name=手指, 原因=出现频次<=1 (frequency=1)
  549. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=具象概念-75, name=视频, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=3, coverage=0.1875)
  550. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-76, name=同学群, 原因=出现频次<=1 (frequency=1)
  551. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=具象概念-77, name=情谊, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=7, coverage=0.2500)
  552. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-78, name=校园时光, 原因=出现频次<=1 (frequency=1)
  553. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-79, name=日子, 原因=出现频次<=1 (frequency=1)
  554. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-80, name=远方, 原因=出现频次<=1 (frequency=1)
  555. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-81, name=生活, 原因=出现频次<=1 (frequency=1)
  556. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=具象概念-82, name=温暖, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=3, coverage=0.1875)
  557. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1146] - ✅ 保留: id=抽象概念-1, name=友谊, support_count=3, coverage=0.875
  558. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1146] - ✅ 保留: id=抽象概念-2, name=回忆, support_count=2, coverage=0.5625
  559. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-83, name=好友, 原因=出现频次<=1 (frequency=1)
  560. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-84, name=问候, 原因=出现频次<=1 (frequency=1)
  561. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-85, name=祝福, 原因=出现频次<=1 (frequency=1)
  562. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-86, name=港湾, 原因=出现频次<=1 (frequency=1)
  563. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-87, name=青葱岁月, 原因=出现频次<=1 (frequency=1)
  564. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=具象概念-88, name=心底, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=2, coverage=0.0625)
  565. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-89, name=记忆, 原因=出现频次<=1 (frequency=1)
  566. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-90, name=同学情谊, 原因=出现频次<=1 (frequency=1)
  567. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-91, name=力量, 原因=出现频次<=1 (frequency=1)
  568. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-92, name=赞, 原因=出现频次<=1 (frequency=1)
  569. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-93, name=支持, 原因=出现频次<=1 (frequency=1)
  570. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1131] - ❌ 过滤: id=具象概念-94, name=动力, 原因=出现频次<=1 (frequency=1)
  571. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1146] - ✅ 保留: id=抽象概念-3, name=岁月, support_count=3, coverage=0.3125
  572. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=抽象概念-4, name=真诚, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=4, coverage=0.2500)
  573. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1154] - ❌ 过滤: id=抽象概念-5, name=珍视, 原因=无隐含概念豁免且未同时满足出现频次>1、有意图支撑关系和段落覆盖率>0.3 (frequency=5, coverage=0.2500)
  574. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1146] - ✅ 保留: id=抽象概念-6, name=情感支持, support_count=3, coverage=0.375
  575. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:1164] - 筛选完成: 13/118 通过
  576. 2025-12-02 17:51:55 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:195] - ▶ Step 7: 分类
  577. 2025-12-02 17:52:06 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:201] - ▶ Step 8: 合并信息
  578. 2025-12-02 17:52:06 - DeconstructionSystem.src.components.agents.script_substance_extraction_agent - INFO - [script_substance_extraction_agent.py:211] - 实质元素提取完成 - 最终元素数: 13
  579. 2025-12-02 17:52:06 - DeconstructionSystem.src.workflows.script_workflow - INFO - [script_workflow.py:175] - 实质元素提取完成 - 最终元素数: 13
  580. 2025-12-02 17:52:06 - DeconstructionSystem.src.workflows.script_workflow - INFO - [script_workflow.py:195] - === 执行节点:形式元素提取 ===
  581. 2025-12-02 17:52:06 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:86] - === 开始形式元素提取(视频版,完整流程) ===
  582. 2025-12-02 17:52:06 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:79] - 通过 URI 提取的 file_name 获取文件: dvnuf32boebc
  583. 2025-12-02 17:52:07 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:146] - 输入: 具体元素=6, 具象概念=3, 隐含概念=0, 抽象概念=4, 形式关键点=0
  584. 2025-12-02 17:52:07 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:156] - ▶ Step 1: 提取具象概念形式
  585. 2025-12-02 17:52:07 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 具象概念形式提取 - 开始视频分析...
  586. 2025-12-02 17:54:02 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 具象概念形式提取 - 视频分析完成
  587. 2025-12-02 17:54:02 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:312] - Step 1 完成 - 提取了 62 个具象概念形式
  588. 2025-12-02 17:54:02 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:162] - ▶ Step 2: 提取具体元素形式
  589. 2025-12-02 17:54:02 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 具体元素形式提取 - 开始视频分析...
  590. 2025-12-02 17:55:02 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 具体元素形式提取 - 视频分析完成
  591. 2025-12-02 17:55:02 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:427] - Step 2 完成 - 提取了 4 个具体元素形式
  592. 2025-12-02 17:55:02 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:168] - ▶ Step 3: 提取整体形式
  593. 2025-12-02 17:55:02 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:258] - 整体形式提取 - 开始视频分析...
  594. 2025-12-02 17:55:25 - DeconstructionSystem.src.utils.llm_invoker - INFO - [llm_invoker.py:298] - 整体形式提取 - 视频分析完成
  595. 2025-12-02 17:55:25 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:565] - Step 3 完成 - 提取了 3 个整体形式
  596. 2025-12-02 17:55:25 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:182] - Step 1-3 完成 - 总计提取: 69 个形式元素 (具象概念形式:62, 具体元素形式:4, 整体形式:3)
  597. 2025-12-02 17:55:25 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:190] - ▶ Step 4: 共性分析(跳过 - 形式元素不需要共性分析)
  598. 2025-12-02 17:55:25 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:193] - ▶ Step 5: 多维度评分
  599. 2025-12-02 17:55:25 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:578] - 【多维度评分】输入: 69 个形式元素
  600. 2025-12-02 17:55:25 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:634] - 灵感点分批评估: 1 批
  601. 2025-12-02 17:55:25 - DeconstructionSystem.src.components.agents.script_form_extraction_agent - INFO - [script_form_extraction_agent.py:634] - 目的点分批评估: 2 批