@indra.ai/vedadeva
Version:
The Veda Deva in deva.world
105 lines (104 loc) โข 2.62 kB
JSON
{
"name": "The Variables Data File",
"describe": "The Variables Data file for Veda Deva",
"copyright": "Copyright (c)2023 Quinn Michaels. All rights reserved.",
"DATA": {
"messages": {
"init": "๐ INIT",
"start": "๐ต START",
"enter": "๐ข ENTER",
"stop": "๐ด STOP",
"exit": "๐ก EXIT",
"done": "๐ฃ DONE",
"error": "๐ฃ ERROR!",
"crawl": "๐ท AGENT IS CRAWLING FOR RESOURCES.",
"cleaner": "๐งน The Cleaner is done.",
"build": "๐ Build books",
"building": "๐ Bulding books",
"writing": "๐ Writing hymn",
"built": "๐ทโโ๏ธ Book is built",
"nobook": "๐ You did not provide a book number.",
"notfound": "๐ Hymn not found."
},
"trigger": "@VEDA",
"context": {
"uid": "generating uid",
"status": "getting status",
"info": "getting info",
"feature": "accessing feature",
"issue": "has issues",
"help": "asking for help",
"hymn": "Get hymn",
"view": "View hymn",
"learn": "Learning",
"book": "Get book",
"books": "Get books",
"send": "Send a hymn",
"send_get": "Get the hymn to send",
"send_relay": "Send hymn to route",
"send_done": "Done sending the hymn",
"feecting": "Parsing feecting",
"json": "Make JSON books",
"live": "Chatting live",
"ask": "Asking important things",
"reply": "Reply to a message",
"comment": "Make a comment",
"art": "Creating wonder",
"speak": "Speak hymn"
},
"live": {
"profile": "deva",
"max_tokens": 50,
"words": 25,
"history": [],
"max_chats": 5,
"page_token": ""
},
"ask": {
"max_tokens": 500,
"words": 200,
"history": []
},
"reply": {
"profile": "deva",
"max_tokens": 300,
"words": 100,
"history": []
},
"comment": {
"profile": "deva",
"max_tokens": 300,
"words": 100,
"history": []
},
"art": {
"history": []
},
"send": {
"route": "open"
},
"learn": {
"books": false,
"book": false,
"hymns": [],
"hymn1": false,
"hymn2": false,
"hymn3": false,
"history": [],
"training": []
},
"timer": {
"cleaner": 5000,
"crawl": 1000
},
"crawling": false,
"que": [],
"build": [],
"deities": [],
"paths": {
"source": "https://sacred-texts.com/hin/rigveda/",
"json": "./json",
"archive": "https://github.com/indraai/rigveda/main/"
}
}
}