34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
|
|
{
|
||
|
|
"id": "kakaotalk",
|
||
|
|
"name": "KakaoTalk",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"label": "KakaoTalk (OpenBuilder Skill API)",
|
||
|
|
"aliases": ["kakao", "카카오톡"],
|
||
|
|
"description": "KakaoTalk channel integration via Kakao i OpenBuilder Skill API. Supports direct chat, text, image, cards, carousels, and quick replies.",
|
||
|
|
"author": "ForcePilot Team",
|
||
|
|
"order": 62,
|
||
|
|
"dependencies": ["httpx"],
|
||
|
|
"capabilities": {
|
||
|
|
"chat_types": ["direct"],
|
||
|
|
"message_types": ["text", "image"],
|
||
|
|
"interactions": ["quick_reply", "carousel", "card", "commerce"],
|
||
|
|
"reactions": false,
|
||
|
|
"typing_indicator": false,
|
||
|
|
"threads": false,
|
||
|
|
"edit": false,
|
||
|
|
"unsend": false,
|
||
|
|
"reply": false,
|
||
|
|
"media": true,
|
||
|
|
"native_commands": true,
|
||
|
|
"polls": false,
|
||
|
|
"streaming": true,
|
||
|
|
"streaming_mode": "block",
|
||
|
|
"block_streaming": true,
|
||
|
|
"block_streaming_chunk_min_chars": 300,
|
||
|
|
"block_streaming_chunk_max_chars": 500,
|
||
|
|
"block_streaming_coalesce_min_chars": 200,
|
||
|
|
"block_streaming_coalesce_max_chars": 500
|
||
|
|
},
|
||
|
|
"enabled": true,
|
||
|
|
"python_requires": ">=3.12"
|
||
|
|
}
|