Files
html/api/wevia-v75-intents-include.php
2026-04-19 15:20:03 +02:00

8 lines
1008 B
PHP

<?php
// V75 intents — Avatar unification
if (!isset($msg) || !isset($intents)) return;
if (preg_match('/\\b(v75|meeting.?rooms.?style|avatar.?unifi|emoji.?avatar|style.?meeting|unifi.?avatar)\\b/iu', $msg)) {
$intents[] = ['id'=>'v75_avatar_status', 'cmd'=>'echo "=== V75 AVATAR UNIFIED (meeting-rooms style) ===" && python3 -c "import json;d=json.load(open(\"/var/www/html/api/agent-avatars.json\"));print(f\"Registry: {len(d)} agents\");emo=[v for v in d.values() if isinstance(v,dict) and v.get(\"emoji\")];print(f\"Emoji-based: {len(emo)}\");print(\"Sample WEVIA Master:\", d.get(\"WEVIA Master\",{}).get(\"emoji\",\"?\"));print(\"Sample Scrum Master Copilot:\", d.get(\"Scrum Master Copilot\",{}).get(\"emoji\",\"?\"))" && echo "" && echo "SVG endpoint: /api/agent-avatar-svg.php" && echo "" && echo "Pages unified (12): enterprise-model, meeting-rooms, agents-archi, agents-valuechain, architecture*3, enterprise-complete, erp-launchpad, sales-hub, dg-command-center, intelligence-growth"'];
}