Refactored orchestrator for staged file handling, added structured prompt support, adjusted Feishu file handling

This commit is contained in:
whlaoding
2026-03-08 22:38:29 +08:00
parent e2f806edb3
commit 52b8dbb835
30 changed files with 9325 additions and 34 deletions

3
.vscode/launch.json vendored
View File

@@ -6,6 +6,7 @@
"type": "go",
"request": "launch",
"mode": "auto",
"preLaunchTask": "Kill Stale LaodingBot Debug Processes",
"program": "${workspaceFolder}/cmd/bot",
"cwd": "${workspaceFolder}",
"envFile": "${workspaceFolder}/configs/env"
@@ -15,6 +16,7 @@
"type": "go",
"request": "launch",
"mode": "auto",
"preLaunchTask": "Kill Stale LaodingBot Debug Processes",
"program": "${workspaceFolder}/cmd/bot",
"cwd": "${workspaceFolder}",
"envFile": "${workspaceFolder}/configs/env",
@@ -27,6 +29,7 @@
"type": "go",
"request": "launch",
"mode": "auto",
"preLaunchTask": "Kill Stale LaodingBot Debug Processes",
"program": "${workspaceFolder}/cmd/bot",
"cwd": "${workspaceFolder}",
"envFile": "${workspaceFolder}/configs/env",