Graphene.DocumentTool 1.26.8.18

dotnet add package Graphene.DocumentTool --version 1.26.8.18
                    
NuGet\Install-Package Graphene.DocumentTool -Version 1.26.8.18
                    
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="Graphene.DocumentTool" Version="1.26.8.18" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Graphene.DocumentTool" Version="1.26.8.18" />
                    
Directory.Packages.props
<PackageReference Include="Graphene.DocumentTool" />
                    
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 Graphene.DocumentTool --version 1.26.8.18
                    
#r "nuget: Graphene.DocumentTool, 1.26.8.18"
                    
#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 Graphene.DocumentTool@1.26.8.18
                    
#: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=Graphene.DocumentTool&version=1.26.8.18
                    
Install as a Cake Addin
#tool nuget:?package=Graphene.DocumentTool&version=1.26.8.18
                    
Install as a Cake Tool

DocumentTool — Document (DOCX) agent tool

Document (DOCX) operations for LLM agents: open/create, paragraphs, tables, headers/footers, charts, images. Implements AIOrchestrator.API.IAgentTool.

What it is

A plugin for hosts built on Graphene.AIOrchestrator (e.g. AIOffice): the assembly is loaded dynamically from the host's Tools/ folder at startup (or hot-added via a filesystem watcher) and its public methods become LLM-callable tools through the UISupportGeneric.Analyzer.GeToolDefinitions reflection pipeline.

Usage

  • Host with dynamic loading (AIOffice): drop DocumentTool.dll + DocumentTool.xml into the host's Tools/ directory. The host scans the folder at startup and on new files (30 s debounce).
  • Host with static reference: ProjectReference the project (or PackageReference Graphene.DocumentTool) and register typeof(AIOrchestrator.API.DocumentTool) in the agent types array passed to AgentHarness.ExecuteAction.

Build

dotnet build -c Release

Compiled as AnyCPU, RID-neutral: the same .dll runs on Linux, Windows, macOS and iOS. The XML documentation file (DocumentTool.xml) is generated and must ship next to the assembly — UISupportGeneric reads method/parameter descriptions from it.

NuGet

Graphene.DocumentTool, date-versioned 1.yy.MM.dd, published automatically on every master push (.github/workflows/publish.yml, NUGET_API_KEY repo secret). Local pack pushes with the NuGetApiKey env var; skip with -p:SkipNuGetPush=true.

License

See LICENSE.md.

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
1.26.8.18 42 8/18/2026
1.26.8.15 101 8/15/2026
1.26.8.14 57 8/14/2026