@mono-agent/agent-app 0.2.0 → 0.2.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.
- 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.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Config-first mono-agent host: builds a responder and starts every configured communication channel, operator console, and traceability from one mono-agent.config.json.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -22,20 +22,20 @@
|
|
|
22
22
|
"README.md"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@mono-agent/a2a-adapter": "0.2.
|
|
26
|
-
"@mono-agent/agent-contracts": "0.2.
|
|
27
|
-
"@mono-agent/agent-host": "0.2.
|
|
28
|
-
"@mono-agent/config": "0.2.
|
|
29
|
-
"@mono-agent/cron-adapter": "0.2.
|
|
30
|
-
"@mono-agent/observability": "0.2.
|
|
31
|
-
"@mono-agent/openai-api-adapter": "0.2.
|
|
32
|
-
"@mono-agent/operator-console": "0.2.
|
|
33
|
-
"@mono-agent/runtime-adapter": "0.2.
|
|
34
|
-
"@mono-agent/settings": "0.2.
|
|
35
|
-
"@mono-agent/slack-adapter": "0.2.
|
|
36
|
-
"@mono-agent/telegram-adapter": "0.2.
|
|
37
|
-
"@mono-agent/webhook-adapter": "0.2.
|
|
38
|
-
"@mono-agent/whatsapp-adapter": "0.2.
|
|
25
|
+
"@mono-agent/a2a-adapter": "0.2.1",
|
|
26
|
+
"@mono-agent/agent-contracts": "0.2.1",
|
|
27
|
+
"@mono-agent/agent-host": "0.2.1",
|
|
28
|
+
"@mono-agent/config": "0.2.1",
|
|
29
|
+
"@mono-agent/cron-adapter": "0.2.1",
|
|
30
|
+
"@mono-agent/observability": "0.2.1",
|
|
31
|
+
"@mono-agent/openai-api-adapter": "0.2.1",
|
|
32
|
+
"@mono-agent/operator-console": "0.2.1",
|
|
33
|
+
"@mono-agent/runtime-adapter": "0.2.1",
|
|
34
|
+
"@mono-agent/settings": "0.2.1",
|
|
35
|
+
"@mono-agent/slack-adapter": "0.2.1",
|
|
36
|
+
"@mono-agent/telegram-adapter": "0.2.1",
|
|
37
|
+
"@mono-agent/webhook-adapter": "0.2.1",
|
|
38
|
+
"@mono-agent/whatsapp-adapter": "0.2.1"
|
|
39
39
|
},
|
|
40
40
|
"publishConfig": {
|
|
41
41
|
"access": "public"
|