@heroui/agent 0.2.0-beta.6 → 0.2.0-beta.7

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/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  HeroUIAgent,
3
3
  useAgent
4
- } from "./chunk-MUAFQBVY.js";
4
+ } from "./chunk-V5S5FRGV.js";
5
5
  import {
6
6
  AGENT_DESIGN_THEMES,
7
7
  AGENT_MODEL_IDS,
@@ -12,7 +12,7 @@ import {
12
12
  getAgentModelTier,
13
13
  isAgentModelId,
14
14
  resolveAgentModelId
15
- } from "./chunk-QOCNMON2.js";
15
+ } from "./chunk-OQGXZY5L.js";
16
16
  export {
17
17
  AGENT_DESIGN_THEMES,
18
18
  AGENT_MODEL_IDS,
package/dist/next.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  HeroUIAgent,
3
3
  useAgent
4
- } from "./chunk-MUAFQBVY.js";
4
+ } from "./chunk-V5S5FRGV.js";
5
5
  import {
6
6
  AGENT_MODEL_IDS,
7
7
  AGENT_MODEL_OPTIONS,
@@ -9,7 +9,7 @@ import {
9
9
  createToolHelper,
10
10
  getAgentModelTier,
11
11
  isAgentModelId
12
- } from "./chunk-QOCNMON2.js";
12
+ } from "./chunk-OQGXZY5L.js";
13
13
  export {
14
14
  AGENT_MODEL_IDS,
15
15
  AGENT_MODEL_OPTIONS,
package/dist/server.js CHANGED
@@ -66,7 +66,7 @@ var agentModelIdSchema = z2.preprocess(
66
66
 
67
67
  // src/contracts/version.ts
68
68
  var HEROUI_AGENT_PROTOCOL_VERSION = 5;
69
- var HEROUI_AGENT_SDK_VERSION = "0.2.0-beta.6";
69
+ var HEROUI_AGENT_SDK_VERSION = "0.2.0-beta.7";
70
70
 
71
71
  // src/contracts/identity.ts
72
72
  var agentThemeSchema = z3.enum(["light", "dark", "system"]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heroui/agent",
3
- "version": "0.2.0-beta.6",
3
+ "version": "0.2.0-beta.7",
4
4
  "description": "Embed a hosted HeroUI Agent that turns application data into interactive UI.",
5
5
  "homepage": "https://www.heroui.com/agents",
6
6
  "bugs": {
@@ -110,7 +110,7 @@
110
110
  "typescript": "5.9.3",
111
111
  "vitest": "4.1.0",
112
112
  "@heroui-pro/config": "0.0.0",
113
- "@heroui-pro/react": "1.0.0-beta.7",
113
+ "@heroui-pro/react": "1.0.0-beta.8",
114
114
  "@heroui/agent-client": "0.0.0",
115
115
  "@heroui/agent-ui": "0.0.0"
116
116
  },