Skip to content

Changelog

0.2.0
March 2026 Release
March 27, 2026
87 operators36 new23 updated

LOPs went from ~50 operators to 87. The architecture got reworked under the hood — SideCar runs ML in subprocesses, tools have per-operator toggles, and there are whole new categories of things you can build now including state machines, MCP servers, and native Claude Code integration.

Agent Tools

The tool system got a ground-up overhaul. Tool DAT now tracks read state so agents know what they’ve already seen. Tool Parameter gives agents deeper access to TD parameters. There’s a new Tool Manager for coordinating which tools are available, Tool Request for structured HTTP tool calls, and Tool VFS for sandboxed agent file operations. Every operator’s GetTool() now supports individual enable toggles and presets.

SideCar Architecture

The SideCar got completely rewritten. All torch operations now run in a subprocess — RAG indexing, OCR, Florence vision, embeddings — keeping your TD UI responsive no matter what ML workloads are running.

MCP Support

MCP Client and MCP Server were already in LOPs, but 0.2.0 adds MCP Config — a tiered configuration system for managing server connections, tool permissions, and routing at project, folder, and user levels.

Settings & Updates

Settings UI gives you centralized configuration accessible from the op create dialog. Tox Updater lets operators self-update from the LOPs registry via your Patreon credentials. Python Manager now supports UV as a backend for faster, more reliable venv management.

The Flow System

LOPs now has a built-in state machine. Flow Controller lets you define steps, wire transitions, and set conditions — all through the parameter panel. Flow Action triggers step changes from CHOP events, Flow Trigger watches channels for edge-based firing, and Flow State tracks the full audit trail with Mermaid flowchart export. Build a pipeline where STT triggers search, search feeds RAG, RAG passes to an agent, and the agent routes to TTS — as a readable state graph in your network.

More Highlights

  • Claude Code — native bridge for running Claude Code sessions inside TD over WebSocket, with a companion viewer
  • Scope Controller — control Daydream Scope AI video server from TD via REST + Spout
  • SpeechVAD Silero rewritten with ONNX lite mode, STT Whisper streaming improved, two new STT engines (Parakeet local, Soniox cloud)
  • RAG v2 — async server-based indexing through SideCar, new BM25 for keyword search alongside vector, better web ingestion via Source Crawl4ai
  • Image & Visionfal.ai expanded model support, Gemini Image Gen gallery support, new ComfyUI operator
  • Gemini Live — continued improvements to real-time multimodal streaming

New Operators

Updated Operators


Released 2025-09-02

  • Agent Session - Persistent session management for agent conversations
  • Agent Orchestrator - Multi-agent coordination and delegation
  • Tool VFS - Virtual filesystem tool for agent file operations

Agent, Chat Viewer, Gemini Live, Gemini Image Gen, Search, Source Crawl4ai, STT AssemblyAI, STT Kyutai, STT Whisper, MCP Server, Tool DAT, Tool Parameter, Tool Monitor, RAG Index


Released 2025-07-31

Initial public alpha release of the LOPs ecosystem with 50+ operators for LLM integration, speech-to-text, RAG pipelines, tool calling, and more in TouchDesigner.