@johpaz/hive-agents 0.0.10 → 0.0.11
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/README.md +22 -22
- package/dist/hive.js +32 -25
- package/dist/ui/assets/index-B2j7g240.js +317 -0
- package/dist/ui/assets/index-m6wGl1uT.css +2 -0
- package/dist/ui/index.html +2 -2
- package/package.json +3 -3
- package/dist/ui/assets/index-4do6sCxt.css +0 -1
- package/dist/ui/assets/index-CsGWNJ53.js +0 -317
package/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
> Tu colmena de agentes IA. Local-first. Multi-canal. Open source. Construido desde Colombia para el mundo.
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/@johpaz/hive)
|
|
5
|
+
[](https://www.npmjs.com/package/@johpaz/hive-agents)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
|
-
[](https://www.npmjs.com/package/@johpaz/hive)
|
|
7
|
+
[](https://www.npmjs.com/package/@johpaz/hive-agents)
|
|
8
8
|
[](https://github.com/johpaz/hive)
|
|
9
9
|
|
|
10
10
|
---
|
|
@@ -58,8 +58,8 @@ Elige la opción que mejor se adapte a tu caso:
|
|
|
58
58
|
| | Docker | Binario | npm / bun |
|
|
59
59
|
|---|---|---|---|
|
|
60
60
|
| Requiere | Docker | Bun | Bun |
|
|
61
|
-
| Setup | 1 comando | descarga + ejecuta | `bun install -g @johpaz/hive` |
|
|
62
|
-
| Actualizar | `docker compose pull` | descarga nueva versión | `bun install -g @johpaz/hive` |
|
|
61
|
+
| Setup | 1 comando | descarga + ejecuta | `bun install -g @johpaz/hive-agents` |
|
|
62
|
+
| Actualizar | `docker compose pull` | descarga nueva versión | `bun install -g @johpaz/hive-agents` |
|
|
63
63
|
| Ideal para | Raspberry Pi, VPS, laptop vieja, VM | uso personal, USB | desarrolladores |
|
|
64
64
|
| Abre navegador | automático (con GUI) / por IP (headless) | automático | automático |
|
|
65
65
|
| Tamaño | ~120 MB imagen | ~50 MB | ~12 MB bundle |
|
|
@@ -114,7 +114,7 @@ docker run -d \
|
|
|
114
114
|
-v hive-data:/root/.hive \
|
|
115
115
|
--name hive \
|
|
116
116
|
--restart unless-stopped \
|
|
117
|
-
johpaz/hive:0.0.
|
|
117
|
+
johpaz/hive:0.0.11
|
|
118
118
|
```
|
|
119
119
|
|
|
120
120
|
**Variables de entorno disponibles:**
|
|
@@ -188,10 +188,10 @@ En el equipo donde tienes conexión a internet:
|
|
|
188
188
|
|
|
189
189
|
```bash
|
|
190
190
|
# Descargar la imagen si no la tienes
|
|
191
|
-
docker pull johpaz/hive:0.0.
|
|
191
|
+
docker pull johpaz/hive:0.0.11
|
|
192
192
|
|
|
193
193
|
# Exportar a archivo tar (cabe en cualquier USB de 512 MB+)
|
|
194
|
-
docker save johpaz/hive:0.0.
|
|
194
|
+
docker save johpaz/hive:0.0.11 -o /media/usb/hive-image.tar
|
|
195
195
|
```
|
|
196
196
|
|
|
197
197
|
**Paso 2 — Crear la estructura en la USB**
|
|
@@ -209,7 +209,7 @@ Crea el `docker-compose.yml` en la USB con el volumen apuntando a la USB:
|
|
|
209
209
|
```yaml
|
|
210
210
|
services:
|
|
211
211
|
hive:
|
|
212
|
-
image: johpaz/hive:0.0.
|
|
212
|
+
image: johpaz/hive:0.0.11
|
|
213
213
|
ports:
|
|
214
214
|
- "18790:18790"
|
|
215
215
|
volumes:
|
|
@@ -288,11 +288,11 @@ Descarga manual de cualquier plataforma o versión específica.
|
|
|
288
288
|
|
|
289
289
|
| Plataforma | Archivo | Descarga directa |
|
|
290
290
|
|------------|---------|------------------|
|
|
291
|
-
| Linux x64 | `hive-v0.0.
|
|
292
|
-
| Linux ARM64 (Raspberry Pi, etc.) | `hive-v0.0.
|
|
293
|
-
| macOS Apple Silicon (M1/M2/M3/M4) | `hive-v0.0.
|
|
294
|
-
| macOS Intel | `hive-v0.0.
|
|
295
|
-
| Windows x64 | `hive-v0.0.
|
|
291
|
+
| Linux x64 | `hive-v0.0.11-linux-x64` | [Descargar](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.11-linux-x64) |
|
|
292
|
+
| Linux ARM64 (Raspberry Pi, etc.) | `hive-v0.0.11-linux-arm64` | [Descargar](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.11-linux-arm64) |
|
|
293
|
+
| macOS Apple Silicon (M1/M2/M3/M4) | `hive-v0.0.11-macos-arm64` | [Descargar](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.11-macos-arm64) |
|
|
294
|
+
| macOS Intel | `hive-v0.0.11-macos-x64` | [Descargar](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.11-macos-x64) |
|
|
295
|
+
| Windows x64 | `hive-v0.0.11-windows-x64.exe` | [Descargar](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.11-windows-x64.exe) |
|
|
296
296
|
|
|
297
297
|
> Los links anteriores siempre apuntan a la última versión publicada. Si necesitas una versión específica, visita la [página de releases](https://github.com/johpaz/hive/releases).
|
|
298
298
|
|
|
@@ -302,7 +302,7 @@ Descarga manual de cualquier plataforma o versión específica.
|
|
|
302
302
|
|
|
303
303
|
```bash
|
|
304
304
|
# 1. Descargar el binario (reemplaza "linux-x64" por "linux-arm64" si es ARM)
|
|
305
|
-
curl -L -o hive https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.
|
|
305
|
+
curl -L -o hive https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.11-linux-x64
|
|
306
306
|
|
|
307
307
|
# 2. Dar permisos de ejecución
|
|
308
308
|
chmod +x hive
|
|
@@ -334,7 +334,7 @@ hive start
|
|
|
334
334
|
|
|
335
335
|
```bash
|
|
336
336
|
# 1. Descargar
|
|
337
|
-
curl -L -o hive https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.
|
|
337
|
+
curl -L -o hive https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.11-macos-arm64
|
|
338
338
|
|
|
339
339
|
# 2. Dar permisos de ejecución
|
|
340
340
|
chmod +x hive
|
|
@@ -374,7 +374,7 @@ hive start
|
|
|
374
374
|
Igual que Apple Silicon pero descarga `macos-x64`:
|
|
375
375
|
|
|
376
376
|
```bash
|
|
377
|
-
curl -L -o hive https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.
|
|
377
|
+
curl -L -o hive https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.11-macos-x64
|
|
378
378
|
chmod +x hive
|
|
379
379
|
xattr -d com.apple.quarantine hive
|
|
380
380
|
curl -L https://github.com/johpaz/hive/releases/latest/download/ui-dist.tar.gz \
|
|
@@ -389,7 +389,7 @@ mkdir -p ~/.hive/ui && cp -r ui-dist/* ~/.hive/ui/
|
|
|
389
389
|
|
|
390
390
|
**Paso 1 — Descargar el binario**
|
|
391
391
|
|
|
392
|
-
Descarga [`hive-v0.0.
|
|
392
|
+
Descarga [`hive-v0.0.11-windows-x64.exe`](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.11-windows-x64.exe) desde GitHub o desde [hiveagents.io](https://www.hiveagents.io/#installation).
|
|
393
393
|
|
|
394
394
|
**Paso 2 — Windows SmartScreen**
|
|
395
395
|
|
|
@@ -419,7 +419,7 @@ tar -xzf ui-dist.tar.gz -C "$env:USERPROFILE\.hive\ui"
|
|
|
419
419
|
**Paso 4 — Ejecutar**
|
|
420
420
|
|
|
421
421
|
```powershell
|
|
422
|
-
.\hive-v0.0.
|
|
422
|
+
.\hive-v0.0.11-windows-x64.exe start
|
|
423
423
|
```
|
|
424
424
|
|
|
425
425
|
El navegador se abre automáticamente en `http://localhost:18790`.
|
|
@@ -428,7 +428,7 @@ El navegador se abre automáticamente en `http://localhost:18790`.
|
|
|
428
428
|
|
|
429
429
|
```powershell
|
|
430
430
|
# Mover a una carpeta ya en el PATH, por ejemplo:
|
|
431
|
-
Move-Item .\hive-v0.0.
|
|
431
|
+
Move-Item .\hive-v0.0.11-windows-x64.exe C:\Windows\System32\hive.exe
|
|
432
432
|
|
|
433
433
|
# Luego ejecutar desde cualquier lugar:
|
|
434
434
|
hive start
|
|
@@ -479,7 +479,7 @@ El binario standalone es ideal para llevarlo en una USB. Tu agente viaja contigo
|
|
|
479
479
|
**Preparar la USB:**
|
|
480
480
|
|
|
481
481
|
```bash
|
|
482
|
-
cp hive-v0.0.
|
|
482
|
+
cp hive-v0.0.11-linux-x64 /media/usb/hive
|
|
483
483
|
chmod +x /media/usb/hive
|
|
484
484
|
cp -r ui-dist/* /media/usb/ui/
|
|
485
485
|
|
|
@@ -515,7 +515,7 @@ cp ~/.hive/data/hive.db ~/backup-hive-$(date +%Y%m%d).db
|
|
|
515
515
|
bun install -g @johpaz/hive-agents
|
|
516
516
|
```
|
|
517
517
|
|
|
518
|
-
> También funciona con `npm install -g @johpaz/hive`, pero igualmente necesitas Bun instalado — el CLI lo usa como runtime.
|
|
518
|
+
> También funciona con `npm install -g @johpaz/hive-agents`, pero igualmente necesitas Bun instalado — el CLI lo usa como runtime.
|
|
519
519
|
|
|
520
520
|
**Iniciar:**
|
|
521
521
|
|
|
@@ -577,7 +577,7 @@ tar -czf hive-datos.tar.gz -C ~ .hive
|
|
|
577
577
|
cp hive-datos.tar.gz /media/usb/
|
|
578
578
|
|
|
579
579
|
# En el equipo destino — instalar Hive y restaurar datos
|
|
580
|
-
bun install -g @johpaz/hive
|
|
580
|
+
bun install -g @johpaz/hive-agents
|
|
581
581
|
tar -xzf /media/usb/hive-datos.tar.gz -C ~
|
|
582
582
|
|
|
583
583
|
# Arrancar — carga tu agente con toda su memoria
|
package/dist/hive.js
CHANGED
|
@@ -546736,7 +546736,7 @@ var init_v4_mini = __esm(() => {
|
|
|
546736
546736
|
init_external2();
|
|
546737
546737
|
});
|
|
546738
546738
|
|
|
546739
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.
|
|
546739
|
+
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-compat.js
|
|
546740
546740
|
function isZ4Schema(s2) {
|
|
546741
546741
|
const schema2 = s2;
|
|
546742
546742
|
return !!schema2._zod;
|
|
@@ -546812,7 +546812,7 @@ var init_v4 = __esm(() => {
|
|
|
546812
546812
|
init_classic();
|
|
546813
546813
|
});
|
|
546814
546814
|
|
|
546815
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.
|
|
546815
|
+
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js
|
|
546816
546816
|
var LATEST_PROTOCOL_VERSION = "2025-11-25", SUPPORTED_PROTOCOL_VERSIONS, RELATED_TASK_META_KEY = "io.modelcontextprotocol/related-task", JSONRPC_VERSION = "2.0", AssertObjectSchema, ProgressTokenSchema, CursorSchema, TaskCreationParamsSchema, TaskMetadataSchema, RelatedTaskMetadataSchema, RequestMetaSchema, BaseRequestParamsSchema, TaskAugmentedRequestParamsSchema, isTaskAugmentedRequestParams = (value) => TaskAugmentedRequestParamsSchema.safeParse(value).success, RequestSchema, NotificationsParamsSchema, NotificationSchema, ResultSchema, RequestIdSchema, JSONRPCRequestSchema, isJSONRPCRequest = (value) => JSONRPCRequestSchema.safeParse(value).success, JSONRPCNotificationSchema, isJSONRPCNotification = (value) => JSONRPCNotificationSchema.safeParse(value).success, JSONRPCResultResponseSchema, isJSONRPCResultResponse = (value) => JSONRPCResultResponseSchema.safeParse(value).success, ErrorCode, JSONRPCErrorResponseSchema, isJSONRPCErrorResponse = (value) => JSONRPCErrorResponseSchema.safeParse(value).success, JSONRPCMessageSchema, JSONRPCResponseSchema, EmptyResultSchema, CancelledNotificationParamsSchema, CancelledNotificationSchema, IconSchema, IconsSchema, BaseMetadataSchema, ImplementationSchema, FormElicitationCapabilitySchema, ElicitationCapabilitySchema, ClientTasksCapabilitySchema, ServerTasksCapabilitySchema, ClientCapabilitiesSchema, InitializeRequestParamsSchema, InitializeRequestSchema, ServerCapabilitiesSchema, InitializeResultSchema, InitializedNotificationSchema, PingRequestSchema, ProgressSchema, ProgressNotificationParamsSchema, ProgressNotificationSchema, PaginatedRequestParamsSchema, PaginatedRequestSchema, PaginatedResultSchema, TaskStatusSchema, TaskSchema, CreateTaskResultSchema, TaskStatusNotificationParamsSchema, TaskStatusNotificationSchema, GetTaskRequestSchema, GetTaskResultSchema, GetTaskPayloadRequestSchema, GetTaskPayloadResultSchema, ListTasksRequestSchema, ListTasksResultSchema, CancelTaskRequestSchema, CancelTaskResultSchema, ResourceContentsSchema, TextResourceContentsSchema, Base64Schema, BlobResourceContentsSchema, RoleSchema, AnnotationsSchema, ResourceSchema, ResourceTemplateSchema, ListResourcesRequestSchema, ListResourcesResultSchema, ListResourceTemplatesRequestSchema, ListResourceTemplatesResultSchema, ResourceRequestParamsSchema, ReadResourceRequestParamsSchema, ReadResourceRequestSchema, ReadResourceResultSchema, ResourceListChangedNotificationSchema, SubscribeRequestParamsSchema, SubscribeRequestSchema, UnsubscribeRequestParamsSchema, UnsubscribeRequestSchema, ResourceUpdatedNotificationParamsSchema, ResourceUpdatedNotificationSchema, PromptArgumentSchema, PromptSchema, ListPromptsRequestSchema, ListPromptsResultSchema, GetPromptRequestParamsSchema, GetPromptRequestSchema, TextContentSchema, ImageContentSchema, AudioContentSchema, ToolUseContentSchema, EmbeddedResourceSchema, ResourceLinkSchema, ContentBlockSchema, PromptMessageSchema, GetPromptResultSchema, PromptListChangedNotificationSchema, ToolAnnotationsSchema, ToolExecutionSchema, ToolSchema, ListToolsRequestSchema, ListToolsResultSchema, CallToolResultSchema, CompatibilityCallToolResultSchema, CallToolRequestParamsSchema, CallToolRequestSchema, ToolListChangedNotificationSchema, ListChangedOptionsBaseSchema, LoggingLevelSchema, SetLevelRequestParamsSchema, SetLevelRequestSchema, LoggingMessageNotificationParamsSchema, LoggingMessageNotificationSchema, ModelHintSchema, ModelPreferencesSchema, ToolChoiceSchema, ToolResultContentSchema, SamplingContentSchema, SamplingMessageContentBlockSchema, SamplingMessageSchema, CreateMessageRequestParamsSchema, CreateMessageRequestSchema, CreateMessageResultSchema, CreateMessageResultWithToolsSchema, BooleanSchemaSchema, StringSchemaSchema, NumberSchemaSchema, UntitledSingleSelectEnumSchemaSchema, TitledSingleSelectEnumSchemaSchema, LegacyTitledEnumSchemaSchema, SingleSelectEnumSchemaSchema, UntitledMultiSelectEnumSchemaSchema, TitledMultiSelectEnumSchemaSchema, MultiSelectEnumSchemaSchema, EnumSchemaSchema, PrimitiveSchemaDefinitionSchema, ElicitRequestFormParamsSchema, ElicitRequestURLParamsSchema, ElicitRequestParamsSchema, ElicitRequestSchema, ElicitationCompleteNotificationParamsSchema, ElicitationCompleteNotificationSchema, ElicitResultSchema, ResourceTemplateReferenceSchema, PromptReferenceSchema, CompleteRequestParamsSchema, CompleteRequestSchema, CompleteResultSchema, RootSchema, ListRootsRequestSchema, ListRootsResultSchema, RootsListChangedNotificationSchema, ClientRequestSchema, ClientNotificationSchema, ClientResultSchema, ServerRequestSchema, ServerNotificationSchema, ServerResultSchema, McpError, UrlElicitationRequiredError;
|
|
546817
546817
|
var init_types7 = __esm(() => {
|
|
546818
546818
|
init_v4();
|
|
@@ -546821,7 +546821,7 @@ var init_types7 = __esm(() => {
|
|
|
546821
546821
|
ProgressTokenSchema = union([string2(), number2().int()]);
|
|
546822
546822
|
CursorSchema = string2();
|
|
546823
546823
|
TaskCreationParamsSchema = looseObject({
|
|
546824
|
-
ttl:
|
|
546824
|
+
ttl: number2().optional(),
|
|
546825
546825
|
pollInterval: number2().optional()
|
|
546826
546826
|
});
|
|
546827
546827
|
TaskMetadataSchema = object({
|
|
@@ -546969,7 +546969,8 @@ var init_types7 = __esm(() => {
|
|
|
546969
546969
|
roots: object({
|
|
546970
546970
|
listChanged: boolean2().optional()
|
|
546971
546971
|
}).optional(),
|
|
546972
|
-
tasks: ClientTasksCapabilitySchema.optional()
|
|
546972
|
+
tasks: ClientTasksCapabilitySchema.optional(),
|
|
546973
|
+
extensions: record(string2(), AssertObjectSchema).optional()
|
|
546973
546974
|
});
|
|
546974
546975
|
InitializeRequestParamsSchema = BaseRequestParamsSchema.extend({
|
|
546975
546976
|
protocolVersion: string2(),
|
|
@@ -546994,7 +546995,8 @@ var init_types7 = __esm(() => {
|
|
|
546994
546995
|
tools: object({
|
|
546995
546996
|
listChanged: boolean2().optional()
|
|
546996
546997
|
}).optional(),
|
|
546997
|
-
tasks: ServerTasksCapabilitySchema.optional()
|
|
546998
|
+
tasks: ServerTasksCapabilitySchema.optional(),
|
|
546999
|
+
extensions: record(string2(), AssertObjectSchema).optional()
|
|
546998
547000
|
});
|
|
546999
547001
|
InitializeResultSchema = ResultSchema.extend({
|
|
547000
547002
|
protocolVersion: string2(),
|
|
@@ -547109,6 +547111,7 @@ var init_types7 = __esm(() => {
|
|
|
547109
547111
|
uri: string2(),
|
|
547110
547112
|
description: optional(string2()),
|
|
547111
547113
|
mimeType: optional(string2()),
|
|
547114
|
+
size: optional(number2()),
|
|
547112
547115
|
annotations: AnnotationsSchema.optional(),
|
|
547113
547116
|
_meta: optional(looseObject({}))
|
|
547114
547117
|
});
|
|
@@ -547637,7 +547640,7 @@ var init_types7 = __esm(() => {
|
|
|
547637
547640
|
};
|
|
547638
547641
|
});
|
|
547639
547642
|
|
|
547640
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.
|
|
547643
|
+
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/interfaces.js
|
|
547641
547644
|
function isTerminal(status) {
|
|
547642
547645
|
return status === "completed" || status === "failed" || status === "cancelled";
|
|
547643
547646
|
}
|
|
@@ -547855,7 +547858,7 @@ var init_esm2 = __esm(() => {
|
|
|
547855
547858
|
init_zodToJsonSchema();
|
|
547856
547859
|
});
|
|
547857
547860
|
|
|
547858
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.
|
|
547861
|
+
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/server/zod-json-schema-compat.js
|
|
547859
547862
|
function getMethodLiteral(schema2) {
|
|
547860
547863
|
const shape = getObjectShape(schema2);
|
|
547861
547864
|
const methodSchema = shape?.method;
|
|
@@ -547880,7 +547883,7 @@ var init_zod_json_schema_compat = __esm(() => {
|
|
|
547880
547883
|
init_esm2();
|
|
547881
547884
|
});
|
|
547882
547885
|
|
|
547883
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.
|
|
547886
|
+
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/protocol.js
|
|
547884
547887
|
class Protocol {
|
|
547885
547888
|
constructor(_options) {
|
|
547886
547889
|
this._options = _options;
|
|
@@ -548082,6 +548085,10 @@ class Protocol {
|
|
|
548082
548085
|
this._progressHandlers.clear();
|
|
548083
548086
|
this._taskProgressTokens.clear();
|
|
548084
548087
|
this._pendingDebouncedNotifications.clear();
|
|
548088
|
+
for (const info of this._timeoutInfo.values()) {
|
|
548089
|
+
clearTimeout(info.timeoutId);
|
|
548090
|
+
}
|
|
548091
|
+
this._timeoutInfo.clear();
|
|
548085
548092
|
for (const controller of this._requestHandlerAbortControllers.values()) {
|
|
548086
548093
|
controller.abort();
|
|
548087
548094
|
}
|
|
@@ -548212,7 +548219,9 @@ class Protocol {
|
|
|
548212
548219
|
await capturedTransport?.send(errorResponse);
|
|
548213
548220
|
}
|
|
548214
548221
|
}).catch((error50) => this._onerror(new Error(`Failed to send response: ${error50}`))).finally(() => {
|
|
548215
|
-
this._requestHandlerAbortControllers.
|
|
548222
|
+
if (this._requestHandlerAbortControllers.get(request3.id) === abortController) {
|
|
548223
|
+
this._requestHandlerAbortControllers.delete(request3.id);
|
|
548224
|
+
}
|
|
548216
548225
|
});
|
|
548217
548226
|
}
|
|
548218
548227
|
_onprogress(notification) {
|
|
@@ -555149,7 +555158,7 @@ var require_dist29 = __commonJS((exports2, module2) => {
|
|
|
555149
555158
|
exports2.default = formatsPlugin;
|
|
555150
555159
|
});
|
|
555151
555160
|
|
|
555152
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.
|
|
555161
|
+
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/validation/ajv-provider.js
|
|
555153
555162
|
function createDefaultAjvInstance() {
|
|
555154
555163
|
const ajv = new import_ajv.default({
|
|
555155
555164
|
strict: false,
|
|
@@ -555192,7 +555201,7 @@ var init_ajv_provider = __esm(() => {
|
|
|
555192
555201
|
import_ajv_formats = __toESM(require_dist29(), 1);
|
|
555193
555202
|
});
|
|
555194
555203
|
|
|
555195
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.
|
|
555204
|
+
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/client.js
|
|
555196
555205
|
class ExperimentalClientTasks {
|
|
555197
555206
|
constructor(_client) {
|
|
555198
555207
|
this._client = _client;
|
|
@@ -555261,7 +555270,7 @@ var init_client3 = __esm(() => {
|
|
|
555261
555270
|
init_types7();
|
|
555262
555271
|
});
|
|
555263
555272
|
|
|
555264
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.
|
|
555273
|
+
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/experimental/tasks/helpers.js
|
|
555265
555274
|
function assertToolsCallTaskCapability(requests2, method, entityName) {
|
|
555266
555275
|
if (!requests2) {
|
|
555267
555276
|
throw new Error(`${entityName} does not support task creation (required for ${method})`);
|
|
@@ -555296,7 +555305,7 @@ function assertClientRequestTaskCapability(requests2, method, entityName) {
|
|
|
555296
555305
|
}
|
|
555297
555306
|
}
|
|
555298
555307
|
|
|
555299
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.
|
|
555308
|
+
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/client/index.js
|
|
555300
555309
|
function applyElicitationDefaults(schema2, data) {
|
|
555301
555310
|
if (!schema2 || data === null || typeof data !== "object")
|
|
555302
555311
|
return;
|
|
@@ -556268,7 +556277,7 @@ var require_cross_spawn = __commonJS((exports2, module2) => {
|
|
|
556268
556277
|
module2.exports._enoent = enoent;
|
|
556269
556278
|
});
|
|
556270
556279
|
|
|
556271
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.
|
|
556280
|
+
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js
|
|
556272
556281
|
class ReadBuffer {
|
|
556273
556282
|
append(chunk2) {
|
|
556274
556283
|
this._buffer = this._buffer ? Buffer.concat([this._buffer, chunk2]) : chunk2;
|
|
@@ -556301,7 +556310,7 @@ var init_stdio = __esm(() => {
|
|
|
556301
556310
|
init_types7();
|
|
556302
556311
|
});
|
|
556303
556312
|
|
|
556304
|
-
// node_modules/.bun/@modelcontextprotocol+sdk@1.
|
|
556313
|
+
// node_modules/.bun/@modelcontextprotocol+sdk@1.29.0/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.js
|
|
556305
556314
|
import process4 from "process";
|
|
556306
556315
|
import { PassThrough as PassThrough2 } from "stream";
|
|
556307
556316
|
function getDefaultEnvironment() {
|
|
@@ -556340,7 +556349,7 @@ class StdioClientTransport {
|
|
|
556340
556349
|
},
|
|
556341
556350
|
stdio: ["pipe", "pipe", this._serverParams.stderr ?? "inherit"],
|
|
556342
556351
|
shell: false,
|
|
556343
|
-
windowsHide: process4.platform === "win32"
|
|
556352
|
+
windowsHide: process4.platform === "win32",
|
|
556344
556353
|
cwd: this._serverParams.cwd
|
|
556345
556354
|
});
|
|
556346
556355
|
this._process.on("error", (error50) => {
|
|
@@ -556432,9 +556441,6 @@ class StdioClientTransport {
|
|
|
556432
556441
|
});
|
|
556433
556442
|
}
|
|
556434
556443
|
}
|
|
556435
|
-
function isElectron() {
|
|
556436
|
-
return "type" in process4;
|
|
556437
|
-
}
|
|
556438
556444
|
var import_cross_spawn, DEFAULT_INHERITED_ENV_VARS;
|
|
556439
556445
|
var init_stdio2 = __esm(() => {
|
|
556440
556446
|
init_stdio();
|
|
@@ -559274,7 +559280,7 @@ var package_default;
|
|
|
559274
559280
|
var init_package = __esm(() => {
|
|
559275
559281
|
package_default = {
|
|
559276
559282
|
name: "@johpaz/hive-agents-core",
|
|
559277
|
-
version: "0.0.
|
|
559283
|
+
version: "0.0.11",
|
|
559278
559284
|
private: true,
|
|
559279
559285
|
description: "Hive Gateway \u2014 Personal AI agent runtime",
|
|
559280
559286
|
main: "./src/index.ts",
|
|
@@ -559290,9 +559296,9 @@ var init_package = __esm(() => {
|
|
|
559290
559296
|
},
|
|
559291
559297
|
dependencies: {
|
|
559292
559298
|
"@ag-ui/core": "^0.0.46",
|
|
559293
|
-
"@johpaz/hive-agents-code-bridge": "^0.0.
|
|
559294
|
-
"@johpaz/hive-agents-mcp": "^0.0.
|
|
559295
|
-
"@johpaz/hive-agents-skills": "^0.0.
|
|
559299
|
+
"@johpaz/hive-agents-code-bridge": "^0.0.11",
|
|
559300
|
+
"@johpaz/hive-agents-mcp": "^0.0.11",
|
|
559301
|
+
"@johpaz/hive-agents-skills": "^0.0.11",
|
|
559296
559302
|
"@modelcontextprotocol/sdk": "latest",
|
|
559297
559303
|
"@sapphire/snowflake": "latest",
|
|
559298
559304
|
"@slack/bolt": "latest",
|
|
@@ -559351,6 +559357,7 @@ var init_package = __esm(() => {
|
|
|
559351
559357
|
"./tools/projects": "./src/tools/projects/index.ts",
|
|
559352
559358
|
"./tools/voice": "./src/tools/voice/index.ts",
|
|
559353
559359
|
"./tools/web": "./src/tools/web/index.ts",
|
|
559360
|
+
"./tools/schedule": "./src/tools/schedule.ts",
|
|
559354
559361
|
"./integrations": "./src/integrations/index.ts",
|
|
559355
559362
|
"./integrations/catalog": "./src/integrations/catalog.ts",
|
|
559356
559363
|
"./integrations/env": "./src/integrations/env.ts",
|
|
@@ -566345,7 +566352,7 @@ async function start(flags) {
|
|
|
566345
566352
|
\u2551 \u2588\u2588\u2551 \u2588\u2588\u2551\u2588\u2588\u2551 \u255A\u2588\u2588\u2588\u2588\u2554\u255D \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2557 \u2551
|
|
566346
566353
|
\u2551 \u255A\u2550\u255D \u255A\u2550\u255D\u255A\u2550\u255D \u255A\u2550\u2550\u2550\u255D \u255A\u2550\u2550\u2550\u2550\u2550\u2550\u255D \u2551
|
|
566347
566354
|
\u2551 \u2551
|
|
566348
|
-
\u2551 Personal Swarm AI Gateway \u2014 v0.0.
|
|
566355
|
+
\u2551 Personal Swarm AI Gateway \u2014 v0.0.11 \u2551
|
|
566349
566356
|
\u255A\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u255D
|
|
566350
566357
|
|
|
566351
566358
|
\uD83D\uDCE6 Installation: ${adapter.name}
|
|
@@ -568763,7 +568770,7 @@ async function executeAsync(gatewayUrl, payload, spinner) {
|
|
|
568763
568770
|
}
|
|
568764
568771
|
|
|
568765
568772
|
// packages/cli/src/index.ts
|
|
568766
|
-
var VERSION4 = "0.0.
|
|
568773
|
+
var VERSION4 = "0.0.11";
|
|
568767
568774
|
var HELP = `
|
|
568768
568775
|
\uD83D\uDC1D Hive \u2014 Personal Swarm AI Gateway v${VERSION4}
|
|
568769
568776
|
|