add core logic for job source

This commit is contained in:
geekgeekrun
2025-07-12 19:31:14 +08:00
parent b89d6e264d
commit f078500c14
7 changed files with 409 additions and 30 deletions
@@ -23,5 +23,11 @@
"recentMessageQuantityForLlm": 8,
"rechatLlmFallback": 1,
"onlyRemindBossWithExpectJobType": true
}
},
"jobSourceList": [
{
"type": "expect",
"enabled": true
}
]
}