Add gemini-web skill

This commit is contained in:
Jim Liu 宝玉
2026-01-12 23:58:26 -06:00
parent aeaf645bc0
commit fc544bfeb2
10 changed files with 1678 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
export { createGeminiWebExecutor } from './executor.js';
export type { GeminiWebOptions, GeminiWebResponse } from './types.js';