Techne.Loom.AgentOrchestrator 0.3.249-beta

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

Techne.Loom.AgentOrchestrator

English

Exploratory orchestration CLI for Loom Agent Execution Orchestrator.

This package is the Loom Agent Execution Orchestrator runtime surface. It exposes the version-matched offline docs bundle, the compile entrypoint, Loom Agent Execution Orchestrator-owned prompt-plan/prompt-replan support surfaces, and CLI run/resume commands that emit machine-readable control payloads plus audit artifact links. Loom Agent Execution Orchestrator is CLI-only in this project.

Install

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

Primary entrypoints

  • dotnet ao.dll --guide
  • dotnet ao.dll --help
  • dotnet ao.dll compile
  • dotnet ao.dll prompt-plan
  • dotnet ao.dll prompt-replan
  • dotnet ao.dll run
  • dotnet ao.dll resume

Guide output

Run the bare dotnet ao.dll --guide command. It installs the embedded English docs/en bundle under <binary>/docs/<package-version>/ and emits one JSON object with version, docs_root, and guide_path. If the binary directory is not writable, the command uses %TEMP%/docs/<package-version>/ and returns the actual paths. Read guide_path first as the version truth; inspect docs_root only when the guide leaves a question unresolved. --lang, --section, and --export are no longer supported.

Docs

中文

Loom Agent Execution Orchestrator 的探索式编排 CLI 包。

这个包是 Loom Agent Execution Orchestrator 的 runtime 表面。它暴露与版本匹配的离线英文文档包、compile 入口、Loom Agent Execution Orchestrator 自有的 prompt-plan / prompt-replan 支持表面,以及会返回机器可读控制载荷和审计 artifact links 的 run/resume CLI。Loom Agent Execution Orchestrator 在本项目里是 CLI-only。

安装

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

主要入口

  • dotnet ao.dll --guide
  • dotnet ao.dll --help
  • dotnet ao.dll compile
  • dotnet ao.dll prompt-plan
  • dotnet ao.dll prompt-replan
  • dotnet ao.dll run
  • dotnet ao.dll resume

Guide 输出

运行不带额外参数的 dotnet ao.dll --guide。它会把内嵌的英文 docs/en 文档包安装到 <binary>/docs/<package-version>/,并输出包含 versiondocs_rootguide_path 的 JSON 对象。如果二进制目录不可写,则使用 %TEMP%/docs/<package-version>/ 并返回实际路径。先读取 guide_path 作为当前版本真相;只有 guide 无法消除疑问时,才查看 docs_root--lang--section--export 已不再支持。

文档

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.3.262 54 8/26/2026
0.3.254 58 8/26/2026
0.3.253-beta 50 8/26/2026
0.3.249-beta 56 8/26/2026
0.3.245 62 8/25/2026
0.3.245-beta 55 8/26/2026
0.3.242-beta 64 8/25/2026
0.3.240 67 8/25/2026
0.3.239-beta 63 8/25/2026
0.3.236-beta 67 8/25/2026
0.3.234-beta 73 8/25/2026
0.3.233 149 8/20/2026
0.3.231-beta 77 8/20/2026
0.2.229 85 8/18/2026
0.2.223 92 8/6/2026
0.2.221-beta 84 8/18/2026
0.2.219 85 8/6/2026
0.2.218-beta 84 8/6/2026
0.2.216 81 8/6/2026
0.2.216-beta 80 8/6/2026
Loading failed

Initial 0.1.0 preview release of exploratory orchestration CLI.