Files
html/api/blade-tasks/tools_bridge_setup.json
WEVIA 581f839045
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
final-119tools-snap-archiver-running-13emails-enriched
2026-04-12 23:53:31 +02:00

9 lines
711 B
JSON

{
"id": "tools_bridge_setup",
"type": "powershell",
"priority": "P0",
"description": "Setup WEVIA Tools Bridge — Blade can now call 134 tools via API",
"cmd": "$bridge = \"https://weval-consulting.com/api/blade-tools-bridge.php\"; $h = Invoke-RestMethod -Uri $bridge -Method POST -ContentType \"application/json\" -Body (ConvertTo-Json @{action=\"health\"}); Write-Host \"BRIDGE: $($h.engine) | $($h.tools) tools | $($h.skills) skills\"; $t = Invoke-RestMethod -Uri $bridge -Method POST -ContentType \"application/json\" -Body (ConvertTo-Json @{action=\"list\"}); Write-Host \"TOOLS: $($t.count) available\"; Write-Host \"BRIDGE READY\"",
"created": "2026-04-12T23:50:00Z",
"status": "pending"
}