@particle-academy/agent-integrations 0.3.4 → 0.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 +65 -0
- package/dist/bridges/charts.d.cts +4 -4
- package/dist/bridges/charts.d.ts +4 -4
- package/dist/bridges/code.d.cts +4 -4
- package/dist/bridges/code.d.ts +4 -4
- package/dist/bridges/flow.d.cts +4 -4
- package/dist/bridges/flow.d.ts +4 -4
- package/dist/bridges/forms.d.cts +4 -4
- package/dist/bridges/forms.d.ts +4 -4
- package/dist/bridges/scene.d.cts +4 -4
- package/dist/bridges/scene.d.ts +4 -4
- package/dist/bridges/screens.d.cts +78 -0
- package/dist/bridges/screens.d.ts +78 -0
- package/dist/bridges/sheets.d.cts +4 -4
- package/dist/bridges/sheets.d.ts +4 -4
- package/dist/bridges/whiteboard.d.cts +4 -4
- package/dist/bridges/whiteboard.d.ts +4 -4
- package/dist/bridges-charts.cjs +2 -2
- package/dist/bridges-charts.cjs.map +1 -1
- package/dist/bridges-charts.js +2 -2
- package/dist/bridges-code.cjs +2 -2
- package/dist/bridges-code.cjs.map +1 -1
- package/dist/bridges-code.js +2 -2
- package/dist/bridges-flow.cjs +2 -2
- package/dist/bridges-flow.cjs.map +1 -1
- package/dist/bridges-flow.js +340 -3
- package/dist/bridges-flow.js.map +1 -1
- package/dist/bridges-forms.cjs +2 -2
- package/dist/bridges-forms.cjs.map +1 -1
- package/dist/bridges-forms.js +2 -2
- package/dist/bridges-scene.cjs +2 -2
- package/dist/bridges-scene.cjs.map +1 -1
- package/dist/bridges-scene.js +2 -2
- package/dist/bridges-screens.cjs +227 -0
- package/dist/bridges-screens.cjs.map +1 -0
- package/dist/bridges-screens.js +6 -0
- package/dist/bridges-screens.js.map +1 -0
- package/dist/bridges-sheets.cjs +2 -2
- package/dist/bridges-sheets.cjs.map +1 -1
- package/dist/bridges-sheets.js +2 -2
- package/dist/bridges-whiteboard.cjs +12 -12
- package/dist/bridges-whiteboard.cjs.map +1 -1
- package/dist/bridges-whiteboard.js +3 -3
- package/dist/{chunk-TBEITXF4.js → chunk-3KSZNGNW.js} +7 -7
- package/dist/chunk-3KSZNGNW.js.map +1 -0
- package/dist/{chunk-OEIULP2L.js → chunk-4BL5M3U3.js} +5 -5
- package/dist/chunk-4BL5M3U3.js.map +1 -0
- package/dist/{chunk-QGCF7YKW.js → chunk-4KAIV6OD.js} +40 -12
- package/dist/chunk-4KAIV6OD.js.map +1 -0
- package/dist/chunk-57ZDHD53.js +180 -0
- package/dist/chunk-57ZDHD53.js.map +1 -0
- package/dist/chunk-5XELJIJR.js +83 -0
- package/dist/chunk-5XELJIJR.js.map +1 -0
- package/dist/{chunk-6LTKCNLF.js → chunk-AFUULW5E.js} +3 -34
- package/dist/chunk-AFUULW5E.js.map +1 -0
- package/dist/chunk-G6N2TQVO.js +34 -0
- package/dist/chunk-G6N2TQVO.js.map +1 -0
- package/dist/{chunk-ACBENYYO.js → chunk-GQ7XXK7G.js} +12 -12
- package/dist/chunk-GQ7XXK7G.js.map +1 -0
- package/dist/{chunk-XYYSTJHW.js → chunk-HSTW7ZNO.js} +5 -5
- package/dist/chunk-HSTW7ZNO.js.map +1 -0
- package/dist/{chunk-PDBF4W7E.js → chunk-IANI25IT.js} +5 -5
- package/dist/chunk-IANI25IT.js.map +1 -0
- package/dist/chunk-IJ6JX5VC.js +3 -0
- package/dist/chunk-IJ6JX5VC.js.map +1 -0
- package/dist/{chunk-JMYPUAFH.js → chunk-LVQXIUJH.js} +2 -2
- package/dist/{chunk-JMYPUAFH.js.map → chunk-LVQXIUJH.js.map} +1 -1
- package/dist/{chunk-PHPXKSWI.js → chunk-NTDZWGYB.js} +5 -5
- package/dist/chunk-NTDZWGYB.js.map +1 -0
- package/dist/{chunk-DJOWMF6Q.js → chunk-RGO42EQ6.js} +3 -3
- package/dist/{chunk-DJOWMF6Q.js.map → chunk-RGO42EQ6.js.map} +1 -1
- package/dist/{chunk-QJUTISFC.js → chunk-XRAJSOPS.js} +5 -5
- package/dist/chunk-XRAJSOPS.js.map +1 -0
- package/dist/chunk-ZHAK2DQR.js +289 -0
- package/dist/chunk-ZHAK2DQR.js.map +1 -0
- package/dist/components/SharedWhiteboard/index.d.cts +55 -0
- package/dist/components/SharedWhiteboard/index.d.ts +55 -0
- package/dist/components-shared-whiteboard.cjs +1533 -0
- package/dist/components-shared-whiteboard.cjs.map +1 -0
- package/dist/components-shared-whiteboard.js +285 -0
- package/dist/components-shared-whiteboard.js.map +1 -0
- package/dist/index.cjs +618 -1371
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +11 -59
- package/dist/index.d.ts +11 -59
- package/dist/index.js +19 -571
- package/dist/index.js.map +1 -1
- package/dist/mcp/index.d.cts +5 -4
- package/dist/mcp/index.d.ts +5 -4
- package/dist/mcp.cjs +37 -9
- package/dist/mcp.cjs.map +1 -1
- package/dist/mcp.js +3 -2
- package/dist/presence/index.d.cts +1 -1
- package/dist/presence/index.d.ts +1 -1
- package/dist/{server-BJu_AMH3.d.ts → server-BsSwfemr.d.cts} +4 -5
- package/dist/{server-si-VvFxI.d.cts → server-Du3-IGqM.d.ts} +4 -5
- package/dist/sharing/index.d.cts +5 -36
- package/dist/sharing/index.d.ts +5 -36
- package/dist/sharing.js +2 -1
- package/dist/sheets-adapter.cjs +96 -0
- package/dist/sheets-adapter.cjs.map +1 -0
- package/dist/sheets-adapter.d.cts +119 -0
- package/dist/sheets-adapter.d.ts +119 -0
- package/dist/sheets-adapter.js +4 -0
- package/dist/sheets-adapter.js.map +1 -0
- package/dist/token-CrJF76oH.d.cts +34 -0
- package/dist/token-CrJF76oH.d.ts +34 -0
- package/dist/tool-host-BQuUygLF.d.cts +60 -0
- package/dist/tool-host-C8JMMGYq.d.ts +60 -0
- package/dist/{types-DXKpLuia.d.ts → types-CCSBGW9T.d.cts} +2 -2
- package/dist/{types-Bf1ZoGmI.d.cts → types-DIVNcIQO.d.ts} +2 -2
- package/dist/{types-DksGd5Y7.d.cts → types-aOQLTW0E.d.cts} +1 -1
- package/dist/{types-DksGd5Y7.d.ts → types-aOQLTW0E.d.ts} +1 -1
- package/dist/undo/index.d.cts +4 -4
- package/dist/undo/index.d.ts +4 -4
- package/dist/undo.cjs +9 -9
- package/dist/undo.cjs.map +1 -1
- package/dist/undo.js +3 -3
- package/package.json +57 -7
- package/dist/chunk-4IAVAFUV.js +0 -342
- package/dist/chunk-4IAVAFUV.js.map +0 -1
- package/dist/chunk-6LTKCNLF.js.map +0 -1
- package/dist/chunk-ACBENYYO.js.map +0 -1
- package/dist/chunk-OEIULP2L.js.map +0 -1
- package/dist/chunk-PDBF4W7E.js.map +0 -1
- package/dist/chunk-PHPXKSWI.js.map +0 -1
- package/dist/chunk-QGCF7YKW.js.map +0 -1
- package/dist/chunk-QJUTISFC.js.map +0 -1
- package/dist/chunk-TBEITXF4.js.map +0 -1
- package/dist/chunk-XYYSTJHW.js.map +0 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,23 +1,24 @@
|
|
|
1
|
-
import { M as MicroMcpServer } from './server-
|
|
2
|
-
export { a as McpServerOptions, T as Transport, e as errorResult, r as rpcError, t as textResult } from './server-
|
|
1
|
+
import { M as MicroMcpServer } from './server-BsSwfemr.cjs';
|
|
2
|
+
export { a as McpServerOptions, T as Transport, e as errorResult, r as rpcError, t as textResult } from './server-BsSwfemr.cjs';
|
|
3
|
+
export { T as ToolHost, a as ToolRegistry } from './tool-host-BQuUygLF.cjs';
|
|
3
4
|
export { InProcessTransport, RelayChannel, RelayTransport, attachInProcess, attachRelay } from './mcp/index.cjs';
|
|
4
|
-
export { C as CallToolResult,
|
|
5
|
-
export { B as Bridge, a as BridgeFactory } from './types-
|
|
6
|
-
export { WhiteboardBridgeAdapter, WhiteboardBridgeOptions, registerWhiteboardBridge } from './bridges/whiteboard.cjs';
|
|
7
|
-
export { FlowBridgeAdapter, FlowBridgeOptions, registerFlowBridge } from './bridges/flow.cjs';
|
|
5
|
+
export { C as CallToolResult, d as ContentBlock, I as InitializeResult, c as JsonObject, J as JsonRpcMessage, e as JsonRpcNotification, f as JsonRpcRequest, g as JsonValue, M as MCP_PROTOCOL_VERSION, a as ServerCapabilities, S as ServerInfo, T as ToolDefinition, b as ToolHandler } from './types-aOQLTW0E.cjs';
|
|
6
|
+
export { B as Bridge, a as BridgeFactory } from './types-CCSBGW9T.cjs';
|
|
8
7
|
import { FormFieldDescriptor } from './bridges/forms.cjs';
|
|
9
8
|
export { FormBridgeAdapter, FormBridgeOptions, registerFormBridge } from './bridges/forms.cjs';
|
|
10
9
|
export { SheetsBridgeAdapter, SheetsBridgeOptions, registerSheetsBridge } from './bridges/sheets.cjs';
|
|
10
|
+
export { SheetsAdapterOptions, SheetsCellHighlight, SheetsCellHighlightMap, SheetsHighlightOptions, UseSheetsAdapterResult, WorkbookLike, useSheetsActivityHighlights, useSheetsAdapter } from './sheets-adapter.cjs';
|
|
11
11
|
export { CodeBridgeAdapter, CodeBridgeOptions, registerCodeBridge } from './bridges/code.cjs';
|
|
12
12
|
export { ChartsBridgeAdapter, ChartsBridgeOptions, registerChartsBridge } from './bridges/charts.cjs';
|
|
13
13
|
export { SceneBridgeAdapter, SceneBridgeOptions, SceneCamera, SceneObject, SceneObjectKind, SceneState, registerSceneBridge } from './bridges/scene.cjs';
|
|
14
|
+
export { ScreenSnapshot, ScreensBridgeAdapter, ScreensBridgeOptions, registerScreensBridge } from './bridges/screens.cjs';
|
|
14
15
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
15
16
|
import { ReactNode, CSSProperties } from 'react';
|
|
16
|
-
import { SessionDescriptor } from './
|
|
17
|
-
export {
|
|
18
|
-
import { StickyNoteItem, ShapeItem, ConnectorItem, Stroke, Viewport } from '@particle-academy/fancy-whiteboard';
|
|
17
|
+
import { S as SessionDescriptor } from './token-CrJF76oH.cjs';
|
|
18
|
+
export { b as buildShareConfig, a as buildShareUrl, c as createSessionDescriptor, d as describeSession, r as readSessionFromUrl } from './token-CrJF76oH.cjs';
|
|
19
19
|
export { ActivityAgent, ActivityFilter, ActivityResolverContext, ActivityTargetResolver, ToolHandler as ActivityWrappedHandler, AgentActivityEvent, AgentActivityListener, AgentTarget, AgentTargetKind, emitActivity, onActivity, readActivityHistory, resetActivityRegistry, useAgentActivity, useAgentActivityForScreen, wrapToolWithActivity } from './presence/index.cjs';
|
|
20
20
|
export { UndoEntry, UndoToolsOptions, clearStack as clearUndoStack, ensureUndoToolsRegistered, pushUndoEntry, readHistory as readUndoHistory, redoOne, registerUndoTools, resetAllUndoStacks, undoOne, useUndoStack } from './undo/index.cjs';
|
|
21
|
+
export { RelayState, SseRelayOptions, SseRelayTransport, attachSseRelay } from './sharing/index.cjs';
|
|
21
22
|
|
|
22
23
|
type AgentActivity = {
|
|
23
24
|
id: string;
|
|
@@ -196,53 +197,4 @@ type ShareControlsProps = {
|
|
|
196
197
|
*/
|
|
197
198
|
declare function ShareControls({ session, onStart, onStop, status, shareBaseUrl, className, style, }: ShareControlsProps): react_jsx_runtime.JSX.Element;
|
|
198
199
|
|
|
199
|
-
type
|
|
200
|
-
/** Initial board contents. */
|
|
201
|
-
initialNotes?: StickyNoteItem[];
|
|
202
|
-
initialShapes?: ShapeItem[];
|
|
203
|
-
initialConnectors?: ConnectorItem[];
|
|
204
|
-
initialStrokes?: Stroke[];
|
|
205
|
-
initialViewport?: Viewport;
|
|
206
|
-
/** Agent identity displayed in the panel + cursor. */
|
|
207
|
-
agent?: {
|
|
208
|
-
id: string;
|
|
209
|
-
name?: string;
|
|
210
|
-
color?: string;
|
|
211
|
-
};
|
|
212
|
-
/**
|
|
213
|
-
* Where the relay HTTP endpoints live. The host app implements these (see
|
|
214
|
-
* docs/relay-protocol.md). Pass `null` to disable sharing — the board
|
|
215
|
-
* still works locally with the in-process MCP server.
|
|
216
|
-
*/
|
|
217
|
-
shareBaseUrl?: string | null;
|
|
218
|
-
/**
|
|
219
|
-
* Optional callback to register a new session token with the host's
|
|
220
|
-
* relay broker. Receives `{ session, token }` and should return after
|
|
221
|
-
* registration. Defaults to POSTing JSON to `${shareBaseUrl}/register`.
|
|
222
|
-
*/
|
|
223
|
-
onRegisterSession?: (descriptor: SessionDescriptor) => Promise<void>;
|
|
224
|
-
/** Show the agent panel. Default true. */
|
|
225
|
-
showAgentPanel?: boolean;
|
|
226
|
-
/** Show share controls. Default true. */
|
|
227
|
-
showShareControls?: boolean;
|
|
228
|
-
/** Auto-broadcast local edits as `notifications/state_update`. Default true. */
|
|
229
|
-
broadcastEdits?: boolean;
|
|
230
|
-
/** Pixel height of the board area. Default 640. */
|
|
231
|
-
height?: number;
|
|
232
|
-
/** Header content rendered above the board. */
|
|
233
|
-
header?: ReactNode;
|
|
234
|
-
className?: string;
|
|
235
|
-
style?: CSSProperties;
|
|
236
|
-
};
|
|
237
|
-
/**
|
|
238
|
-
* SharedWhiteboard — drop-in component that bundles every piece of the
|
|
239
|
-
* "agent-collaborative whiteboard" UX: board with all primitives, in-page
|
|
240
|
-
* MCP server, share controls, agent panel, presence cursor, activity
|
|
241
|
-
* highlight, and outbound state broadcast.
|
|
242
|
-
*
|
|
243
|
-
* Most apps only need this one component. For deeper customization, swap
|
|
244
|
-
* it for the lower-level primitives (Board, MicroMcpServer, ShareControls).
|
|
245
|
-
*/
|
|
246
|
-
declare function SharedWhiteboard({ initialNotes, initialShapes, initialConnectors, initialStrokes, initialViewport, agent, shareBaseUrl, onRegisterSession, showAgentPanel, showShareControls, broadcastEdits, height, header, className, style, }: SharedWhiteboardProps): react_jsx_runtime.JSX.Element;
|
|
247
|
-
|
|
248
|
-
export { type AgentActivity, AgentActivityHighlight, type AgentActivityHighlightProps, AgentCursor, type AgentCursorProps, AgentPanel, type AgentPanelProps, BridgedForm, type BridgedFormProps, FormFieldDescriptor, MicroMcpServer, ScreensActivityBridge, type ScreensActivityBridgeProps, SessionDescriptor, ShareControls, type ShareControlsProps, SharedWhiteboard, type SharedWhiteboardProps };
|
|
200
|
+
export { type AgentActivity, AgentActivityHighlight, type AgentActivityHighlightProps, AgentCursor, type AgentCursorProps, AgentPanel, type AgentPanelProps, BridgedForm, type BridgedFormProps, FormFieldDescriptor, MicroMcpServer, ScreensActivityBridge, type ScreensActivityBridgeProps, SessionDescriptor, ShareControls, type ShareControlsProps };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,23 +1,24 @@
|
|
|
1
|
-
import { M as MicroMcpServer } from './server-
|
|
2
|
-
export { a as McpServerOptions, T as Transport, e as errorResult, r as rpcError, t as textResult } from './server-
|
|
1
|
+
import { M as MicroMcpServer } from './server-Du3-IGqM.js';
|
|
2
|
+
export { a as McpServerOptions, T as Transport, e as errorResult, r as rpcError, t as textResult } from './server-Du3-IGqM.js';
|
|
3
|
+
export { T as ToolHost, a as ToolRegistry } from './tool-host-C8JMMGYq.js';
|
|
3
4
|
export { InProcessTransport, RelayChannel, RelayTransport, attachInProcess, attachRelay } from './mcp/index.js';
|
|
4
|
-
export { C as CallToolResult,
|
|
5
|
-
export { B as Bridge, a as BridgeFactory } from './types-
|
|
6
|
-
export { WhiteboardBridgeAdapter, WhiteboardBridgeOptions, registerWhiteboardBridge } from './bridges/whiteboard.js';
|
|
7
|
-
export { FlowBridgeAdapter, FlowBridgeOptions, registerFlowBridge } from './bridges/flow.js';
|
|
5
|
+
export { C as CallToolResult, d as ContentBlock, I as InitializeResult, c as JsonObject, J as JsonRpcMessage, e as JsonRpcNotification, f as JsonRpcRequest, g as JsonValue, M as MCP_PROTOCOL_VERSION, a as ServerCapabilities, S as ServerInfo, T as ToolDefinition, b as ToolHandler } from './types-aOQLTW0E.js';
|
|
6
|
+
export { B as Bridge, a as BridgeFactory } from './types-DIVNcIQO.js';
|
|
8
7
|
import { FormFieldDescriptor } from './bridges/forms.js';
|
|
9
8
|
export { FormBridgeAdapter, FormBridgeOptions, registerFormBridge } from './bridges/forms.js';
|
|
10
9
|
export { SheetsBridgeAdapter, SheetsBridgeOptions, registerSheetsBridge } from './bridges/sheets.js';
|
|
10
|
+
export { SheetsAdapterOptions, SheetsCellHighlight, SheetsCellHighlightMap, SheetsHighlightOptions, UseSheetsAdapterResult, WorkbookLike, useSheetsActivityHighlights, useSheetsAdapter } from './sheets-adapter.js';
|
|
11
11
|
export { CodeBridgeAdapter, CodeBridgeOptions, registerCodeBridge } from './bridges/code.js';
|
|
12
12
|
export { ChartsBridgeAdapter, ChartsBridgeOptions, registerChartsBridge } from './bridges/charts.js';
|
|
13
13
|
export { SceneBridgeAdapter, SceneBridgeOptions, SceneCamera, SceneObject, SceneObjectKind, SceneState, registerSceneBridge } from './bridges/scene.js';
|
|
14
|
+
export { ScreenSnapshot, ScreensBridgeAdapter, ScreensBridgeOptions, registerScreensBridge } from './bridges/screens.js';
|
|
14
15
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
15
16
|
import { ReactNode, CSSProperties } from 'react';
|
|
16
|
-
import { SessionDescriptor } from './
|
|
17
|
-
export {
|
|
18
|
-
import { StickyNoteItem, ShapeItem, ConnectorItem, Stroke, Viewport } from '@particle-academy/fancy-whiteboard';
|
|
17
|
+
import { S as SessionDescriptor } from './token-CrJF76oH.js';
|
|
18
|
+
export { b as buildShareConfig, a as buildShareUrl, c as createSessionDescriptor, d as describeSession, r as readSessionFromUrl } from './token-CrJF76oH.js';
|
|
19
19
|
export { ActivityAgent, ActivityFilter, ActivityResolverContext, ActivityTargetResolver, ToolHandler as ActivityWrappedHandler, AgentActivityEvent, AgentActivityListener, AgentTarget, AgentTargetKind, emitActivity, onActivity, readActivityHistory, resetActivityRegistry, useAgentActivity, useAgentActivityForScreen, wrapToolWithActivity } from './presence/index.js';
|
|
20
20
|
export { UndoEntry, UndoToolsOptions, clearStack as clearUndoStack, ensureUndoToolsRegistered, pushUndoEntry, readHistory as readUndoHistory, redoOne, registerUndoTools, resetAllUndoStacks, undoOne, useUndoStack } from './undo/index.js';
|
|
21
|
+
export { RelayState, SseRelayOptions, SseRelayTransport, attachSseRelay } from './sharing/index.js';
|
|
21
22
|
|
|
22
23
|
type AgentActivity = {
|
|
23
24
|
id: string;
|
|
@@ -196,53 +197,4 @@ type ShareControlsProps = {
|
|
|
196
197
|
*/
|
|
197
198
|
declare function ShareControls({ session, onStart, onStop, status, shareBaseUrl, className, style, }: ShareControlsProps): react_jsx_runtime.JSX.Element;
|
|
198
199
|
|
|
199
|
-
type
|
|
200
|
-
/** Initial board contents. */
|
|
201
|
-
initialNotes?: StickyNoteItem[];
|
|
202
|
-
initialShapes?: ShapeItem[];
|
|
203
|
-
initialConnectors?: ConnectorItem[];
|
|
204
|
-
initialStrokes?: Stroke[];
|
|
205
|
-
initialViewport?: Viewport;
|
|
206
|
-
/** Agent identity displayed in the panel + cursor. */
|
|
207
|
-
agent?: {
|
|
208
|
-
id: string;
|
|
209
|
-
name?: string;
|
|
210
|
-
color?: string;
|
|
211
|
-
};
|
|
212
|
-
/**
|
|
213
|
-
* Where the relay HTTP endpoints live. The host app implements these (see
|
|
214
|
-
* docs/relay-protocol.md). Pass `null` to disable sharing — the board
|
|
215
|
-
* still works locally with the in-process MCP server.
|
|
216
|
-
*/
|
|
217
|
-
shareBaseUrl?: string | null;
|
|
218
|
-
/**
|
|
219
|
-
* Optional callback to register a new session token with the host's
|
|
220
|
-
* relay broker. Receives `{ session, token }` and should return after
|
|
221
|
-
* registration. Defaults to POSTing JSON to `${shareBaseUrl}/register`.
|
|
222
|
-
*/
|
|
223
|
-
onRegisterSession?: (descriptor: SessionDescriptor) => Promise<void>;
|
|
224
|
-
/** Show the agent panel. Default true. */
|
|
225
|
-
showAgentPanel?: boolean;
|
|
226
|
-
/** Show share controls. Default true. */
|
|
227
|
-
showShareControls?: boolean;
|
|
228
|
-
/** Auto-broadcast local edits as `notifications/state_update`. Default true. */
|
|
229
|
-
broadcastEdits?: boolean;
|
|
230
|
-
/** Pixel height of the board area. Default 640. */
|
|
231
|
-
height?: number;
|
|
232
|
-
/** Header content rendered above the board. */
|
|
233
|
-
header?: ReactNode;
|
|
234
|
-
className?: string;
|
|
235
|
-
style?: CSSProperties;
|
|
236
|
-
};
|
|
237
|
-
/**
|
|
238
|
-
* SharedWhiteboard — drop-in component that bundles every piece of the
|
|
239
|
-
* "agent-collaborative whiteboard" UX: board with all primitives, in-page
|
|
240
|
-
* MCP server, share controls, agent panel, presence cursor, activity
|
|
241
|
-
* highlight, and outbound state broadcast.
|
|
242
|
-
*
|
|
243
|
-
* Most apps only need this one component. For deeper customization, swap
|
|
244
|
-
* it for the lower-level primitives (Board, MicroMcpServer, ShareControls).
|
|
245
|
-
*/
|
|
246
|
-
declare function SharedWhiteboard({ initialNotes, initialShapes, initialConnectors, initialStrokes, initialViewport, agent, shareBaseUrl, onRegisterSession, showAgentPanel, showShareControls, broadcastEdits, height, header, className, style, }: SharedWhiteboardProps): react_jsx_runtime.JSX.Element;
|
|
247
|
-
|
|
248
|
-
export { type AgentActivity, AgentActivityHighlight, type AgentActivityHighlightProps, AgentCursor, type AgentCursorProps, AgentPanel, type AgentPanelProps, BridgedForm, type BridgedFormProps, FormFieldDescriptor, MicroMcpServer, ScreensActivityBridge, type ScreensActivityBridgeProps, SessionDescriptor, ShareControls, type ShareControlsProps, SharedWhiteboard, type SharedWhiteboardProps };
|
|
200
|
+
export { type AgentActivity, AgentActivityHighlight, type AgentActivityHighlightProps, AgentCursor, type AgentCursorProps, AgentPanel, type AgentPanelProps, BridgedForm, type BridgedFormProps, FormFieldDescriptor, MicroMcpServer, ScreensActivityBridge, type ScreensActivityBridgeProps, SessionDescriptor, ShareControls, type ShareControlsProps };
|