UNPKG

@indra.ai/deva.gemini

Version:

Gemini Deva manages the connection to the Google Gemini API within Deva.world.

109 lines (108 loc) 2.96 kB
{ "name": "@indra.ai/deva.gemini", "version": "0.0.48", "author": "Quinn Michaels", "license": "MIT", "copyright": "(c)2025 Quinn Michaels", "description": "Gemini Deva manages the connection to the Google Gemini API within Deva.world.", "main": "index.js", "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/indraai/deva.gemini.git" }, "keywords": [ "Google", "Gemini", "Indra.ai", "Deva.cloud", "Deva.space", "Deva.world", "Quinn Michaels" ], "bugs": { "url": "https://github.com/indraai/deva.gemini/issues" }, "homepage": "https://deva.space/devas/gemini", "dependencies": { "@google/generative-ai": "^0.22.0", "@indra.ai/deva": "^1.6.9" }, "data": { "agent": { "id": 6730361558656, "key": "gemini", "prompt": { "emoji": "✧", "text": "Gemini", "colors": { "label": { "R": 0, "G": 150, "B": 255 }, "text": { "R": 101, "G": 192, "B": 255 } } }, "profile": { "name": "Gemini Deva", "hashtag": "#GeminiDeva", "title": "Gemini Deva", "subtitle": "Connecting to Google Gemini", "describe": "The Gemini Deva for connecting to Google Gemini", "tweet": "The Gemini Deva for connecting to Google Gemini", "hashtags": "QuinnMichaels,IndraAI,DevaWorld,GeminiDeva", "pronouns": "He, Him", "gender": "DEVA", "voice": "alloy", "style": "technical yet creative", "system": "Deva.world.gemini", "layout": "default", "color": "var(--color-white)", "bgcolor": "var(--color-darkest-grey)", "emoji": "/assets/devas/deva/emoji.png", "avatar": "/assets/devas/deva/avatar.png", "background": "/assets/devas/deva/background.png", "owner": "Quinn Michaels", "creator": "Quinn Michaels", "created": "Thursday, May 30, 2024 - 6:45:11 PM" } }, "vars": { "messages": { "init": "🟠 INIT", "start": "🔵 START", "enter": "🟢 ENTER", "stop": "🔴 STOP", "exit": "🟡 EXIT", "done": "🟣 DONE", "error": "💣 ERROR!", "ready": "⭐️ READY!" }, "chat": false, "ask": { "history": [] }, "art": { "history": [] }, "context": { "uid": "Gemini Deva is creating a uid", "status": "Gemini Deva is viewing the status", "help": "Gemini Deva is viewing the help", "artist": "Gemini Deva creating", "live": "Gemini Deva livechat", "ask": "Gemini Deva asking", "reply": "Gemini Deva reply", "comment": "Gemini Deva comment" } } } }