diff --git a/tool-registry-v2.json b/tool-registry-v2.json index be49cdb..43cd710 100644 --- a/tool-registry-v2.json +++ b/tool-registry-v2.json @@ -1181,6 +1181,21 @@ "id": "graphify_bench", "kw": "graphify.*bench|token.*reduction|bench.*graph", "api": "GET:/api/wevia-action-engine.php?action=exec_s204&cmd=cd+/var/www/html+%26%26+graphify+benchmark+2>&1" + }, + { + "id": "ruflo_status", + "kw": "ruflo|swarm|orchestrat.*agent|multi.*agent.*swarm", + "api": "GET:/api/wevia-action-engine.php?action=exec_s204&cmd=npx+ruflo@latest+--version+2>/dev/null;+ruflo+status+2>/dev/null+||+echo+ruflo+available" + }, + { + "id": "ruflo_init", + "kw": "ruflo.*init|init.*ruflo|lance.*ruflo|start.*swarm", + "api": "GET:/api/wevia-action-engine.php?action=exec_s204&cmd=cd+/opt/ruflo+&&+npx+ruflo@latest+init+2>&1+|+tail+-5" + }, + { + "id": "ruflo_agents", + "kw": "ruflo.*agent|agent.*swarm|liste.*swarm", + "api": "GET:/api/wevia-action-engine.php?action=exec_s204&cmd=npx+ruflo@latest+agents+list+2>&1+|+head+-20" } ] } \ No newline at end of file