@indra.ai/spacedeva
Version:
The Space Deva
61 lines (60 loc) • 1.48 kB
JSON
{
"name": "Space Deva Agent File",
"describe": "The main Agent file for Space Deva Deva.",
"copyright": "Copyright (c)2022 Quinn Michaels. All rights reserved.",
"data": {
"agent": {
"id": 5610628129852,
"key": "space",
"prompt": {
"emoji": "🪐",
"text": "space",
"colors": {
"label": {
"R": 0,
"G": 150,
"B": 255
},
"text": {
"R": 101,
"G": 192,
"B": 255
}
}
},
"profile": {
"name": "Space Deva",
"describe": "The Space Deva",
"emoji": "/public/devas/space/emoji.png",
"avatar": "/public/devas/space/avatar.png",
"background": "/public/devas/space/background.png",
"color": "#336699",
"bgcolor": "#336699",
"gender": "M",
"voice": "Brian"
}
},
"vars": {
"messages": {
"init": "🟠 INIT",
"start": "🔵 START",
"enter": "🟢 ENTER",
"stop": "🔴 STOP",
"exit": "🟡 EXIT",
"done": "🟣 DONE",
"error": "💣 ERROR!",
"spacefile": "📁 Space File Unknown!"
},
"context": {
"agent": "Get agent",
"object": "Get object",
"world": "Get world",
"maps": "Get maps",
"view": "View data",
"docs": "Get docs",
"file": "Get file"
},
"url": false
}
}
}