@hasna/assistants 1.0.8 → 1.0.9
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hasna/assistants",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"description": "Multi-assistant orchestration platform - terminal first, voice enabled, connector powered",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"dependencies": {},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@anthropic-ai/sdk": "^0.72.1",
|
|
29
|
-
"@hasna/runtime-bun": "
|
|
29
|
+
"@hasna/runtime-bun": "^0.1.0",
|
|
30
30
|
"@types/bun": "latest",
|
|
31
31
|
"@types/react": "^19.0.0",
|
|
32
32
|
"bun-types": "^1.3.8",
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "2482ffd8-a279-4b43-9390-1d5be17e34b0",
|
|
3
|
-
"createdAt": 1770367129097,
|
|
4
|
-
"updatedAt": 1770367170884,
|
|
5
|
-
"createdBy": "assistant",
|
|
6
|
-
"sessionId": "9dd05968-fd17-4d10-9a99-db0d1f106e1b",
|
|
7
|
-
"actionType": "command",
|
|
8
|
-
"command": "telegram updates",
|
|
9
|
-
"description": "Check Telegram for new messages",
|
|
10
|
-
"status": "active",
|
|
11
|
-
"schedule": {
|
|
12
|
-
"kind": "interval",
|
|
13
|
-
"unit": "seconds",
|
|
14
|
-
"interval": 15
|
|
15
|
-
},
|
|
16
|
-
"nextRunAt": 1770367185884,
|
|
17
|
-
"lastRunAt": 1770367170884,
|
|
18
|
-
"lastResult": {
|
|
19
|
-
"ok": true,
|
|
20
|
-
"summary": "No new messages yet - still showing the earlier ones.\n\nSend something to @hasna_assistant_bot and I'll see it on the next check."
|
|
21
|
-
}
|
|
22
|
-
}
|