@indra.ai/deva.support 0.0.13 → 0.0.14
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/data.json +3 -2
- package/feature/methods.js +0 -5
- package/help/corpus.feecting +9 -0
- package/help/main.feecting +4 -21
- package/package.json +2 -2
package/data.json
CHANGED
package/feature/methods.js
CHANGED
|
@@ -79,11 +79,6 @@ export default {
|
|
|
79
79
|
describe: The Help method returns the information on how to use the Log Buddy.
|
|
80
80
|
***************/
|
|
81
81
|
help(packet) {
|
|
82
|
-
this.zone('support');
|
|
83
|
-
this.feature('help');
|
|
84
|
-
this.action('help');
|
|
85
|
-
this.state('help');
|
|
86
|
-
this.context('help');
|
|
87
82
|
const {dir} = this.info();
|
|
88
83
|
return new Promise((resolve, reject) => {
|
|
89
84
|
this.help(packet.q.text, dir).then(help => {
|
package/help/main.feecting
CHANGED
|
@@ -1,28 +1,11 @@
|
|
|
1
|
-
::begin:center
|
|
2
|
-
image: /public/devas/::agent_key::/main.png
|
|
3
|
-
::end:center
|
|
4
|
-
|
|
5
1
|
# ::agent_name::
|
|
6
2
|
|
|
7
|
-
::
|
|
8
|
-
|
|
9
|
-
---
|
|
10
|
-
|
|
11
|
-
talk:#docs view devas/main:global
|
|
12
|
-
|
|
13
|
-
---
|
|
14
|
-
|
|
15
|
-
talk:#docs view devas/main:methods
|
|
16
|
-
|
|
17
|
-
talk:#docs view devas/main:features
|
|
18
|
-
|
|
19
|
-
---
|
|
20
|
-
|
|
21
|
-
talk:#docs view devas/main:security
|
|
3
|
+
::agent_profile::
|
|
22
4
|
|
|
23
|
-
|
|
5
|
+
talk: #security file:public main:header
|
|
6
|
+
talk: #algorithm file:public main:header
|
|
24
7
|
|
|
25
|
-
copyright: (c)
|
|
8
|
+
copyright: (c)2025 Quinn Michaels
|
|
26
9
|
|
|
27
10
|
::begin:hidden
|
|
28
11
|
#color = ::agent_color::
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": 4077391632050,
|
|
3
3
|
"name": "@indra.ai/deva.support",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.14",
|
|
5
5
|
"author": "Quinn Michaels",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"copyright": "(c) 2025 Quinn Michaels",
|
|
@@ -28,6 +28,6 @@
|
|
|
28
28
|
},
|
|
29
29
|
"homepage": "https://deva.space/devas/support",
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@indra.ai/deva": "^1.4.
|
|
31
|
+
"@indra.ai/deva": "^1.4.16"
|
|
32
32
|
}
|
|
33
33
|
}
|