hive-intelligence 1.3.0 → 1.5.0
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 +2 -2
- package/agent-skills/SKILL.md +1 -1
- package/agent-skills/packs/hive-build/SKILL.md +1 -1
- package/agent-skills/packs/hive-build-onboarding/SKILL.md +7 -7
- package/agent-skills/packs/hive-cli/SKILL.md +2 -2
- package/agent-skills/packs/hive-defi-research/SKILL.md +1 -1
- package/agent-skills/packs/hive-dex-pool-analysis/SKILL.md +1 -1
- package/agent-skills/packs/hive-market-research/SKILL.md +1 -1
- package/agent-skills/packs/hive-mcp/SKILL.md +1 -1
- package/agent-skills/packs/hive-network-infrastructure/SKILL.md +1 -1
- package/agent-skills/packs/hive-nft-research/SKILL.md +1 -1
- package/agent-skills/packs/hive-prediction-markets/SKILL.md +1 -1
- package/agent-skills/packs/hive-query/SKILL.md +1 -1
- package/agent-skills/packs/hive-security-risk/SKILL.md +1 -1
- package/agent-skills/packs/hive-solana-analysis/SKILL.md +1 -1
- package/agent-skills/packs/hive-stateful-monitoring/SKILL.md +1 -1
- package/agent-skills/packs/hive-token-diligence/SKILL.md +1 -1
- package/agent-skills/packs/hive-tool-discovery/SKILL.md +1 -1
- package/agent-skills/packs/hive-wallet-investigation/SKILL.md +1 -1
- package/build/{api-client-FTVDFW5V.js → api-client-WMWFWXC7.js} +3 -15
- package/build/{auth-EZFJ5RYB.js → auth-Y4GXW376.js} +1 -9
- package/build/browser-auth-F62BMD7W.js +20 -0
- package/build/{chunk-W2QL7LYI.js → chunk-AGM2CIRL.js} +971 -117
- package/build/{chunk-7GD2MFYI.js → chunk-BDO27NIP.js} +37 -17
- package/build/{upgrade-J4HIGCKE.js → chunk-GB4XMTDE.js} +3 -4
- package/build/{chunk-TNQ7GJ6Q.js → chunk-GWZIAAQ2.js} +58 -40
- package/build/{chunk-Q7VBYLX7.js → chunk-P7NLFSZQ.js} +0 -58
- package/build/{chunk-N32UIHBU.js → chunk-SFN772RL.js} +5 -5
- package/build/{chunk-AEU43ACS.js → chunk-TVBPCELA.js} +2 -2
- package/build/{chunk-RUHO24SX.js → chunk-WF34ZD5I.js} +7 -162
- package/build/{chunk-I5Z6FZRL.js → chunk-XQPEFCSY.js} +14 -12
- package/build/cli.js +36 -47
- package/build/{completion-7KBW243H.js → completion-C57PDJMY.js} +1 -1
- package/build/{doctor-ORDOCGLM.js → doctor-XG5IQCXK.js} +5 -5
- package/build/{init-UCTCUYFA.js → init-COHA3VZI.js} +3 -3
- package/build/{init-all-BVWW3JVK.js → init-all-YTQJLPLR.js} +43 -24
- package/build/{mcpServer-RUEOTTF7.js → mcpServer-XHIN5JER.js} +1 -1
- package/build/monitor-worker.js +2 -2
- package/build/{namespace-L5DGCY7K.js → namespace-YLCGHVRT.js} +1 -1
- package/build/release.json +4 -4
- package/build/{serve-DKLR2WQH.js → serve-PWMT5IRU.js} +1 -1
- package/build/server.js +1475 -452
- package/build/stdio.js +1 -1
- package/build/{tools-I7GLWTV6.js → tools-XNFJBN7Q.js} +2 -2
- package/build/{uninstall-SAOIPL6K.js → uninstall-TKDP6C4F.js} +7 -7
- package/build/upgrade-ODPKMIDC.js +14 -0
- package/build/{watch-WVR4CGCD.js → watch-MXJSNGL2.js} +2 -2
- package/package.json +5 -3
- package/build/browser-auth-OJSUNFBI.js +0 -8
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@ client setup, self-hosting, or provider-key experiments.
|
|
|
41
41
|
- Bundled agent skills that teach assistants the right Hive workflow:
|
|
42
42
|
discovery -> schema lookup -> bounded execution -> evidence receipt.
|
|
43
43
|
- A broad provider catalog remains available behind discovery for agents that
|
|
44
|
-
need a long-tail endpoint. The current catalog contains
|
|
44
|
+
need a long-tail endpoint. The current catalog contains 607 tools, but that
|
|
45
45
|
coverage is not the primary product contract.
|
|
46
46
|
|
|
47
47
|
## Quickstart
|
|
@@ -109,7 +109,7 @@ Expected output shape:
|
|
|
109
109
|
"source": "live",
|
|
110
110
|
"receipt_id": "00000000-0000-4000-8000-000000000000",
|
|
111
111
|
"receipt_version": "1.0",
|
|
112
|
-
"server_version": "1.
|
|
112
|
+
"server_version": "1.5.0",
|
|
113
113
|
"build_sha": null,
|
|
114
114
|
"digest_algorithm": "sha256",
|
|
115
115
|
"input_digest": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
|
package/agent-skills/SKILL.md
CHANGED
|
@@ -6,7 +6,7 @@ metadata:
|
|
|
6
6
|
package: "@hiveintelligence/agent-skills"
|
|
7
7
|
category: "setup"
|
|
8
8
|
requires_network: "true"
|
|
9
|
-
version: 1.
|
|
9
|
+
version: 1.4.0
|
|
10
10
|
---
|
|
11
11
|
|
|
12
12
|
# hive-build-onboarding — Get a Hive API Key
|
|
@@ -72,8 +72,8 @@ The key's prefix tells you the environment:
|
|
|
72
72
|
capped tools)
|
|
73
73
|
- `hive_dev_` — local development key
|
|
74
74
|
|
|
75
|
-
The user can have multiple keys. Plan-tier limits:
|
|
76
|
-
|
|
75
|
+
The user can have multiple keys. Plan-tier limits: Free = 5 keys,
|
|
76
|
+
Pro = 10, Enterprise = 100.
|
|
77
77
|
|
|
78
78
|
## When the user can't find an old key
|
|
79
79
|
|
|
@@ -107,12 +107,12 @@ disabled.
|
|
|
107
107
|
|
|
108
108
|
## Plan upgrade
|
|
109
109
|
|
|
110
|
-
If the user wants higher limits than the
|
|
110
|
+
If the user wants higher limits than the Free tier, direct them to
|
|
111
111
|
https://www.hiveintelligence.xyz/dashboard/plans — always quote limits and
|
|
112
|
-
prices from that page, since they change. As of
|
|
112
|
+
prices from that page, since they change. As of August 2026 the tiers are:
|
|
113
113
|
|
|
114
|
-
-
|
|
115
|
-
- Pro — $
|
|
114
|
+
- Free — 10k credits, 30 req/min, 5 keys
|
|
115
|
+
- Pro — $129/month, 500k credits, 500 req/min, 10 keys
|
|
116
116
|
- Enterprise — custom, unlimited credits, 3k req/min, 100 keys
|
|
117
117
|
|
|
118
118
|
## Runtime status handling
|
|
@@ -6,7 +6,7 @@ metadata:
|
|
|
6
6
|
package: "@hiveintelligence/agent-skills"
|
|
7
7
|
category: "setup"
|
|
8
8
|
requires_network: "true"
|
|
9
|
-
version: 1.
|
|
9
|
+
version: 1.4.0
|
|
10
10
|
---
|
|
11
11
|
|
|
12
12
|
# hive-cli — Hive From the Terminal
|
|
@@ -49,7 +49,7 @@ hive uninstall --all # remove from every client
|
|
|
49
49
|
```
|
|
50
50
|
|
|
51
51
|
Domain subcommands map directly to Hive's category namespace:
|
|
52
|
-
`market`, `defi`, `portfolio`, `security`, `
|
|
52
|
+
`market`, `defi`, `portfolio`, `security`, `exchange`, `dex`,
|
|
53
53
|
`wallet`, `nft`, `network`, and `search`. Run `hive --help` for the full
|
|
54
54
|
list and `hive <domain> --help` for a domain's subcommands.
|
|
55
55
|
|
|
@@ -1,28 +1,16 @@
|
|
|
1
1
|
import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
|
|
2
2
|
import {
|
|
3
|
-
authLogin,
|
|
4
|
-
authMe,
|
|
5
|
-
authSignup,
|
|
6
|
-
createKey,
|
|
7
3
|
executeRemoteTool,
|
|
8
4
|
fetchToolCatalog,
|
|
9
5
|
fetchWithRetry,
|
|
10
|
-
getUsage
|
|
11
|
-
|
|
12
|
-
revokeKeyApi
|
|
13
|
-
} from "./chunk-Q7VBYLX7.js";
|
|
6
|
+
getUsage
|
|
7
|
+
} from "./chunk-P7NLFSZQ.js";
|
|
14
8
|
import "./chunk-ZXKFJQDE.js";
|
|
15
9
|
import "./chunk-6PC3HUAK.js";
|
|
16
10
|
import "./chunk-ILVPOLA7.js";
|
|
17
11
|
export {
|
|
18
|
-
authLogin,
|
|
19
|
-
authMe,
|
|
20
|
-
authSignup,
|
|
21
|
-
createKey,
|
|
22
12
|
executeRemoteTool,
|
|
23
13
|
fetchToolCatalog,
|
|
24
14
|
fetchWithRetry,
|
|
25
|
-
getUsage
|
|
26
|
-
listKeysApi,
|
|
27
|
-
revokeKeyApi
|
|
15
|
+
getUsage
|
|
28
16
|
};
|
|
@@ -4,19 +4,15 @@ import {
|
|
|
4
4
|
listProfiles,
|
|
5
5
|
maskKey,
|
|
6
6
|
removeProfile,
|
|
7
|
-
runKeysCreate,
|
|
8
|
-
runKeysList,
|
|
9
|
-
runKeysRevoke,
|
|
10
7
|
runLogin,
|
|
11
8
|
runLogout,
|
|
12
9
|
runProfiles,
|
|
13
|
-
runSignup,
|
|
14
10
|
runSwitch,
|
|
15
11
|
runUsage,
|
|
16
12
|
runWhoami,
|
|
17
13
|
saveProfile,
|
|
18
14
|
switchProfile
|
|
19
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-WF34ZD5I.js";
|
|
20
16
|
import "./chunk-6PC3HUAK.js";
|
|
21
17
|
import "./chunk-ILVPOLA7.js";
|
|
22
18
|
export {
|
|
@@ -24,13 +20,9 @@ export {
|
|
|
24
20
|
listProfiles,
|
|
25
21
|
maskKey,
|
|
26
22
|
removeProfile,
|
|
27
|
-
runKeysCreate,
|
|
28
|
-
runKeysList,
|
|
29
|
-
runKeysRevoke,
|
|
30
23
|
runLogin,
|
|
31
24
|
runLogout,
|
|
32
25
|
runProfiles,
|
|
33
|
-
runSignup,
|
|
34
26
|
runSwitch,
|
|
35
27
|
runUsage,
|
|
36
28
|
runWhoami,
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { createRequire } from 'node:module'; const require = createRequire(import.meta.url);
|
|
2
|
+
import {
|
|
3
|
+
CLI_CALLBACK_PATH,
|
|
4
|
+
CLI_EXCHANGE_PATH,
|
|
5
|
+
CLI_LOGIN_PATH,
|
|
6
|
+
browserLogin,
|
|
7
|
+
buildCliLoginUrl,
|
|
8
|
+
exchangeCliCode,
|
|
9
|
+
parseCliCallback
|
|
10
|
+
} from "./chunk-BDO27NIP.js";
|
|
11
|
+
import "./chunk-ILVPOLA7.js";
|
|
12
|
+
export {
|
|
13
|
+
CLI_CALLBACK_PATH,
|
|
14
|
+
CLI_EXCHANGE_PATH,
|
|
15
|
+
CLI_LOGIN_PATH,
|
|
16
|
+
browserLogin,
|
|
17
|
+
buildCliLoginUrl,
|
|
18
|
+
exchangeCliCode,
|
|
19
|
+
parseCliCallback
|
|
20
|
+
};
|