@indra.ai/deva.services 0.0.10 → 0.0.12
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/feature/methods.js +0 -2
- package/package.json +2 -2
package/feature/methods.js
CHANGED
|
@@ -119,11 +119,9 @@ export default {
|
|
|
119
119
|
|
|
120
120
|
agent.hash = this.lib.hash(agent.profile);
|
|
121
121
|
client.hash = this.lib.hash(client.profile);
|
|
122
|
-
|
|
123
122
|
// get the agent main help file for teir corpus.
|
|
124
123
|
this.state('get', 'chat:help');
|
|
125
124
|
this.help('main', info.dir).then(corpus => {
|
|
126
|
-
console.log('CORPUS', corpus);
|
|
127
125
|
data.corpus = corpus;
|
|
128
126
|
this.state('get', 'ask:chat');
|
|
129
127
|
return this.question(`${this.askChr}chat relay ${packet.q.text}`, {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": 4855882658530,
|
|
3
3
|
"name": "@indra.ai/deva.services",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.12",
|
|
5
5
|
"author": "Quinn Michaels",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"copyright": "2025",
|
|
@@ -27,6 +27,6 @@
|
|
|
27
27
|
},
|
|
28
28
|
"homepage": "https://deva.space/devas/services",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@indra.ai/deva": "^1.4.
|
|
30
|
+
"@indra.ai/deva": "^1.4.13"
|
|
31
31
|
}
|
|
32
32
|
}
|