add agent workspace
This commit is contained in:
16
scripts/email_processor/config.json
Normal file
16
scripts/email_processor/config.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"imap": {
|
||||
"host": "imap.migadu.com",
|
||||
"port": 993,
|
||||
"email": "youlu@luyanxin.com",
|
||||
"password": "kDkNau2r7m.hV!uk*D4Yr8mC7Dyjx9T"
|
||||
},
|
||||
"ollama": {
|
||||
"host": "http://localhost:11434",
|
||||
"model": "qwen3:4b"
|
||||
},
|
||||
"rules": {
|
||||
"max_body_length": 1000,
|
||||
"check_unseen_only": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user