Releases: jim-finlon/dotnetagents
Releases · jim-finlon/dotnetagents
Release list
v0.1.0-preview
DotNetAgents v0.1.0-preview
First public preview of DotNetAgents — a .NET 10 agent framework for building governed, production-minded AI agent systems.
What's in this release
- Core framework packages: abstractions, core runtime, workflow orchestration, and agent patterns (
DotNetAgents.Abstractions,Core,Runtime,Workflow,Agents.*). - Protocol surfaces: MCP (Model Context Protocol) server/client building blocks and A2A (agent-to-agent) command contracts (
Mcp.*,A2A.*). - Hosting + UI shells: ASP.NET Core hosting integration and Blazor UI shell primitives.
- Document pipeline: loaders for PDF, Excel (ClosedXML/MIT), CSV, Markdown, EPUB, and text, with recursive/semantic splitters.
Notes
- Source release — NuGet packages are not yet published; build from source with the .NET 10 SDK (
DotNetAgents.Public.sln). - Licensed Apache-2.0. Third-party license inventory audited before this cut; all dependencies in the public tree are permissive.
- Companion repos: dotnetagents-plugins (providers/adapters) and dotnetagents-examples (samples + docs source).