Oscova.Agents.Plugins.Echo 0.1.0

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

Oscova.Agents.Plugins.Echo

A minimal sample plugin for Oscova Agents that exposes a single test_echo tool returning the input string unchanged.

What it's for

  • Canonical example of the Oscova Agents plugin shape: an IAgentPlugin entry point, an ICrewToolset, and an oscova-plugin.json manifest packaged into a NuGet plugin (PackageType=OscovaPlugin).
  • Reference fixture used by the Oscova Agents host to verify the plugin marketplace install flow end-to-end.

How it gets loaded

This package is not consumed via <PackageReference>. The Oscova Agents host downloads it from NuGet.org, extracts lib/net10.0/Oscova.Agents.Plugins.Echo.dll and oscova-plugin.json into app_data/plugins/oscova.agents.plugins.echo/, and loads it on the next startup once an admin allowlists it.

Not for production

This plugin only echoes text. Use the source as a starting template for your own plugins — see the Oscova Agents developer guide for the full plugin authoring docs.

License

Apache-2.0

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.

This package has no dependencies.

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.1.0 89 5/28/2026