@olane/os 0.7.12-alpha.32 → 0.7.12-alpha.33

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', [new oNodeTransport('/ip4/127.0.0.1/tcp/4000/ws/p2p/12D3KooWPHdsHhEdyBd9DS2zHJ1vRSyqSkZ97iT7F8ByYJ7U7bw8')]),
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: 'Print the first paragraph of the Constitution of the United States',
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.32",
3
+ "version": "0.7.12-alpha.33",
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.32",
61
- "@olane/o-core": "0.7.12-alpha.32",
62
- "@olane/o-intelligence": "0.7.12-alpha.32",
63
- "@olane/o-lane": "0.7.12-alpha.32",
64
- "@olane/o-leader": "0.7.12-alpha.32",
65
- "@olane/o-protocol": "0.7.12-alpha.32",
66
- "@olane/o-storage": "0.7.12-alpha.32",
67
- "@olane/o-tool": "0.7.12-alpha.32",
68
- "@olane/o-tool-registry": "0.7.12-alpha.32",
69
- "@olane/o-tools-common": "0.7.12-alpha.32",
60
+ "@olane/o-config": "0.7.12-alpha.33",
61
+ "@olane/o-core": "0.7.12-alpha.33",
62
+ "@olane/o-intelligence": "0.7.12-alpha.33",
63
+ "@olane/o-lane": "0.7.12-alpha.33",
64
+ "@olane/o-leader": "0.7.12-alpha.33",
65
+ "@olane/o-protocol": "0.7.12-alpha.33",
66
+ "@olane/o-storage": "0.7.12-alpha.33",
67
+ "@olane/o-tool": "0.7.12-alpha.33",
68
+ "@olane/o-tool-registry": "0.7.12-alpha.33",
69
+ "@olane/o-tools-common": "0.7.12-alpha.33",
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": "1438cef1ebb55ab90d1680b654ea412bd0e09653"
76
+ "gitHead": "61f74f05f1ab426bb13f52c8c2e23bf0d9e3276b"
77
77
  }