feat: add workspace-isolated toolhost runtime and capability-gap skill loop
This commit is contained in:
38
.vscode/launch.json
vendored
Normal file
38
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "LaodingBot: Debug (from configs/env)",
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"mode": "auto",
|
||||
"program": "${workspaceFolder}/cmd/bot",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"envFile": "${workspaceFolder}/configs/env"
|
||||
},
|
||||
{
|
||||
"name": "LaodingBot: Debug Telegram",
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"mode": "auto",
|
||||
"program": "${workspaceFolder}/cmd/bot",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"envFile": "${workspaceFolder}/configs/env",
|
||||
"env": {
|
||||
"MESSAGE_CHANNEL": "telegram"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "LaodingBot: Debug Feishu",
|
||||
"type": "go",
|
||||
"request": "launch",
|
||||
"mode": "auto",
|
||||
"program": "${workspaceFolder}/cmd/bot",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"envFile": "${workspaceFolder}/configs/env",
|
||||
"env": {
|
||||
"MESSAGE_CHANNEL": "feishu"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user