WeShare.Agent.Abstractions 2.0.0

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

WeShare.Agent.Abstractions

Core abstractions for the WeShare Agent Framework. This package contains zero external dependencies.

Package Contents

Agent System

  • IAgent — Agent identity and configuration
  • IAgentContext — Execution context for an agent invocation
  • IAgentOptions — Agent behavior configuration (instructions, temperature, max tokens)
  • AgentResponse — Response from agent execution with status
  • AgentStatus — Completed, NeedsToolCall, NeedsHandoff, Error

Tool System

  • ITool — Tool definition interface
  • IToolRegistry — Tool registration and lookup
  • ToolCall / ToolResult / ToolSchema — Tool invocation types
  • WeShareToolAttribute — Marker attribute for source-generated tools
  • ToolOutput — Typed tool output

Memory System

  • IAgentMemory — Agent memory (conversation history + long-term storage)
  • Message — Single message in conversation history

Orchestration

  • IOrchestrator — Agent orchestration interface

RAG System

  • IEmbeddingProvider — Text embedding provider
  • IVectorStore — Vector storage and search
  • IDocumentParser / IDocumentParserRegistry — Document parsing
  • VectorSearchResult / DocumentChunk / Metadata — RAG data types

MCP Protocol

  • IMcpTransport — MCP transport layer
  • McpRequest / McpResponse / McpEvent / McpError — MCP protocol types

Artifacts

  • Artifact — Output artifact (text, code, sql, file, image)

Design Principles

  1. Zero external dependencies — never references external packages
  2. AOT-safe types — all data types use sealed record
  3. No SK types leaked — Semantic Kernel types never appear in interfaces
  4. Clear contracts — each interface has a single responsibility
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.
  • net10.0

    • No dependencies.

NuGet packages (8)

Showing the top 5 NuGet packages that depend on WeShare.Agent.Abstractions:

Package Downloads
WeShare.Agent

Meta package for the WeShare Agent Framework v2.0 (MAF-based). Installs Abstractions, Core, Mcp.Client, Tools, and Memory.

WeShare.Agent.Mcp.Abstractions

MCP (Model Context Protocol) abstractions for WeShare Agent Framework

WeShare.Agent.Rag.Abstractions

RAG subsystem abstractions: pipeline orchestration, query engine, and document lifecycle types

WeShare.Agent.Rag.Onnx

ONNX Runtime-based embedding provider for the RAG subsystem with Metal/CUDA/CPU auto-fallback

WeShare.Agent.Core

Core agent runtime based on Microsoft Agent Framework

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.0.0 171 4/29/2026