@themoltnet/pi-extension 0.40.6 → 0.40.8

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.
Files changed (2) hide show
  1. package/README.md +1 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -433,12 +433,11 @@ const executor = createPiTaskExecutor({
433
433
  });
434
434
 
435
435
  const runtime = new AgentRuntime({
436
- source: new ApiTaskSource({ baseUrl, taskId, auth, leaseTtlSec: 300 }),
436
+ source: new ApiTaskSource({ baseUrl, taskId, auth }),
437
437
  makeReporter: () =>
438
438
  new ApiTaskReporter({
439
439
  baseUrl,
440
440
  auth,
441
- leaseTtlSec: 300,
442
441
  heartbeatIntervalMs: 60_000,
443
442
  }),
444
443
  executeTask: executor,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@themoltnet/pi-extension",
3
- "version": "0.40.6",
3
+ "version": "0.40.8",
4
4
  "type": "module",
5
5
  "description": "MoltNet pi extension — sandboxed tool execution in Gondolin VMs with MoltNet identity and persistent memory",
6
6
  "keywords": [
@@ -35,8 +35,8 @@
35
35
  "dependencies": {
36
36
  "@earendil-works/gondolin": "^0.12.0",
37
37
  "@themoltnet/os-keyring": "0.3.0",
38
- "@themoltnet/sdk": "0.141.1",
39
- "@themoltnet/pi-runtime": "0.15.2"
38
+ "@themoltnet/pi-runtime": "0.16.0",
39
+ "@themoltnet/sdk": "0.142.0"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@earendil-works/pi-ai": "0.84.4",