mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-30 04:30:13 +00:00
update
This commit is contained in:
parent
22a8b4fe38
commit
e83c3093ae
7 changed files with 78 additions and 24 deletions
|
|
@ -39,14 +39,18 @@ class ConfigInfo:
|
|||
# "env_vars": [],
|
||||
# "toolkit": "",
|
||||
# },
|
||||
ConfigGroup.SLACK.value: {
|
||||
"env_vars": ["SLACK_BOT_TOKEN"],
|
||||
"toolkit": "slack_toolkit",
|
||||
},
|
||||
ConfigGroup.NOTION.value: {
|
||||
"env_vars": ["MCP_REMOTE_CONFIG_DIR"],
|
||||
"toolkit": "notion_mcp_toolkit",
|
||||
},
|
||||
ConfigGroup.SLACK.value: {
|
||||
"env_vars": ["SLACK_BOT_TOKEN"],
|
||||
"toolkit": "slack_toolkit",
|
||||
},
|
||||
ConfigGroup.LARK.value: {
|
||||
"env_vars": ["LARK_APP_ID", "LARK_APP_SECRET"],
|
||||
"toolkit": "lark_toolkit",
|
||||
},
|
||||
ConfigGroup.NOTION.value: {
|
||||
"env_vars": ["MCP_REMOTE_CONFIG_DIR"],
|
||||
"toolkit": "notion_mcp_toolkit",
|
||||
},
|
||||
ConfigGroup.TWITTER.value: {
|
||||
"env_vars": [
|
||||
"TWITTER_CONSUMER_KEY",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue