@johpaz/hive-agents 0.0.12 → 0.0.14
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 +16 -16
- package/dist/hive.cmd +9 -0
- package/dist/hive.js +12 -11
- package/dist/hive.ps1 +3 -0
- package/package.json +3 -1
package/README.md
CHANGED
|
@@ -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.14
|
|
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.14
|
|
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.14 -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.14
|
|
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.14-linux-x64` | [Descargar](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.14-linux-x64) |
|
|
292
|
+
| Linux ARM64 (Raspberry Pi, etc.) | `hive-v0.0.14-linux-arm64` | [Descargar](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.14-linux-arm64) |
|
|
293
|
+
| macOS Apple Silicon (M1/M2/M3/M4) | `hive-v0.0.14-macos-arm64` | [Descargar](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.14-macos-arm64) |
|
|
294
|
+
| macOS Intel | `hive-v0.0.14-macos-x64` | [Descargar](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.14-macos-x64) |
|
|
295
|
+
| Windows x64 | `hive-v0.0.14-windows-x64.exe` | [Descargar](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.14-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.14-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.14-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.14-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.14-windows-x64.exe`](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.14-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.14-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.14-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.14-linux-x64 /media/usb/hive
|
|
483
483
|
chmod +x /media/usb/hive
|
|
484
484
|
cp -r ui-dist/* /media/usb/ui/
|
|
485
485
|
|
package/dist/hive.cmd
ADDED
package/dist/hive.js
CHANGED
|
@@ -559280,7 +559280,7 @@ var package_default;
|
|
|
559280
559280
|
var init_package = __esm(() => {
|
|
559281
559281
|
package_default = {
|
|
559282
559282
|
name: "@johpaz/hive-agents-core",
|
|
559283
|
-
version: "0.0.
|
|
559283
|
+
version: "0.0.14",
|
|
559284
559284
|
private: true,
|
|
559285
559285
|
description: "Hive Gateway \u2014 Personal AI agent runtime",
|
|
559286
559286
|
main: "./src/index.ts",
|
|
@@ -559296,9 +559296,9 @@ var init_package = __esm(() => {
|
|
|
559296
559296
|
},
|
|
559297
559297
|
dependencies: {
|
|
559298
559298
|
"@ag-ui/core": "^0.0.46",
|
|
559299
|
-
"@johpaz/hive-agents-code-bridge": "^0.0.
|
|
559300
|
-
"@johpaz/hive-agents-mcp": "^0.0.
|
|
559301
|
-
"@johpaz/hive-agents-skills": "^0.0.
|
|
559299
|
+
"@johpaz/hive-agents-code-bridge": "^0.0.14",
|
|
559300
|
+
"@johpaz/hive-agents-mcp": "^0.0.14",
|
|
559301
|
+
"@johpaz/hive-agents-skills": "^0.0.14",
|
|
559302
559302
|
"@modelcontextprotocol/sdk": "latest",
|
|
559303
559303
|
"@sapphire/snowflake": "latest",
|
|
559304
559304
|
"@slack/bolt": "latest",
|
|
@@ -566352,7 +566352,7 @@ async function start(flags) {
|
|
|
566352
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
|
|
566353
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
|
|
566354
566354
|
\u2551 \u2551
|
|
566355
|
-
\u2551 Personal Swarm AI Gateway \u2014 v0.0.
|
|
566355
|
+
\u2551 Personal Swarm AI Gateway \u2014 v0.0.14 \u2551
|
|
566356
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
|
|
566357
566357
|
|
|
566358
566358
|
\uD83D\uDCE6 Installation: ${adapter.name}
|
|
@@ -568770,7 +568770,7 @@ async function executeAsync(gatewayUrl, payload, spinner) {
|
|
|
568770
568770
|
}
|
|
568771
568771
|
|
|
568772
568772
|
// packages/cli/src/index.ts
|
|
568773
|
-
var VERSION4 = "0.0.
|
|
568773
|
+
var VERSION4 = "0.0.14";
|
|
568774
568774
|
var HELP = `
|
|
568775
568775
|
\uD83D\uDC1D Hive \u2014 Personal Swarm AI Gateway v${VERSION4}
|
|
568776
568776
|
|
|
@@ -568841,11 +568841,12 @@ Documentation:
|
|
|
568841
568841
|
Espa\xF1ol: https://github.com/johpaz/hive/docs/es
|
|
568842
568842
|
`;
|
|
568843
568843
|
async function main() {
|
|
568844
|
-
const
|
|
568845
|
-
const args = process.argv.slice(
|
|
568846
|
-
const
|
|
568847
|
-
const
|
|
568848
|
-
const
|
|
568844
|
+
const isDev = process.argv[1]?.endsWith(".ts");
|
|
568845
|
+
const args = process.argv.slice(isDev ? 2 : 1);
|
|
568846
|
+
const normalizedArgs = args[0]?.includes("\\") || args[0]?.includes("/") ? args.slice(1) : args;
|
|
568847
|
+
const command2 = normalizedArgs[0];
|
|
568848
|
+
const subcommand = normalizedArgs[1];
|
|
568849
|
+
const flags = normalizedArgs.filter((a) => a.startsWith("--"));
|
|
568849
568850
|
switch (command2) {
|
|
568850
568851
|
case "onboard":
|
|
568851
568852
|
await onboard();
|
package/dist/hive.ps1
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@johpaz/hive-agents",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.14",
|
|
4
4
|
"description": "Tu colmena de agentes IA. Local-first. Multi-canal. Open source. Construido desde Colombia para el mundo.",
|
|
5
5
|
"private": false,
|
|
6
6
|
"bin": {
|
|
@@ -69,6 +69,8 @@
|
|
|
69
69
|
},
|
|
70
70
|
"files": [
|
|
71
71
|
"dist/hive.js",
|
|
72
|
+
"dist/hive.cmd",
|
|
73
|
+
"dist/hive.ps1",
|
|
72
74
|
"dist/ui",
|
|
73
75
|
"README.md",
|
|
74
76
|
"LICENSE"
|