agent-Specialization/users/ziyin/data/file_annotations.json
2025-11-14 16:44:12 +08:00

21 lines
1.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"content_automation_agent/config/config.yaml": "主配置文件包含API密钥、路径设置、参数配置等",
"content_automation_agent/main.py": "主程序入口,协调整个内容自动化流程",
"content_automation_agent/src/utils/config_loader.py": "配置文件加载器",
"content_automation_agent/src/utils/logger.py": "日志设置工具",
"content_automation_agent/src/crawler/web_crawler.py": "网络爬虫模块,支持多平台内容抓取",
"content_automation_agent/src/crawler/__init__.py": "爬虫模块初始化文件",
"content_automation_agent/src/extractor/content_extractor.py": "内容提取器从HTML中提取有效文案内容",
"content_automation_agent/src/extractor/__init__.py": "内容提取模块初始化文件",
"content_automation_agent/src/rewriter/content_rewriter.py": "AI内容改写器调用大模型API进行智能改稿",
"content_automation_agent/src/rewriter/__init__.py": "内容改写模块初始化文件",
"content_automation_agent/src/voice_generator/voice_generator.py": "语音生成器,将文本转换为语音文件",
"content_automation_agent/src/voice_generator/__init__.py": "语音生成模块初始化文件",
"content_automation_agent/src/video_generator/video_generator.py": "视频生成器,将文本转换为视频文件",
"content_automation_agent/src/video_generator/__init__.py": "视频生成模块初始化文件",
"content_automation_agent/requirements.txt": "项目依赖文件",
"content_automation_agent/README.md": "项目使用说明文档",
"content_automation_agent/examples/basic_usage.py": "基本使用示例",
"content_automation_agent/test_installation.py": "安装测试脚本",
"content_automation_agent/demo.py": "项目演示脚本"
}