Releases: neuroglia-io/a2a-net
Releases · neuroglia-io/a2a-net
v0.4.0
What's Changed
- Fixed the
A2AEndpointRouteBuilderExtensionsto useagentrather thanserveras a path variable name by @cdavernas in #1 - Updated the
IAgentRuntime'sExecuteAsyncaccept aTaskRecordas input parameter instead of aTaskby @cdavernas in #2
New Contributors
- @cdavernas made their first contribution in #1
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Added extensions to inject the cards describing the well-known A2A agents to document
- Added extensions to map the well-known endpoint used to discover A2A agents
- Fixed the
Provider, whoseUrlproperty was incorrectly tagged and which therefore collided withOrganization - Added a new client project, that defines extensions to discover A2A agents
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Rename
a2a-net.Clientintoa2a-net.Client.Abstractions - Rename
a2a-net.Client.Transport.WebSocketintoa2a-net.Client.WebSocket - Add a new
a2a-net.Client.Httpproject - Rename
IA2AProtocolintoIA2AProtocolService, and add a newA2AProtocolclass used to expose statics and constants about the protocol - Add new error types
- Add the possibility to inject and configure multiple
IA2AProtocolServers
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial release
Full Changelog: https://github.com/neuroglia-io/a2a-net/commits/v0.1.0