@johpaz/hive-agents 0.0.5 → 0.0.8
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 +1725 -446
- package/dist/ui/assets/index-AXKyq2Xh.css +1 -0
- package/dist/ui/assets/index-G6yKLXth.js +317 -0
- package/dist/ui/index.html +2 -2
- package/package.json +2 -2
- package/dist/ui/assets/index-a0sCtf_3.js +0 -317
- package/dist/ui/assets/index-jD2iVGzE.css +0 -1
package/dist/ui/index.html
CHANGED
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
<meta name="twitter:title" content="Hive">
|
|
22
22
|
<meta property="og:description" content="Lovable Generated Project">
|
|
23
23
|
<meta name="twitter:description" content="Lovable Generated Project">
|
|
24
|
-
<script type="module" crossorigin src="/assets/index-
|
|
25
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
24
|
+
<script type="module" crossorigin src="/assets/index-G6yKLXth.js"></script>
|
|
25
|
+
<link rel="stylesheet" crossorigin href="/assets/index-AXKyq2Xh.css">
|
|
26
26
|
</head>
|
|
27
27
|
|
|
28
28
|
<body>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@johpaz/hive-agents",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
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": {
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"dev:keep": "HIVE_HOME=$HOME/.hive-dev HIVE_DEV=true HIVE_DEV_CLEAN=false bun run packages/cli/src/index.ts dev",
|
|
104
104
|
"start": "bun run packages/cli/src/index.ts start",
|
|
105
105
|
"build": "bun build packages/cli/src/index.ts --bundle --outfile dist/hive.js --target bun && cd packages/hive-ui && bun run build && cd ../.. && cp -r packages/hive-ui/dist dist/ui",
|
|
106
|
-
"build:binary": "cd packages/cli && bun build src/index.ts --compile --outfile dist/hive-binary",
|
|
106
|
+
"build:binary": "cd packages/hive-ui && bun run build && cd ../cli && bun scripts/generate-ui-bundle.ts && bun build src/index.ts --compile --outfile ../../dist/hive-binary",
|
|
107
107
|
"prepublishOnly": "bun run build",
|
|
108
108
|
"test": "bun test",
|
|
109
109
|
"test:ci": "bun test --coverage",
|