Techne.Loom.SkillOrchestrator 0.2.82

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package Techne.Loom.SkillOrchestrator --version 0.2.82
                    
NuGet\Install-Package Techne.Loom.SkillOrchestrator -Version 0.2.82
                    
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="Techne.Loom.SkillOrchestrator" Version="0.2.82" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Techne.Loom.SkillOrchestrator" Version="0.2.82" />
                    
Directory.Packages.props
<PackageReference Include="Techne.Loom.SkillOrchestrator" />
                    
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 Techne.Loom.SkillOrchestrator --version 0.2.82
                    
#r "nuget: Techne.Loom.SkillOrchestrator, 0.2.82"
                    
#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 Techne.Loom.SkillOrchestrator@0.2.82
                    
#: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=Techne.Loom.SkillOrchestrator&version=0.2.82
                    
Install as a Cake Addin
#tool nuget:?package=Techne.Loom.SkillOrchestrator&version=0.2.82
                    
Install as a Cake Tool

Techne.Loom.SkillOrchestrator

English

Deterministic workflow execution and tracking for Techne Loom skills.

This package is the SO-facing runtime surface. It exposes the guide surface, the compile/run/resume/status/inspect entrypoints, and workflow audit artifacts that capture Mermaid Markdown, HTML, and workflow JSON backups step by step. compile validates an existing workflow JSON directly.

Install

dotnet add package Techne.Loom.SkillOrchestrator --version 0.1.0

Primary entrypoints

  • dotnet so.dll --guide
  • dotnet so.dll --help
  • dotnet so.dll compile
  • dotnet so.dll run
  • dotnet so.dll resume
  • dotnet so.dll status
  • dotnet so.dll inspect-workflow
  • dotnet so.dll inspect-events

Docs

中文

Techne Loom SkillOrchestrator 的确定型 workflow 执行与跟踪包。

这个包是 SO 面向外部的 runtime 表面。它暴露 guide surface、compile/run/resume/status/inspect 入口,以及按 step 保存 Mermaid Markdown、HTML 与 workflow JSON 备份的审计 artifact。compile 只负责直接校验已有 workflow JSON。

安装

dotnet add package Techne.Loom.SkillOrchestrator --version 0.1.0

主要入口

  • dotnet so.dll --guide
  • dotnet so.dll --help
  • dotnet so.dll compile
  • dotnet so.dll run
  • dotnet so.dll resume
  • dotnet so.dll status
  • dotnet so.dll inspect-workflow
  • dotnet so.dll inspect-events

文档

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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.2.86-beta 14 6/16/2026
0.2.83-beta 19 6/16/2026
0.2.82 34 6/16/2026
0.2.81-beta 31 6/16/2026
0.2.77 96 6/15/2026
0.2.77-beta 36 6/16/2026
0.2.75-beta 80 6/15/2026
0.2.69-beta 82 6/15/2026
0.2.68 88 6/14/2026
0.2.62 88 6/14/2026
0.2.62-beta 91 6/14/2026
0.2.59-beta 92 6/14/2026
0.2.57-beta 96 6/14/2026
0.2.50 90 6/12/2026
0.2.49-beta 84 6/12/2026
0.2.45-beta 83 6/12/2026
0.2.44 88 6/12/2026
0.2.43-beta 81 6/12/2026
0.2.39-beta 81 6/12/2026
0.2.37-beta 83 6/12/2026
Loading failed

Initial 0.1.0 preview release of deterministic skill workflow tracker and CLI.