Techne.Loom.SkillOrchestrator
0.2.82
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
<PackageReference Include="Techne.Loom.SkillOrchestrator" Version="0.2.82" />
<PackageVersion Include="Techne.Loom.SkillOrchestrator" Version="0.2.82" />
<PackageReference Include="Techne.Loom.SkillOrchestrator" />
paket add Techne.Loom.SkillOrchestrator --version 0.2.82
#r "nuget: Techne.Loom.SkillOrchestrator, 0.2.82"
#:package Techne.Loom.SkillOrchestrator@0.2.82
#addin nuget:?package=Techne.Loom.SkillOrchestrator&version=0.2.82
#tool nuget:?package=Techne.Loom.SkillOrchestrator&version=0.2.82
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 --guidedotnet so.dll --helpdotnet so.dll compiledotnet so.dll rundotnet so.dll resumedotnet so.dll statusdotnet so.dll inspect-workflowdotnet so.dll inspect-events
Docs
- Product guide: https://github.com/waynebaby/Techne-Loom/blob/main/docs/en/reference/products/so-guide.md
- CLI reference: https://github.com/waynebaby/Techne-Loom/blob/main/docs/en/reference/cli.md
- Skill I/O reference: https://github.com/waynebaby/Techne-Loom/blob/main/docs/en/reference/skills.md
- Stable package index: https://github.com/waynebaby/Techne-Loom/blob/main/packages.released.md
- Beta package index: https://github.com/waynebaby/Techne-Loom/blob/development/packages.beta.md
中文
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 --guidedotnet so.dll --helpdotnet so.dll compiledotnet so.dll rundotnet so.dll resumedotnet so.dll statusdotnet so.dll inspect-workflowdotnet so.dll inspect-events
文档
- 产品 guide:https://github.com/waynebaby/Techne-Loom/blob/main/docs/zh-cn/reference/products/so-guide.md
- CLI 参考:https://github.com/waynebaby/Techne-Loom/blob/main/docs/zh-cn/reference/cli.md
- Skill 输入输出参考:https://github.com/waynebaby/Techne-Loom/blob/main/docs/zh-cn/reference/skills.md
- 稳定包索引:https://github.com/waynebaby/Techne-Loom/blob/main/packages.released.zh-CN.md
- Beta 包索引:https://github.com/waynebaby/Techne-Loom/blob/development/packages.beta.zh-CN.md
| Product | Versions 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. |
-
net9.0
- Techne.Loom.Abstractions (>= 0.2.82)
- Techne.Loom.Common (>= 0.2.82)
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 |
Initial 0.1.0 preview release of deterministic skill workflow tracker and CLI.