@mono-agent/agent-app 0.20.6 → 0.20.7

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 (1) hide show
  1. package/package.json +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mono-agent/agent-app",
3
- "version": "0.20.6",
3
+ "version": "0.20.7",
4
4
  "description": "Config-first mono-agent host: builds a responder and starts every configured communication channel and traceability from one mono-agent.config.json.",
5
5
  "type": "module",
6
6
  "license": "GPL-3.0-only",
@@ -38,20 +38,20 @@
38
38
  "@clack/prompts": "^1.7.0",
39
39
  "@earendil-works/pi-ai": "0.83.0",
40
40
  "@modelcontextprotocol/sdk": "^1.29.0",
41
- "@mono-agent/agent-contracts": "0.20.6",
42
- "@mono-agent/agent-harness": "0.20.6",
43
- "@mono-agent/config": "0.20.6",
44
- "@mono-agent/cron-adapter": "0.20.6",
45
- "@mono-agent/operator-adapter": "0.20.6",
46
- "@mono-agent/memory": "0.20.6",
47
- "@mono-agent/observability": "0.20.6",
48
- "@mono-agent/openai-api-adapter": "0.20.6",
49
- "@mono-agent/runtime-adapter": "0.20.6",
50
- "@mono-agent/slack-adapter": "0.20.6",
51
- "@mono-agent/telegram-adapter": "0.20.6",
52
- "@mono-agent/tui": "0.20.6",
53
- "@mono-agent/web": "0.20.6",
54
- "@mono-agent/webhook-adapter": "0.20.6",
41
+ "@mono-agent/agent-contracts": "0.20.7",
42
+ "@mono-agent/agent-harness": "0.20.7",
43
+ "@mono-agent/config": "0.20.7",
44
+ "@mono-agent/cron-adapter": "0.20.7",
45
+ "@mono-agent/operator-adapter": "0.20.7",
46
+ "@mono-agent/memory": "0.20.7",
47
+ "@mono-agent/observability": "0.20.7",
48
+ "@mono-agent/openai-api-adapter": "0.20.7",
49
+ "@mono-agent/runtime-adapter": "0.20.7",
50
+ "@mono-agent/slack-adapter": "0.20.7",
51
+ "@mono-agent/telegram-adapter": "0.20.7",
52
+ "@mono-agent/tui": "0.20.7",
53
+ "@mono-agent/web": "0.20.7",
54
+ "@mono-agent/webhook-adapter": "0.20.7",
55
55
  "undici": "8.9.0",
56
56
  "zod": "^4.4.3"
57
57
  },