Ananke.Federation.LocalEmulators
0.8.1
dotnet add package Ananke.Federation.LocalEmulators --version 0.8.1
NuGet\Install-Package Ananke.Federation.LocalEmulators -Version 0.8.1
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="Ananke.Federation.LocalEmulators" Version="0.8.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Ananke.Federation.LocalEmulators" Version="0.8.1" />
<PackageReference Include="Ananke.Federation.LocalEmulators" />
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 Ananke.Federation.LocalEmulators --version 0.8.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Ananke.Federation.LocalEmulators, 0.8.1"
#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 Ananke.Federation.LocalEmulators@0.8.1
#: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=Ananke.Federation.LocalEmulators&version=0.8.1
#tool nuget:?package=Ananke.Federation.LocalEmulators&version=0.8.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Ananke.Federation.LocalEmulators
Local emulators for Ananke Federation platform-native capabilities.
Enables the local design loop: author and test
workflows that declare ToolExecutionMode.PlatformNative capabilities on your
developer machine or in CI — without credentials and without deploying to a
managed agent platform (Claude, Foundry, Gemini Enterprise).
Quick start
using Ananke.Federation.Execution;
using Ananke.Federation.LocalEmulators;
var registry = new PlatformNativeExecutorRegistry();
DefaultPlatformNativeExecutors.Register(registry);
// Patch a ToolKit so platform-native tools run locally
registry.ApplyTo(toolKit, platform: "azure-ai");
Capability coverage
| Capability | Kind | Notes |
|---|---|---|
web_search |
Real | DuckDuckGo Lite — no API key required |
web_fetch |
Real | HttpClient GET |
bash |
Real | OS shell in a temp sandbox directory |
text_editor |
Real | File I/O scoped to the bash sandbox |
code_execution / code_interpreter / vertex_extension:code_interpreter |
Real | Subprocess via bash; Python / Node / C# (dotnet-script) |
file_search |
Real | Keyword search over a configurable root directory |
memory / memory_bank / memory_profiles / memory_search |
Real | In-process concurrent dictionary store |
bing_search / bing_grounding / bing_custom_search |
Stub | Deterministic fixture — for test use |
azure_ai_search |
Stub | In-memory fixture |
sharepoint / sharepoint_grounding / microsoft_fabric |
Stub | Fixture document set |
google_search / google_search_retrieval / url_context |
Stub | Fixture results |
computer_use / browser_automation |
Stub | Records action history; no real browser |
image_generation |
Stub | Returns fixture placeholder URL |
deep_research |
Stub | Composes web_search + web_fetch in N steps |
bigquery / spanner / bigtable / pubsub / maps / artifact_service |
Stub | Fixture data per service |
capture_structured_outputs |
Stub | Passthrough |
| 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Ananke.Federation (>= 0.8.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.