Graphene.PresentationTool 1.26.8.26

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

PresentationTool

Self-contained HTML presentation (16:9 PowerPoint-style deck) agent tool for AIOrchestrator. The LLM designs the deck from a description and the plugin produces a single self-contained HTML file: styling, animated background, charts, SVG icons and images are embedded in it.

Methods

Method Purpose
create_presentation Creates a new deck from a description (optional style, context text/file, image files, output path, language).
update_presentation Applies requested changes to an existing deck in place (the new content becomes a new version in the workspace git repo; rollback via GitTool.restore).

Usage

Loads as a plugin (see AGENT_TOOLS_GUIDE.md): drop the dll + xml into the host's Tools/ folder, or let the host build it via its BuildToolPlugins target. The tool is auto-updatable from NuGet (Graphene.PresentationTool).

create_presentation

create_presentation(description, style?, outputTwoLetterLanguage?, contextText?, contextFile?, imageFiles?, saveFullNameFile?)
  • description (required): subject, descriptive title and purpose of the presentation.
  • style (optional): graphic style that shapes the deck (e.g. Modern, Cyberpunk Neon, ...).
  • outputTwoLetterLanguage (optional): two-letter language code (e.g. "en", "fr"); auto-detected from the context when omitted.
  • contextText / contextFile (optional): supporting material the deck content must be based on.
  • imageFiles (optional): workspace images embedded into the deck (Unix-style paths); the LLM places each image, each is used at most once. Each image is shown to the LLM via the unified FileManager.GetFilesInfo block: path + size + Classification: + YOLO Metadata: JSON (created and embedded permanently in the image when absent).
  • saveFullNameFile (optional): output path/name (.html, Unix-style). Default: /presentation/presentation_yyyyMMdd_HHmmss.html in the workspace.

update_presentation

update_presentation(filePath, changes, contextText?, imageFiles?)

Reads the current deck HTML, validates that the changes are clear, has the LLM apply them literally and overwrites the file in place. The new content becomes a new version in the workspace git repo — rollback via GitTool.restore (the deck is not open in a document tool, so GitTool.restore applies directly).

Packaging

Date-based auto versioning (1.yy.MM.dd) and CI publish to NuGet on every push to master — see .github/workflows/publish.yml and the plugin creation guide in AGENT_TOOLS_GUIDE.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.26 88 8/26/2026
1.26.8.18 193 8/18/2026