feat(ntfy): add ntfy platform adapter with atomic reconnect, identity fix, and 81 tests

This commit is contained in:
sprmn24
2026-05-23 00:54:18 +03:00
committed by Teknium
parent 874c2b1fe6
commit b10f17bf1e
10 changed files with 1318 additions and 3 deletions

View File

@@ -555,6 +555,11 @@ PLATFORM_HINTS = {
"your response. Images are sent as native photos, and other files arrive as downloadable "
"documents."
),
"ntfy": (
"You are communicating via ntfy push notifications. "
"Use plain text by default — ntfy supports optional markdown (set markdown: true in config). "
"Keep responses concise; ntfy is a push notification service."
),
"yuanbao": (
"You are on Yuanbao (腾讯元宝), a Chinese AI assistant platform. "
"Markdown formatting is supported (code blocks, tables, bold/italic). "