@lightcone-ai/daemon 0.15.52 → 0.15.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,112 +0,0 @@
1
- {
2
- "default_outro_video_id": "outro-default-zh",
3
- "sentence_char_range": {
4
- "min": 14,
5
- "max": 60
6
- },
7
- "platform_profiles": {
8
- "xiaohongshu": {
9
- "id": "xiaohongshu",
10
- "aliases": ["xhs", "redbook", "xiaohongshu", "小红书"],
11
- "duration_range_s": [30, 45],
12
- "default_total_duration_s": 36,
13
- "hook_duration_s": 6,
14
- "cta_duration_s": 6,
15
- "min_highlight_duration_s": 8,
16
- "tone": "种草型、亲切、讲重点",
17
- "voice_preset": "warm_female_zh_01",
18
- "speed": 1.06
19
- },
20
- "douyin": {
21
- "id": "douyin",
22
- "aliases": ["douyin", "抖音", "tiktok_cn"],
23
- "duration_range_s": [25, 40],
24
- "default_total_duration_s": 32,
25
- "hook_duration_s": 5,
26
- "cta_duration_s": 5,
27
- "min_highlight_duration_s": 7,
28
- "tone": "快节奏、结论先行、行动明确",
29
- "voice_preset": "news_male_zh_01",
30
- "speed": 1.14
31
- },
32
- "wechat_video": {
33
- "id": "wechat_video",
34
- "aliases": ["wechat_video", "wechat-video", "video_channel", "视频号", "wechat", "公众号视频号"],
35
- "duration_range_s": [35, 60],
36
- "default_total_duration_s": 46,
37
- "hook_duration_s": 7,
38
- "cta_duration_s": 7,
39
- "min_highlight_duration_s": 9,
40
- "tone": "稳健讲解、信息完整、可信表达",
41
- "voice_preset": "warm_male_zh_01",
42
- "speed": 0.98
43
- }
44
- },
45
- "sentence_fillers": [
46
- "你可以把这段信息理解成筛选效率的核心杠杆,它决定了你后续要不要投入更多时间。",
47
- "我会只保留对决策真正有帮助的线索,避免你被页面里的装饰信息分散注意力。",
48
- "看完这一段后,你应该能立刻得到一个可执行判断,而不是停留在模糊印象。",
49
- "如果这部分与你的目标不匹配,建议立刻止损切换,不要把精力耗在低价值信息上。",
50
- "把它和你自己的标准逐条对照,会比完整通读页面更快得到可靠结论。"
51
- ],
52
- "narration_modes": [
53
- "job_intel_broadcast",
54
- "job_alert",
55
- "info_summary",
56
- "refuse_auto_broadcast"
57
- ],
58
- "recruitment_keyword_terms": [
59
- "招聘",
60
- "校招",
61
- "实习",
62
- "职位",
63
- "岗位",
64
- "career",
65
- "jobs",
66
- "intern",
67
- "campus"
68
- ],
69
- "recruitment_type_labels": {
70
- "campus": "校园招聘",
71
- "intern": "实习招聘",
72
- "experienced": "社会招聘",
73
- "job_posting_unknown": "岗位招聘信息"
74
- },
75
- "slot_labels": {
76
- "company": "公司",
77
- "published_at": "发布时间",
78
- "recruitment_type": "招聘类型",
79
- "cohort": "届别",
80
- "job_directions": "岗位方向",
81
- "locations": "工作城市",
82
- "target_or_requirements": "对象与要求",
83
- "process": "招聘流程",
84
- "entry_or_cta": "投递入口"
85
- },
86
- "mode_severity": {
87
- "job_intel_broadcast": 4,
88
- "job_alert": 3,
89
- "info_summary": 2,
90
- "refuse_auto_broadcast": 1
91
- },
92
- "mode_min_confidence": {
93
- "strong": 0.6,
94
- "support": 0.52,
95
- "weakSignal": 0.42,
96
- "floor": 0.36
97
- },
98
- "recruitment_fail_closed_groups": [
99
- {
100
- "id": "company+published_at+recruitment_type",
101
- "keys": ["company", "published_at", "recruitment_type"]
102
- },
103
- {
104
- "id": "company+cohort+job_directions",
105
- "keys": ["company", "cohort", "job_directions"]
106
- },
107
- {
108
- "id": "company+recruitment_type+locations",
109
- "keys": ["company", "recruitment_type", "locations"]
110
- }
111
- ]
112
- }