Merge Elastic.Clients.AgentBuilder and AgentBuilder MEAI extensions#23
Open
Mpdreamz wants to merge 1 commit into
Open
Merge Elastic.Clients.AgentBuilder and AgentBuilder MEAI extensions#23Mpdreamz wants to merge 1 commit into
Mpdreamz wants to merge 1 commit into
Conversation
- Add new `Elastic.Clients.AgentBuilder` project: .NET client for the Elastic Agent Builder Kibana API (agents, conversations, plugins, skills, tools) - Extend `Elastic.Extensions.AI` with AgentBuilder/MCP integration files (AgentBuilderMcp, ElasticAgentChatClient, DI extensions); reorganize into AgentBuilder/ and Embeddings/ subfolders - Add unit, integration, and MEAI integration test projects (converted from TUnit to xunit to match repo conventions) - Update Directory.Packages.props with new package versions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
flobernd
approved these changes
Jun 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Elastic.Clients.AgentBuilder— a new .NET client for the Elastic Agent Builder Kibana API, covering agents, conversations, plugins, skills, and toolsElastic.Extensions.AIwith AgentBuilder/MCP integration:AgentBuilderMcp(MCP client factory),ElasticAgentChatClient(IChatClient wrapper), and DI service extensions; source reorganized intoAgentBuilder/andEmbeddings/subfoldersElastic.Clients.AgentBuilder.Tests(unit/serialization),Elastic.Clients.AgentBuilder.IntegrationTests, andElastic.Extensions.AI.IntegrationTests; tests converted from TUnit to xunit to match repo conventionsDirectory.Packages.propswith new package versions (Elastic.Transport, System.Net.ServerSentEvents, Microsoft.Extensions.AI, ModelContextProtocol, Microsoft.Bcl.Memory, FluentAssertions, Microsoft.Extensions.Configuration.UserSecrets)Test plan
dotnet restoreto regenerate lock files (repo usesRestorePackagesWithLockFile=true)dotnet buildacross all projectsElastic.Clients.AgentBuilder.Testsunit tests🤖 Generated with Claude Code