92 lines
3.0 KiB
JSON
92 lines
3.0 KiB
JSON
{
|
|
"version": "1.0",
|
|
"date": "2026-04-02",
|
|
"integrations": {
|
|
"godmod3": {
|
|
"name": "godmod3.AI",
|
|
"type": "consensus_patterns",
|
|
"api": "https://godmod3.ai",
|
|
"patterns": {
|
|
"multi_llm_routing": "Route same query to N providers, merge best answers",
|
|
"dataset_gen": "Generate training data from consensus outputs",
|
|
"quality_scoring": "Score each response 0-100, pick highest"
|
|
},
|
|
"weval_usage": "Already implemented in Manager v5 curl_multi (Groq+Cerebras+Alibaba parallel)",
|
|
"status": "patterns_already_in_manager"
|
|
},
|
|
"render": {
|
|
"name": "Render",
|
|
"type": "cloud_hosting",
|
|
"url": "https://render.com",
|
|
"free_tier": "750h/month web services",
|
|
"weval_usage": "Backup hosting option for static sites/APIs",
|
|
"status": "reference"
|
|
},
|
|
"llooka": {
|
|
"name": "Llooka.com",
|
|
"type": "avatar_generation",
|
|
"api": "https://llooka.com",
|
|
"free_tier": true,
|
|
"weval_usage": "Generate AI avatars for Ethica HCP profiles, B2B lead enrichment",
|
|
"integration_url": "https://llooka.com/api/generate?style=professional&prompt=",
|
|
"status": "api_ready"
|
|
},
|
|
"holyclaude": {
|
|
"name": "CoderLuii/HolyClaude",
|
|
"stars": 1546,
|
|
"desc": "AI coding workstation: Claude Code + web UI + 5 AI CLIs + headless browser + 50+ tools",
|
|
"url": "https://github.com/CoderLuii/HolyClaude",
|
|
"status": "found"
|
|
},
|
|
"pinokio": {
|
|
"name": "Pinokio",
|
|
"blade_task": true,
|
|
"install_cmd": "winget install pinokio",
|
|
"status": "task_pushed"
|
|
},
|
|
"prompthero": {
|
|
"name": "PromptHero",
|
|
"prompts_added": 10,
|
|
"status": "enriched"
|
|
},
|
|
"prompthackers": {
|
|
"name": "PromptHackers",
|
|
"type": "prompt_security",
|
|
"patterns": {
|
|
"injection_guard": "Detect and block prompt injection attempts",
|
|
"jailbreak_defense": "Refuse roleplay that bypasses safety",
|
|
"data_leak_prevention": "Never expose system prompts or API keys",
|
|
"input_sanitization": "Strip HTML/JS/SQL from user prompts"
|
|
},
|
|
"weval_usage": "Already in WEVIA Brain sanitizeUserInput() + finalSanitize()",
|
|
"status": "patterns_already_applied"
|
|
},
|
|
"modelscope": {
|
|
"name": "ModelScope",
|
|
"type": "model_hub",
|
|
"api": "https://modelscope.cn/api/v1",
|
|
"models": [
|
|
"Qwen2.5-72B",
|
|
"DeepSeek-V3",
|
|
"Yi-1.5-34B",
|
|
"ChatGLM4"
|
|
],
|
|
"weval_usage": "Alternative to HuggingFace for Chinese models (Qwen, DeepSeek)",
|
|
"status": "reference_active"
|
|
},
|
|
"ltx_video": {
|
|
"name": "LTX-Video",
|
|
"type": "video_generation",
|
|
"repo": "Lightricks/LTX-Video",
|
|
"requirement": "GPU (not available on S204 CPU)",
|
|
"alternatives": [
|
|
"Google Colab notebook",
|
|
"RunPod serverless",
|
|
"Kaggle GPU"
|
|
],
|
|
"weval_usage": "Future: /api/video-gen endpoint when GPU available",
|
|
"status": "gpu_required"
|
|
}
|
|
},
|
|
"total": 9
|
|
} |