Secure edit execution helpers for the @fluidframework/tree-agent package backed by the SES runtime.
npm install @fluidframework/tree-agent-sesimport { createSesEditExecutor } from "@fluidframework/tree-agent-ses";
const executeEdit = createSesEditExecutor();The returned callback can be provided as the executeEdit option when constructing a SharedTreeSemanticAgent from @fluidframework/tree-agent.
This project is licensed under the MIT License.