ManimCat / src /studio-agent /plot /register-plot-tools.ts
Bin29's picture
Sync from main: c1ef036 chore: document docker persistence volumes
94e1b2f
import type { StudioToolRegistry } from '../tools/registry'
import { createPlotStudioRenderTool } from './tools/plot-render-tool'
export function registerPlotStudioTools(registry: StudioToolRegistry): void {
registry.register(createPlotStudioRenderTool())
}