Senparc.Xncf.NeuCharWorkflow.Abstractions 0.3.0

Prefix Reserved
dotnet add package Senparc.Xncf.NeuCharWorkflow.Abstractions --version 0.3.0
                    
NuGet\Install-Package Senparc.Xncf.NeuCharWorkflow.Abstractions -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.Abstractions" 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.Abstractions" Version="0.3.0" />
                    
Directory.Packages.props
<PackageReference Include="Senparc.Xncf.NeuCharWorkflow.Abstractions" />
                    
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.Abstractions --version 0.3.0
                    
#r "nuget: Senparc.Xncf.NeuCharWorkflow.Abstractions, 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.Abstractions@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.Abstractions&version=0.3.0
                    
Install as a Cake Addin
#tool nuget:?package=Senparc.Xncf.NeuCharWorkflow.Abstractions&version=0.3.0
                    
Install as a Cake Tool

NeuChar Workflow module contracts for external workflow objects and notifications.

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 (2)

Showing the top 2 NuGet packages that depend on Senparc.Xncf.NeuCharWorkflow.Abstractions:

Package Downloads
Senparc.Xncf.AgentsManager

Agents 管理模块

Senparc.Xncf.NeuCharWorkflow

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

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.3.0 100 8/29/2026
0.2.0 138 8/23/2026
0.1.0-preview1 129 8/12/2026

[2026-08-13] v0.1.0-preview1 扩展工作流模块的对象与事件契约
     1、新增工作流对象编辑地址、元数据及模块事件契约,支持宿主集成
     [2026-08-17] v0.2.0 扩展工作流人工交互契约
     1、新增 Human Input 相关请求、恢复与外部键校验契约
     2、完善工作流对象契约以支持人工节点配置与跨模块协作
     3、新增工作流函数调用与依赖声明契约,支持 Agent 工作流引用和运行时扩展
     [2026-08-29] v0.3.0 扩展 Workflow 对象执行引用契约
     1、为 WorkflowObjectExecutionReference 增加 ObjectId,支持分析与回看页面定位执行对象
     2、保持现有 Workflow 对象发现、执行和结果传递契约兼容