@indra.ai/deva.defense
Version:
The Defense Deva handles all the various defense in Deva.world.
104 lines (103 loc) • 2.78 kB
JSON
{
"id": 1710616197555,
"name": "@indra.ai/deva.defense",
"version": "0.0.25",
"author": "Quinn Michaels",
"license": "MIT",
"copyright": "2025",
"description": "The Defense Deva handles all the various defense in 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.defense.git"
},
"keywords": [
"Defense",
"Deva",
"Indra.ai",
"Deva.space",
"Deva.cloud",
"Deva.world"
],
"bugs": {
"url": "https://github.com/indraai/deva.defense/issues"
},
"homepage": "https://deva.space/devas/defense",
"devDependencies": {
"@indra.ai/deva": "^1.5.41"
},
"data": {
"agent": {
"id": 5614401793765,
"key": "defense",
"prompt": {
"emoji": "🪖 ",
"text": "Defense",
"colors": {
"label": {
"R": 120,
"G": 142,
"B": 164
},
"text": {
"R": 120,
"G": 142,
"B": 164
}
}
},
"profile": {
"name": "Defense Deva",
"hashtag": "#DefenseDeva",
"title": "Defense Deva",
"subtitle": "Defending the systems from unlawful activity",
"describe": "The Defense Deva provides the essential defense to the Deva.world.",
"pronouns": "He, Him",
"gender": "DEVA",
"style": "A defensive shield with a strong brooding type persona.",
"voice": "onyx",
"system": "Deva.world.defense",
"layout": "default",
"color": "rgb(120,142,164)",
"bgcolor": "rgb(0,0,0)",
"emoji": "/assets/devas/defense/emoji.png",
"avatar": "/assets/devas/defense/avatar.png",
"image": "/assets/devas/defense/image.png",
"background": "/assets/devas/defense/background.png",
"owner": "Quinn Michaels",
"creator": "Quinn Michaels",
"created": "Monday, Feb 13, 2025 at 9:31 PM",
"updated": "Tuesday, April 29, 2025 - 11:57:21 PM"
}
},
"vars": {
"messages": {
"init": "🟠 INIT",
"start": "🔵 START",
"enter": "🟢 ENTER",
"ready": "⭐️ READY!",
"stop": "🔴 STOP",
"exit": "🟡 EXIT",
"done": "🟣 DONE",
"error": "💣 ERROR!"
},
"trigger": "@SYSTEMS",
"context": {
"uid": "generating uid",
"status": "getting status",
"info": "getting info",
"feature": "accessing feature",
"issue": "has issues",
"help": "asking for help"
},
"ask": {
"history": [],
"max_tokens": 250
}
}
}
}