feat(tiktok): expose tiktok.scrape on MCP, chat subagent, playground

This commit is contained in:
CREDO23 2026-07-08 20:20:20 +02:00
parent 2943d8b23c
commit ed1c3a1f3d
15 changed files with 248 additions and 2 deletions

View file

@ -37,6 +37,7 @@ _EXPECTED_SUBAGENTS = frozenset(
"memory",
"onedrive",
"reddit",
"tiktok",
"web_crawler",
"youtube",
}