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
<PackageReference Include="Oscova.Agents.Plugins.Echo" Version="0.1.0" />
<PackageVersion Include="Oscova.Agents.Plugins.Echo" Version="0.1.0" />
<PackageReference Include="Oscova.Agents.Plugins.Echo" />
paket add Oscova.Agents.Plugins.Echo --version 0.1.0
#r "nuget: Oscova.Agents.Plugins.Echo, 0.1.0"
#:package Oscova.Agents.Plugins.Echo@0.1.0
#addin nuget:?package=Oscova.Agents.Plugins.Echo&version=0.1.0
#tool nuget:?package=Oscova.Agents.Plugins.Echo&version=0.1.0
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
IAgentPluginentry point, anICrewToolset, and anoscova-plugin.jsonmanifest 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 | Versions 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. |
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 |