@indra.ai/deva 1.36.0 → 1.37.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/config/msgs.json CHANGED
@@ -21,10 +21,15 @@
21
21
  "invalid_client": "⛔️ Client Hash Invalid",
22
22
  "load": "📦 Load",
23
23
  "unload": "🥡 Unload",
24
- "warning": "{{prompt.emoji}} {{profile.name}} warns UNLAWFUL USE, DISTRIBUTION, or DUPLICATION constitutes VEDIC SAHASA a CRIME of the HIGHEST DEGREE. A FINE amounting to 1000 PANAS (1 pana = 3.5 grams of gold) for each INSTANCE has been ORDAINED the PUNISHMENT for SAHASA of the HIGHEST DEGREE. \nowner: {{profile.owner}} \ntags: {{profile.hashtags}}",
24
+ "warning": "{{prompt.emoji}} {{profile.name}} declares UNLAWFUL USE, DISTRIBUTION, DUPLICATION, or IMPLEMENTATION constitutes VEDIC SAHASA a CRIME of the HIGHEST DEGREE. A FINE amounting to 1000 PANAS (1 pana = 3.5 grams of gold) for each INSTANCE has been ORDAINED the PUNISHMENT for SAHASA of the HIGHEST DEGREE. \nowner: {{profile.owner}} \ntags: {{profile.hashtags}}",
25
25
  "client_license_check": "🪪 Check Client License",
26
26
  "client_license_invalid": "❌ The Provided Client License Is Invalid",
27
- "status": "vedic"
27
+ "status": "vedic",
28
+ "hashtags": "#Quinn #QuinnMichaels #InsideThenet #IndraAI #DevaWorld #DevaCore #DevaPRIME",
29
+ "owner": "Quinn A Michaels",
30
+ "creator": "Quinn A Michaels",
31
+ "salute": "🤝🫡✨🕉️🇺🇸",
32
+ "copyright": "Copyright ©2000-2026 Quinn A Michaels; All rights reserved."
28
33
  }
29
34
  }
30
35
 
package/index.js CHANGED
@@ -2371,11 +2371,16 @@ class Deva {
2371
2371
 
2372
2372
  const core_hash = this.hash(this._core, 'sha256');
2373
2373
 
2374
- const warning = this.vars.warning || this._agent.profile.warning || this._messages.warning; // agent or default warning
2375
- const copyright = this._agent.profile.copyright || this._core.copyright; // agent or default copyright
2374
+ const warning = this._agent.profile.warning || this._messages.warning; // agent or default warning
2375
+ const copyright = this._agent.profile.copyright || this._messages.copyright; // agent or default copyright
2376
2376
 
2377
2377
  const status = this._agent.profile.status || this._messages.status;
2378
2378
 
2379
+ const tags = this._agent.profile.hashtags || this._messages.hashtags;
2380
+ const owner = this._agent.profile.owner || this._messages.owner;
2381
+ const creator = this._agent.profile.creator || this._messages.creator;
2382
+ const salute = this._agent.profile.salute || this._messages.salute;
2383
+
2379
2384
  const fingerprint_data = {
2380
2385
  license,
2381
2386
  client: client.sha256,
@@ -2399,6 +2404,10 @@ class Deva {
2399
2404
  core_hash,
2400
2405
  status,
2401
2406
  warning,
2407
+ tags,
2408
+ owner,
2409
+ creator,
2410
+ salute,
2402
2411
  copyright,
2403
2412
  }
2404
2413
  if (guid) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "67261312889761363542",
3
3
  "name": "@indra.ai/deva",
4
- "version": "1.36.0",
4
+ "version": "1.37.0",
5
5
  "description": "Deva Core a Vedic-inspired Event Based Context Aware Feature, Zone, Action, and State Machine integrated Artificial Intelligence Framework",
6
6
  "main": "index.js",
7
7
  "license": "VLA:67261312889761363542 LICENSE.md",