{"ok":true,"cached":true,"plan":{"sql":"SELECT CAST(COUNT(*) AS int) AS total_actors, CAST(COUNT(*) FILTER (WHERE allows_agentic_users IS TRUE) AS int) AS agentic_supported_actors, CAST(COUNT(*) FILTER (WHERE COALESCE(allows_agentic_users, false) = false) AS int) AS agentic_unsupported_actors, CAST(ROUND(100.0 * COUNT(*) FILTER (WHERE allows_agentic_users IS TRUE) / NULLIF(COUNT(*), 0), 2) AS double precision) AS agentic_supported_pct FROM apify.actor LIMIT 1","mode":"sql","notes":[],"rationale":"pg sql path (Text-to-SQL / vector over pgvector)"},"results":[{"key":"Agentic support summary","url":null,"score":null,"title":"Agentic support summary","total_actors":14980,"agentic_supported_pct":44.27,"agentic_supported_actors":6631,"agentic_unsupported_actors":8349}],"answer":"当前 playbook 快照中共有 14,980 个 Apify Actor，其中 6,631 个支持 allowsAgenticUsers / agentic payments，占 44.27%；8,349 个不支持。","meta":{"q":"支持allowsAgenticUsers的占比情况","mode":"query","view":"auto","page":1,"limit":10}}