v0.2.24
bytedance/flowgram.aiv0.2.24Jul 14, 2025by xiamidaxia
AI Summary
This release adds Agent and Slot nodes to fixed-layout, introduces workflow input validation with a new validate API, and makes internal changes including renaming slotPort to slotBlock and removing the reactor-plugin.
Key Highlights
- Added Agent and Slot node types to fixed-layout
- Introduced workflow inputs validation with validate API
- Renamed slotPort to slotBlock in fixed-layout
- Removed reactor-plugin
- Added uiState and lineData to workflow-line-entity
Breaking Changes
- slotPort renamed to slotBlock (requires updating existing code)
- reactor-plugin removed (no longer available)
New Features
- Agent and Slot node types for fixed-layout
- Workflow inputs validation
- Runtime task validate API
- uiState and lineData support for workflow-line-entity
- slotPort renamed to slotBlock
Full Release Notes
📅 date:2025-07-14 ## What's Changed * feat(fixed-layout): add Agent and Slot node and remove reactor-plugin by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/514 * feat(docs): update runtime loop outputs by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/518 * docs(runtime): task validate api by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/522 * feat(runtime): workflow inputs validate & validate api by @louisyoungx in https://github.com/bytedance/flowgram.ai/pull/521 * feat: workflow-line-entity add uiState and lineData by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/421 * feat(fixed-layout): slotPort -> slotBlock by @xiamidaxia in https://github.com/bytedance/flowgram.ai/pull/523  **Full Changelog**: https://github.com/bytedance/flowgram.ai/compare/v0.2.23...v0.2.24