@indra.ai/deva.algorithm 0.0.1 → 0.0.3

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.
@@ -8,36 +8,31 @@ name: ::agent_name::
8
8
  emoji: ::agent_emoji::
9
9
  describe: ::agent_describe::
10
10
 
11
+ talk: #algo file:public main:header
12
+
11
13
  ## Features
12
14
 
13
- ### security
14
15
  p: The local #security feature available to ::agent_name::.
15
16
  cmd:#::agent_key:: security
16
17
 
17
- ### support
18
18
  p: The local #support feature available to ::agent_name::.
19
19
  cmd:#::agent_key:: support
20
20
 
21
- ### services
22
21
  p: The local #services feature available to ::agent_name::.
23
22
  cmd:#::agent_key:: services
24
23
 
25
24
 
26
25
  ## Methods
27
26
 
28
- ### uid
29
27
  p:Generate a unique id from the ::agent_name::.
30
28
  cmd:#::agent_key:: uid
31
29
 
32
- ### today
33
30
  p:Generate a date from the ::agent_name::.
34
31
  cmd:#::agent_key:: today
35
32
 
36
- ### status
37
33
  p:Return the status for the ::agent_name::.
38
34
  cmd:#::agent_key:: status
39
35
 
40
- ### help
41
36
  p:Get help using the ::agent_name::
42
37
  cmd:#::agent_key:: help
43
38
 
package/index.js CHANGED
@@ -2,9 +2,7 @@
2
2
  // Algorithm Deva
3
3
  import Deva from '@indra.ai/deva';
4
4
  import pkg from './package.json' with {type:'json'};
5
-
6
- import data from './data.json' with {type:'json'};
7
- const {agent,vars} = data.DATA;
5
+ const {agent,vars} = pkg.data;
8
6
 
9
7
  // set the __dirname
10
8
  import {dirname} from 'node:path';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": 2786414868244,
3
3
  "name": "@indra.ai/deva.algorithm",
4
- "version": "0.0.1",
4
+ "version": "0.0.3",
5
5
  "author": "Quinn Michaels",
6
6
  "license": "MIT",
7
7
  "copyright": "2025",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "homepage": "https://deva.space/devas/algorithm",
29
29
  "dependencies": {
30
- "@indra.ai/deva": "^1.4.10"
30
+ "@indra.ai/deva": "^1.4.13"
31
31
  },
32
32
  "data": {
33
33
  "agent": {
@@ -50,7 +50,7 @@
50
50
  }
51
51
  },
52
52
  "profile": {
53
- "name": "Authority Deva",
53
+ "name": "Algorithm Deva",
54
54
  "pronouns": "He, Him",
55
55
  "gender": "DEVA",
56
56
  "owner": "Quinn Michaels",