@johpaz/hive-agents 0.0.6 → 0.0.10
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 +35 -25
- package/dist/hive.js +3009 -655
- package/dist/ui/assets/index-4do6sCxt.css +1 -0
- package/dist/ui/assets/index-CsGWNJ53.js +317 -0
- package/dist/ui/index.html +2 -2
- package/package.json +6 -4
- package/dist/ui/assets/index-a0sCtf_3.js +0 -317
- package/dist/ui/assets/index-jD2iVGzE.css +0 -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.10
|
|
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.10
|
|
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.10 -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.10
|
|
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.10-linux-x64` | [Descargar](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.10-linux-x64) |
|
|
292
|
+
| Linux ARM64 (Raspberry Pi, etc.) | `hive-v0.0.10-linux-arm64` | [Descargar](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.10-linux-arm64) |
|
|
293
|
+
| macOS Apple Silicon (M1/M2/M3/M4) | `hive-v0.0.10-macos-arm64` | [Descargar](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.10-macos-arm64) |
|
|
294
|
+
| macOS Intel | `hive-v0.0.10-macos-x64` | [Descargar](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.10-macos-x64) |
|
|
295
|
+
| Windows x64 | `hive-v0.0.10-windows-x64.exe` | [Descargar](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.10-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.10-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.10-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.10-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.10-windows-x64.exe`](https://github.com/johpaz/hive/releases/latest/download/hive-v0.0.10-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.10-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.10-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.10-linux-x64 /media/usb/hive
|
|
483
483
|
chmod +x /media/usb/hive
|
|
484
484
|
cp -r ui-dist/* /media/usb/ui/
|
|
485
485
|
|
|
@@ -505,7 +505,7 @@ cp ~/.hive/data/hive.db ~/backup-hive-$(date +%Y%m%d).db
|
|
|
505
505
|
|
|
506
506
|
---
|
|
507
507
|
|
|
508
|
-
### Opción 3 — bun (Para
|
|
508
|
+
### Opción 3 — bun / npm (Para uso en máquinas con Bun)
|
|
509
509
|
|
|
510
510
|
> Requiere Bun instalado — ver prerequisito al inicio de esta sección.
|
|
511
511
|
|
|
@@ -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
|
-
>
|
|
518
|
+
> También funciona con `npm install -g @johpaz/hive`, pero igualmente necesitas Bun instalado — el CLI lo usa como runtime.
|
|
519
519
|
|
|
520
520
|
**Iniciar:**
|
|
521
521
|
|
|
@@ -523,13 +523,23 @@ bun install -g @johpaz/hive-agents
|
|
|
523
523
|
hive start
|
|
524
524
|
```
|
|
525
525
|
|
|
526
|
-
|
|
526
|
+
Al arrancar por primera vez, el gateway levanta en `http://localhost:18790` y la UI en un puerto libre (normalmente `5173`). **El navegador se abre automáticamente** en la pantalla de setup.
|
|
527
527
|
|
|
528
|
-
|
|
528
|
+
#### Setup inicial — asistente web
|
|
529
529
|
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
530
|
+
El wizard de configuración tiene 4 pasos:
|
|
531
|
+
|
|
532
|
+
1. **Providers** — elige tu proveedor de IA (Gemini, Anthropic, OpenAI, Groq, Ollama…) e introduce tu API key.
|
|
533
|
+
2. **Tu agente** — nombre, descripción y tono de personalidad.
|
|
534
|
+
3. **Ética** — elige las reglas de comportamiento predefinidas.
|
|
535
|
+
4. **Canales** — activa WebChat, Telegram o Discord.
|
|
536
|
+
|
|
537
|
+
Al terminar, el gateway se reinicia automáticamente y el navegador redirige al dashboard.
|
|
538
|
+
|
|
539
|
+
> Si prefieres configurar sin browser (VPS headless, SSH, etc.):
|
|
540
|
+
> ```bash
|
|
541
|
+
> hive onboard
|
|
542
|
+
> ```
|
|
533
543
|
|
|
534
544
|
**Comandos útiles:**
|
|
535
545
|
|
|
@@ -543,8 +553,8 @@ hive doctor # diagnóstico del sistema
|
|
|
543
553
|
**Actualizar a la última versión:**
|
|
544
554
|
|
|
545
555
|
```bash
|
|
546
|
-
bun install -g @johpaz/hive # instala la versión más reciente
|
|
547
|
-
hive stop && hive start
|
|
556
|
+
bun install -g @johpaz/hive-agents # instala la versión más reciente (incluye la UI)
|
|
557
|
+
hive stop && hive start
|
|
548
558
|
```
|
|
549
559
|
|
|
550
560
|
**Modo desarrollo** (hot-reload + Vite, para contribuir al proyecto):
|