agents 1.2.0
agents: ^1.2.0 copied to clipboard
Dart port of the Microsoft Agents AI framework. Build, compose, and orchestrate AI agents backed by any ChatClient — with sessions, streaming, tool use, compaction, evaluation, and middleware pipelines.
Changelog #
1.2.0 #
- Add A2A (Agent-to-Agent) protocol support:
- Client-side
A2AAgent,A2AAgentOptions,A2AAgentSession, andA2AContinuationTokenfor consuming remote agents over the A2A protocol. a2a_client_extensionsanda2a_agent_card_extensionshelpers.- Server-side hosting bridge:
A2AAgentHandler,A2ARunDecisionContext,A2AServerRegistrationOptions,agentRunMode, thea2a_server_service_collection_extensionsregistration helpers, and aMessageConverter.
- Client-side
- Add
a2a: ^4.2.0dependency.
1.1.0 #
- Previous release.