AINewsCollector/config.json

39 lines
1.1 KiB
JSON

{
"topics": [
{
"name": "AI 编程工具 / Code Agent",
"keywords": ["copilot", "cursor", "code agent", "code generation", "code assistant", "ai coding", "llm programming", "autocomplete", "code completion"]
},
{
"name": "Agent 框架",
"keywords": ["langchain", "llamaindex", "crewai", "autogen", "agent framework", "multi-agent", "tool use", "function calling", "agent workflow"]
},
{
"name": "AI 基础设施 / 推理优化",
"keywords": ["inference", "optimization", "vllm", "tensorrt", "onnx", "quantization", "distributed training", "model serving", "gpu optimization", "cuda", "triton", "speculative decoding"]
}
],
"sources": {
"arxiv": {
"enabled": true,
"categories": ["cs.AI", "cs.CL", "cs.LG"],
"weight": 6,
"keywordMatchWeight": 10,
"maxResults": 50
},
"huggingface": {
"enabled": true,
"weight": 8,
"maxResults": 30
},
"github": {
"enabled": true,
"weight": 7,
"maxResults": 30
}
},
"output": {
"topCount": 10
}
}