feat:add support for slack

This commit is contained in:
wangcham
2025-03-30 12:53:48 -04:00
parent 629ebae0e9
commit c0dbf6fd13
9 changed files with 429 additions and 2 deletions

View File

@@ -94,6 +94,14 @@
"adapter":"telegram",
"enable": false,
"token":""
},
{
"adapter":"slack",
"enable":true,
"bot_token":"",
"signing_secret":"",
"host":"0.0.0.0",
"port":2288
}
],
"track-function-calls": true,