Senparc.Xncf.NeuCharWorkflow 0.3.0

Prefix Reserved
dotnet add package Senparc.Xncf.NeuCharWorkflow --version 0.3.0
                    
NuGet\Install-Package Senparc.Xncf.NeuCharWorkflow -Version 0.3.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Senparc.Xncf.NeuCharWorkflow" Version="0.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Senparc.Xncf.NeuCharWorkflow" Version="0.3.0" />
                    
Directory.Packages.props
<PackageReference Include="Senparc.Xncf.NeuCharWorkflow" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Senparc.Xncf.NeuCharWorkflow --version 0.3.0
                    
#r "nuget: Senparc.Xncf.NeuCharWorkflow, 0.3.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Senparc.Xncf.NeuCharWorkflow@0.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Senparc.Xncf.NeuCharWorkflow&version=0.3.0
                    
Install as a Cake Addin
#tool nuget:?package=Senparc.Xncf.NeuCharWorkflow&version=0.3.0
                    
Install as a Cake Tool

NeuChar Workflow - secure, server-side XNCF workflow orchestration.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.3.0 91 8/29/2026
0.2.0 103 8/23/2026
0.2.0-preview2 95 8/14/2026
0.1.0-preview1 92 8/12/2026

[2026-08-13] v0.1.0-preview1 增强工作流编排、回放、Webhook 与并行执行能力
     1、支持版本与自动保存、Webhook 触发、并行节点和执行回放
     2、增强模板绑定、输出 schema、表达式评估与 NeuBell 任务管理
     3、完善 ChatGroup 集成、任务布局及管理页面交互
     [2026-08-15] v0.2.0 增强工作流并行与运行控制
     1、按节点完成及时调度并行分支,减少慢分支对独立节点的阻塞并保持聚合节点语义
     2、完善取消令牌、运行状态保存和 AI 调用选项传递,保持执行回放与副作用顺序稳定
     3、新增 Human Input 节点:用户提示、外部恢复与外部键校验
     4、完善人工交互服务、运行协调器与管理端/脚本交互,保证人工节点可暂停与恢复
     5、Dependency update from Senparc.Xncf.NeuCharWorkflow.Abstractions to 0.2.0
     6、新增工作流函数调用提供程序并扩大循环执行能力,支持按任务和执行引用筛选管理记录
     7、使用 DateTimeOffset 统一时间语义,完善终止、回放加载更多和非 ASCII JSON 序列化处理
     [2026-08-29] v0.3.0 新增工作流分析查询与管理端可视化
     1、新增按日期范围、Workflow ID 和状态筛选的 Analytics 页面与服务
     2、增加任务统计、汇总指标和导航入口,改善工作流执行监控与回看
     3、强化任务状态、执行引用和服务作用域处理,保持既有工作流运行兼容