Public
Back
Version 35
2/11/2025
import type {
ActionArgs,
ActionFunction,
AnyEventObject,
Assigner,
LowInfer,
MachineContext,
ParameterizedObject,
PropertyAssigner,
ProvidedActor,
} from "https://deno.land/x/xstate";
import type {
ActionWithArgs,
AnyActorLogic,
AnyStateMachine,
CallbackActorLogic,
EventObject,
InspectionEvent,
Observer,
Snapshot,
} from "https://deno.land/x/xstate";
import { azure } from "https://esm.sh/@ai-sdk/azure";
import {
asyncBatchEvents,
asyncEventGenerator,
fromAIElementStream,
fromAIEventStream,
fromEventAsyncGenerator,
yArrayIterator,
} from "https://esm.sh/@cxai/stream@1.0.17?target=esnext&yjs=13.6.20";
import { createActor, fromCallback, initialTransition, transition } from "https://esm.sh/xstate@5.19.2?target=esnext";
import * as Y from "https://esm.sh/yjs@^13.6.20?target=esnext";
export type Actions = {
type: "@yjs.array.push";
params: string;
Updated: February 13, 2025