@olane/os 0.7.12-alpha.32 → 0.7.12-alpha.34
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.
|
@@ -48,7 +48,11 @@
|
|
|
48
48
|
// console.log('Pinged relay');
|
|
49
49
|
// // use the intelligence tool
|
|
50
50
|
// await entryNode.useStream(
|
|
51
|
-
// new oNodeAddress('o://leader', [
|
|
51
|
+
// new oNodeAddress('o://leader', [
|
|
52
|
+
// new oNodeTransport(
|
|
53
|
+
// '/ip4/127.0.0.1/tcp/4000/ws/p2p/12D3KooWPHdsHhEdyBd9DS2zHJ1vRSyqSkZ97iT7F8ByYJ7U7bw8',
|
|
54
|
+
// ),
|
|
55
|
+
// ]),
|
|
52
56
|
// {
|
|
53
57
|
// method: 'intent',
|
|
54
58
|
// params: {
|
|
@@ -19,7 +19,7 @@ describe('playground running', async () => {
|
|
|
19
19
|
method: 'intent',
|
|
20
20
|
params: {
|
|
21
21
|
_isStreaming: true,
|
|
22
|
-
intent: '
|
|
22
|
+
intent: 'Use the perplexity tool to search for the latest news on the stock market',
|
|
23
23
|
_token: 'test',
|
|
24
24
|
},
|
|
25
25
|
}, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@olane/os",
|
|
3
|
-
"version": "0.7.12-alpha.
|
|
3
|
+
"version": "0.7.12-alpha.34",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
@@ -57,21 +57,21 @@
|
|
|
57
57
|
"typescript": "5.4.5"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@olane/o-config": "0.7.12-alpha.
|
|
61
|
-
"@olane/o-core": "0.7.12-alpha.
|
|
62
|
-
"@olane/o-intelligence": "0.7.12-alpha.
|
|
63
|
-
"@olane/o-lane": "0.7.12-alpha.
|
|
64
|
-
"@olane/o-leader": "0.7.12-alpha.
|
|
65
|
-
"@olane/o-protocol": "0.7.12-alpha.
|
|
66
|
-
"@olane/o-storage": "0.7.12-alpha.
|
|
67
|
-
"@olane/o-tool": "0.7.12-alpha.
|
|
68
|
-
"@olane/o-tool-registry": "0.7.12-alpha.
|
|
69
|
-
"@olane/o-tools-common": "0.7.12-alpha.
|
|
60
|
+
"@olane/o-config": "0.7.12-alpha.34",
|
|
61
|
+
"@olane/o-core": "0.7.12-alpha.34",
|
|
62
|
+
"@olane/o-intelligence": "0.7.12-alpha.34",
|
|
63
|
+
"@olane/o-lane": "0.7.12-alpha.34",
|
|
64
|
+
"@olane/o-leader": "0.7.12-alpha.34",
|
|
65
|
+
"@olane/o-protocol": "0.7.12-alpha.34",
|
|
66
|
+
"@olane/o-storage": "0.7.12-alpha.34",
|
|
67
|
+
"@olane/o-tool": "0.7.12-alpha.34",
|
|
68
|
+
"@olane/o-tool-registry": "0.7.12-alpha.34",
|
|
69
|
+
"@olane/o-tools-common": "0.7.12-alpha.34",
|
|
70
70
|
"chalk": "^5.4.1",
|
|
71
71
|
"debug": "^4.4.1",
|
|
72
72
|
"dotenv": "^16.5.0",
|
|
73
73
|
"fs-extra": "^11.3.0",
|
|
74
74
|
"touch": "^3.1.1"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "cdc88de23ff6a1bb5e818ad00e02da9aebb8cdb2"
|
|
77
77
|
}
|