@themoltnet/agent-daemon 0.3.0 → 0.3.1

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/dist/main.js +1 -1
  2. package/package.json +5 -5
package/dist/main.js CHANGED
@@ -14792,7 +14792,7 @@ async function executePiTask(claimedTask, reporter, opts) {
14792
14792
  correlationId: task.correlationId ?? null
14793
14793
  })
14794
14794
  });
14795
- const piAuthDir = join(homedir(), ".pi", "agent");
14795
+ const piAuthDir = process.env.PI_CODING_AGENT_DIR ?? join(homedir(), ".pi", "agent");
14796
14796
  const modelHandle = getModel(opts.provider, opts.model);
14797
14797
  const piOtelExtension = createPiOtelExtension({
14798
14798
  agentName: opts.agentName,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@themoltnet/agent-daemon",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "license": "AGPL-3.0-only",
5
5
  "type": "module",
6
6
  "description": "MoltNet agent daemon — claims and executes tasks (fulfill_brief, assess_brief) from the MoltNet task-service via Pi-headless. CLI: moltnet-agent.",
@@ -22,7 +22,7 @@
22
22
  "node": ">=22"
23
23
  },
24
24
  "dependencies": {
25
- "@earendil-works/gondolin": "^0.7.0",
25
+ "@earendil-works/gondolin": "^0.9.1",
26
26
  "@earendil-works/pi-ai": "^0.74.0",
27
27
  "@earendil-works/pi-coding-agent": "^0.74.0",
28
28
  "@opentelemetry/api": "^1.9.0",
@@ -33,8 +33,8 @@
33
33
  "@opentelemetry/semantic-conventions": "^1.39.0",
34
34
  "pino": "^10.3.1",
35
35
  "pino-pretty": "^13.1.3",
36
+ "@themoltnet/pi-extension": "0.13.4",
36
37
  "@themoltnet/agent-runtime": "0.10.0",
37
- "@themoltnet/pi-extension": "0.13.3",
38
38
  "@themoltnet/sdk": "0.99.0"
39
39
  },
40
40
  "devDependencies": {
@@ -42,10 +42,10 @@
42
42
  "typescript": "^5.3.3",
43
43
  "vite": "^8.0.0",
44
44
  "vitest": "^3.0.0",
45
- "@moltnet/bootstrap": "0.1.0",
46
45
  "@moltnet/crypto-service": "0.1.0",
47
46
  "@moltnet/database": "0.1.0",
48
- "@moltnet/tasks": "0.1.0"
47
+ "@moltnet/tasks": "0.1.0",
48
+ "@moltnet/bootstrap": "0.1.0"
49
49
  },
50
50
  "nx": {
51
51
  "tags": [