@emblemvault/hustle-react 1.1.0 → 1.1.2
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/browser/hustle-react.js +655 -75
- package/dist/browser/hustle-react.js.map +1 -1
- package/dist/components/index.cjs +610 -76
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +610 -76
- package/dist/components/index.js.map +1 -1
- package/dist/hooks/index.cjs +83 -14
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.cts +3 -2
- package/dist/hooks/index.d.ts +3 -2
- package/dist/hooks/index.js +83 -14
- package/dist/hooks/index.js.map +1 -1
- package/dist/index.cjs +658 -75
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +658 -75
- package/dist/index.js.map +1 -1
- package/dist/{plugin-BUg7vMxe.d.cts → plugin-COr42J6-.d.cts} +3 -1
- package/dist/{plugin-BUg7vMxe.d.ts → plugin-COr42J6-.d.ts} +3 -1
- package/dist/plugins/index.cjs +576 -61
- package/dist/plugins/index.cjs.map +1 -1
- package/dist/plugins/index.d.cts +1 -1
- package/dist/plugins/index.d.ts +1 -1
- package/dist/plugins/index.js +576 -61
- package/dist/plugins/index.js.map +1 -1
- package/dist/providers/index.cjs +83 -14
- package/dist/providers/index.cjs.map +1 -1
- package/dist/providers/index.js +83 -14
- package/dist/providers/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export { HustleProvider, useHustle } from './providers/index.cjs';
|
|
2
2
|
export { HustleChat, HustleChatProps, MarkdownContent } from './components/index.cjs';
|
|
3
3
|
export { A as Attachment, C as ChatMessage, b as ChatOptions, d as ChatResponse, H as HustleConfig, h as HustleContextValue, i as HustleProviderProps, M as Model, c as StreamChunk, g as StreamEndEvent, S as StreamOptions, T as ToolCall, f as ToolEndEvent, a as ToolResult, e as ToolStartEvent } from './hustle-S48t4lTZ.cjs';
|
|
4
|
-
import { S as StoredPlugin, H as HustlePlugin, a as HydratedPlugin } from './plugin-
|
|
5
|
-
export { C as ClientToolDefinition, E as ErrorContext, d as HustleRequest, J as JSONSchema, b as JSONSchemaProperty, e as PluginHooks, P as ProcessedResponse, f as SerializedHooks, c as SerializedToolDefinition, T as ToolExecutor } from './plugin-
|
|
4
|
+
import { S as StoredPlugin, H as HustlePlugin, a as HydratedPlugin } from './plugin-COr42J6-.cjs';
|
|
5
|
+
export { C as ClientToolDefinition, E as ErrorContext, d as HustleRequest, J as JSONSchema, b as JSONSchemaProperty, e as PluginHooks, P as ProcessedResponse, f as SerializedHooks, c as SerializedToolDefinition, T as ToolExecutor } from './plugin-COr42J6-.cjs';
|
|
6
6
|
export { UsePluginsReturn, usePlugins } from './hooks/index.cjs';
|
|
7
7
|
export { AvailablePlugin, availablePlugins, getAvailablePlugin, migrateFunPlugin, predictionMarketPlugin } from './plugins/index.cjs';
|
|
8
8
|
import 'react/jsx-runtime';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export { HustleProvider, useHustle } from './providers/index.js';
|
|
2
2
|
export { HustleChat, HustleChatProps, MarkdownContent } from './components/index.js';
|
|
3
3
|
export { A as Attachment, C as ChatMessage, b as ChatOptions, d as ChatResponse, H as HustleConfig, h as HustleContextValue, i as HustleProviderProps, M as Model, c as StreamChunk, g as StreamEndEvent, S as StreamOptions, T as ToolCall, f as ToolEndEvent, a as ToolResult, e as ToolStartEvent } from './hustle-S48t4lTZ.js';
|
|
4
|
-
import { S as StoredPlugin, H as HustlePlugin, a as HydratedPlugin } from './plugin-
|
|
5
|
-
export { C as ClientToolDefinition, E as ErrorContext, d as HustleRequest, J as JSONSchema, b as JSONSchemaProperty, e as PluginHooks, P as ProcessedResponse, f as SerializedHooks, c as SerializedToolDefinition, T as ToolExecutor } from './plugin-
|
|
4
|
+
import { S as StoredPlugin, H as HustlePlugin, a as HydratedPlugin } from './plugin-COr42J6-.js';
|
|
5
|
+
export { C as ClientToolDefinition, E as ErrorContext, d as HustleRequest, J as JSONSchema, b as JSONSchemaProperty, e as PluginHooks, P as ProcessedResponse, f as SerializedHooks, c as SerializedToolDefinition, T as ToolExecutor } from './plugin-COr42J6-.js';
|
|
6
6
|
export { UsePluginsReturn, usePlugins } from './hooks/index.js';
|
|
7
7
|
export { AvailablePlugin, availablePlugins, getAvailablePlugin, migrateFunPlugin, predictionMarketPlugin } from './plugins/index.js';
|
|
8
8
|
import 'react/jsx-runtime';
|