包含七步编排入口、结构化/向量化/聚类/词频/报告模块与 prompts 配置;忽略原始 CSV 与本地密钥。 Co-authored-by: Cursor <cursoragent@cursor.com>
10 lines
238 B
TOML
10 lines
238 B
TOML
[project]
|
|
name = "voc-llm-structured"
|
|
version = "0.1.0"
|
|
description = "Structured VOC review extraction via DashScope qwen3.6-flash"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"mcp>=1.2.0",
|
|
"openai>=1.40.0",
|
|
"pyyaml>=6.0",
|
|
]
|