-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Insights: microsoft/semantic-kernel
Overview
Could not load contribution data
Please try again later
3 Releases published by 2 people
-
dotnet-1.55.0
published
Jun 3, 2025 -
python-1.32.2
published
Jun 4, 2025 -
python-1.33.0
published
Jun 10, 2025
40 Pull requests merged by 17 people
-
.Net: Add Usage Metadata for ChatClientChatCompletionService Adapter
#12412 merged
Jun 10, 2025 -
.Net: Implement OnnxRuntimeGenAIChatCompletionService on OnnxRuntimeGenAIChatClient
#12197 merged
Jun 10, 2025 -
.Net: Feature OpenAI Response Agent
#11498 merged
Jun 10, 2025 -
.Net: Remove obsoleted code for agent abstractions
#12391 merged
Jun 10, 2025 -
.Net: Fix flakey web search model test
#12434 merged
Jun 10, 2025 -
.Net: Fix minor typo
#12260 merged
Jun 10, 2025 -
.Net: Add support for function calling
#12419 merged
Jun 10, 2025 -
Python: Bump Python version to 1.33.0 for release
#12427 merged
Jun 10, 2025 -
Python: Emit token usage with streaming chat completion agent.
#12416 merged
Jun 9, 2025 -
Python: Bing custom search tool content support
#12415 merged
Jun 9, 2025 -
Python: Remove planner-related code and samples.
#12417 merged
Jun 9, 2025 -
Python: Fix OpenAPI concept sample
#12418 merged
Jun 9, 2025 -
Python: Bump google-cloud-aiplatform from 1.93.0 to 1.95.1 in /python
#12346 merged
Jun 9, 2025 -
Python: Remove model info check in Bedrock connectors
#12395 merged
Jun 9, 2025 -
Python: Add file handling support to BinaryContent for OpenAI Responses API
#12258 merged
Jun 9, 2025 -
Python: Normalize MCP function names to allowed tool calling values. Add tests.
#12420 merged
Jun 9, 2025 -
Python: Throw exception on image error
#12410 merged
Jun 9, 2025 -
Python: Add chat completion agent code interpreter sample
#12393 merged
Jun 6, 2025 -
.Net: BugFix TryGetFunction + FunctionInvocationFilter when using IChatClient
#12405 merged
Jun 6, 2025 -
.Net: Enable api manifest integration test
#12408 merged
Jun 6, 2025 -
.Net: Add support for audio and binary tags to chat prompt parser
#11919 merged
Jun 6, 2025 -
.Net Fix KernelParameterMetadata not compatible with C# 7.3 net472
#12369 merged
Jun 6, 2025 -
.NET Agents - Add sample using "Prompt Function"
#12380 merged
Jun 6, 2025 -
.Net: Make the previously flaky integration test more resilient and enable it
#12392 merged
Jun 6, 2025 -
.Net: Remove planners
#12399 merged
Jun 6, 2025 -
.Net: Allow hyphens in function name
#12389 merged
Jun 6, 2025 -
.Net: disable integration test
#12387 merged
Jun 5, 2025 -
.Net: Fix Gemini Auto Invoke when returned function is non-first part
#12174 merged
Jun 5, 2025 -
.Net: Reorganize MEVD projects
#12332 merged
Jun 5, 2025 -
.Net: Add fix for plugin naming collisions
#12371 merged
Jun 5, 2025 -
.Net: BugFix 400 BadRequest for ToolcallBehavior against Google API
#12365 merged
Jun 5, 2025 -
.Net: Migrate sln to slnx
#12325 merged
Jun 5, 2025 -
.Net Agents - Introducing
CopilotStudioAgent
#12372 merged
Jun 5, 2025 -
Python: Bump Python version to 1.32.2 for a release.
#12381 merged
Jun 4, 2025 -
Python: Allow custom httpx client timeout when not using custom client
#12379 merged
Jun 4, 2025 -
Python: streaming agent response callback in agent orchestrations
#12360 merged
Jun 4, 2025 -
Python: Add special notes to samples that are still using
AgentGroupchat
#12377 merged
Jun 4, 2025 -
.Net: Update to the latest mcp sdk package
#12367 merged
Jun 4, 2025 -
.Net: Optimize and clean up SqliteVec provider
#12333 merged
Jun 4, 2025
10 Pull requests opened by 8 people
-
.Net: Demo/process-framework-signalr
#12374 opened
Jun 4, 2025 -
Python: Fix Ollama settings issue with structured outputs - #12355
#12386 opened
Jun 5, 2025 -
Added a typescript version of Semantic Kernel
#12421 opened
Jun 9, 2025 -
.Net: Translate .md file
#12423 opened
Jun 9, 2025 -
Python: Bump torch from 2.7.0 to 2.7.1 in /python
#12424 opened
Jun 9, 2025 -
Python: Bump google-cloud-aiplatform from 1.95.1 to 1.96.0 in /python
#12425 opened
Jun 9, 2025 -
Python: Update redis[hiredis] requirement from <6,>=5 to >=5,<7 in /python
#12426 opened
Jun 9, 2025 -
.Net: Version 1.56.0
#12436 opened
Jun 10, 2025 -
.Net: Adding retry to flakey test and switch to a different model
#12439 opened
Jun 10, 2025 -
.Net: Optimize and clean up the PgVector provider
#12441 opened
Jun 10, 2025
34 Issues closed by 9 people
-
.Net: Obsolete the AgentChannel and associated usage
#12432 closed
Jun 10, 2025 -
Python: Process Framework w/ agents can get in infinite loop if sharing the same Kernel in Python
#12330 closed
Jun 10, 2025 -
Python: Bug: OpenAI Agent sample not working
#12394 closed
Jun 10, 2025 -
Python: Bug: agent: AgentRegistry.create_from_yaml does not work with Ollama
#12382 closed
Jun 10, 2025 -
Python: Bug: invoke_stream method in chat_completion_agent.py not returning token usage data
#12411 closed
Jun 9, 2025 -
Python: Remove SK planners
#12400 closed
Jun 9, 2025 -
Python: Bug: MCP error calling Nasa MCP server
#12406 closed
Jun 9, 2025 -
Python: GroupChatManager Lacks Chat History for Follow-up Questions
#12402 closed
Jun 9, 2025 -
Java: Remove SK planners
#12401 closed
Jun 9, 2025 -
.Net: Can we make contributing more friendly to dotnet part?
#12250 closed
Jun 9, 2025 -
Deleted as irrelevant (wrong repo)
#12414 closed
Jun 8, 2025 -
Python: Add a code execution tool chat completion agent sample using the Azure python code interpreter
#10962 closed
Jun 6, 2025 -
.Net Bug: Filters ignored when `IChatClient` is used by `Kernel`
#12378 closed
Jun 6, 2025 -
Python: Bug: AgentGroupChat | ChatCompletionAgent | Complete chat history is getting passed to llm
#12144 closed
Jun 6, 2025 -
Bug: Telemetry results in error in Foundry tracing portal
#11722 closed
Jun 6, 2025 -
Python: Bug: Ollama assistant message formatting not raising with empty data
#11065 closed
Jun 6, 2025 -
Expanding ChatPromptParser to handle other content types
#11044 closed
Jun 6, 2025 -
.Net: Bug: KernelParameterMetadata not compatible with C# 7.3 (netstandard 2.0 and Framework 4.7.2)
#12297 closed
Jun 6, 2025 -
Bug: SK function naming is to strict for use with MCP
#11876 closed
Jun 6, 2025 -
Python: Implement a user proxy agent
#10961 closed
Jun 5, 2025 -
Python: New Feature: Update samples in the ai-agents-for-beginners repo
#10739 closed
Jun 5, 2025 -
.Net: Bug: Function calling fails when Gemini returns function call as non-first part
#11651 closed
Jun 5, 2025 -
.Net: Plugins at scale
#10074 closed
Jun 5, 2025 -
.Net: Bug: Sample fails after switching to AddGoogleAIGeminiChatCompletion
#11629 closed
Jun 5, 2025 -
.Net: Bug: AuthorName is always null in ResultTransform when using (Ex : GroupChatOrchestrator)
#12338 closed
Jun 5, 2025 -
Python: Bug: raise NotImplementedError
#12370 closed
Jun 5, 2025 -
Python: Bug: add_plugin_from_openapi() has hardcoded 5 seconds timeout
#12373 closed
Jun 4, 2025 -
Python: Update `AzureAIAgent` learn docs to show the dependencies are installed by default
#12337 closed
Jun 4, 2025 -
New Feature: OTel GenAI Tool Execution span
#12262 closed
Jun 3, 2025 -
Python: Bug: OrderStatus agent always hits Semantic Kernel Filter policy
#12357 closed
Jun 3, 2025
13 Issues opened by 13 people
-
Python: Bug: ValueError: Unknown field for Schema: anyOf
#12442 opened
Jun 10, 2025 -
Python: Bug: fail to add plugin from file with "utf-8" encoding (UnicodeDecodeError: 'charmap' codec)
#12440 opened
Jun 10, 2025 -
Python: Bug: ValueError: Unknown field for Schema: title
#12437 opened
Jun 10, 2025 -
Python: Bug: AgentThreadActions get_messages
#12435 opened
Jun 10, 2025 -
.Net: Eliminate use of HttpMessageHandlerStub
#12431 opened
Jun 10, 2025 -
Python: Bug: AttributeError in azure_ai_agent when invoking agent with RAG (Azure AI Search) on v1.32.2
#12422 opened
Jun 9, 2025 -
Python: Bug: Inconsistent behavior of function calling from agent class
#12403 opened
Jun 6, 2025 -
.Net: Bug: Copilot Studio Documentation
#12398 opened
Jun 6, 2025 -
Python: How to get process running state while the process is running
#12397 opened
Jun 6, 2025 -
Python: AzureAIAgent support for Fabric, Connected Agent and Logic Apps
#12384 opened
Jun 5, 2025 -
.Net: Python: `on_intermediate_message` discrepancy
#12375 opened
Jun 4, 2025 -
.Net: Redis Connector - Unable to successfully query results
#12364 opened
Jun 4, 2025 -
.Net: Bug: InMemory Connector is not StrongName signed and won't work for .Net Framework target SDKs
#12363 opened
Jun 4, 2025
42 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Python: Add check for not approved and approved for Agent Sample
#12316 commented on
Jun 10, 2025 • 1 new comment -
.Net: Introduce Grounding with Google Search configuration
#11804 commented on
Jun 10, 2025 • 1 new comment -
Python: Add telemetry for vector stores
#10870 commented on
Jun 9, 2025 • 0 new comments -
Python: Implement new filters
#10867 commented on
Jun 9, 2025 • 0 new comments -
Question about Semantic Kernel Process with Human-in-the-loop
#10836 commented on
Jun 9, 2025 • 0 new comments -
Memory Management and Plugin: MagenticOrchestration
#12232 commented on
Jun 9, 2025 • 0 new comments -
Python: Redis 6.3.0 No module named 'redis.commands.search.indexDefinition'
#12336 commented on
Jun 9, 2025 • 0 new comments -
.Net: Bug: RetainArgumentTypes breaks tools with enum arguments
#12353 commented on
Jun 9, 2025 • 0 new comments -
.Net Bug: ContentBuffer is not cleared when using AutoInvoke in AddStreamingMessageAsync (OpenAI Connector)
#10910 commented on
Jun 10, 2025 • 0 new comments -
.Net: [OpenAPI] Use strongly-typed properties
#10898 commented on
Jun 10, 2025 • 0 new comments -
.Net: Integrating with VertexAI Endpoint
#10889 commented on
Jun 10, 2025 • 0 new comments -
Python: Bug: Chat history summarizer is not working
#12303 commented on
Jun 10, 2025 • 0 new comments -
.Net: IChatClient + Add FunctionChoiceBehavior to Google Connector
#10223 commented on
Jun 10, 2025 • 0 new comments -
.Net: Unable to reconstruct GeminiChatMessageContent ToolCalls for message history
#12153 commented on
Jun 10, 2025 • 0 new comments -
.Net: AgentKernelPluginFactory.CreateFromAgents - enable direct support for agents implicitly
#11443 commented on
Jun 10, 2025 • 0 new comments -
.Net: Remote Chat Completion Agent Demo
#11554 commented on
Jun 5, 2025 • 0 new comments -
Bump MishaKav/pytest-coverage-comment from 1.1.53 to 1.1.54
#11896 commented on
Jun 5, 2025 • 0 new comments -
.Net: Initial check-in for the A2A Agent implementation
#12050 commented on
Jun 10, 2025 • 0 new comments -
.Net: Add public ctor for GeminiChatMessageContent with ToolCalls
#12155 commented on
Jun 10, 2025 • 0 new comments -
.Net: Refactor kernel initialization in Step01_Agent
#12181 commented on
Jun 10, 2025 • 0 new comments -
.Net: Add HTTP header for usage of Process Framework
#10820 commented on
Jun 4, 2025 • 0 new comments -
.Net: Create MCP Sample
#10782 commented on
Jun 4, 2025 • 0 new comments -
Python: [Python] factory_function limitations
#10770 commented on
Jun 4, 2025 • 0 new comments -
.Net: Bug: AWS Bedrock Connector - Cross-region inference Not Supported
#10738 commented on
Jun 4, 2025 • 0 new comments -
Python: .Net: New Feature: Connected agents using AzureAIAgent sdk
#12356 commented on
Jun 4, 2025 • 0 new comments -
.Net: Bug: MCP SSE Server and Semantic Kernel, DI, Blazor
#12060 commented on
Jun 4, 2025 • 0 new comments -
Python: New Feature: OllamaChatPromptExecutionSettings does not support structured outputs
#12355 commented on
Jun 4, 2025 • 0 new comments -
.Net: New Feature: Support IKernelBuilderPlugins.AddFromPromptDirectory for YAML
#10812 commented on
Jun 5, 2025 • 0 new comments -
.Net: New Feature: Integrate Voice Live API
#12291 commented on
Jun 5, 2025 • 0 new comments -
.Net: [MEVD] Stop serializing to intermediate type in relational connectors
#11123 commented on
Jun 5, 2025 • 0 new comments -
Python: azure ai service model invoke fails with no_model_name error code in sk python
#10339 commented on
Jun 5, 2025 • 0 new comments -
.Net: New Feature: Support filtering deprecated endpoints when using OpenAPI
#12354 commented on
Jun 5, 2025 • 0 new comments -
Bug: ModelContextProtocol.McpException: Transport is not connected
#11649 commented on
Jun 5, 2025 • 0 new comments -
.Net: Correlated filters across entire agent lifecycle
#6597 commented on
Jun 5, 2025 • 0 new comments -
.Net: C# package cleanup
#10070 commented on
Jun 6, 2025 • 0 new comments -
Python: New Feature: More granular spans for AutoFunctionInvocationLoop
#12080 commented on
Jun 6, 2025 • 0 new comments -
.Net: Bug: Gemini Responses Don't Deserialize (calling functions)
#12347 commented on
Jun 8, 2025 • 0 new comments -
Python: Implement Process Runtime on Shared Runtime Abstractions
#10894 commented on
Jun 9, 2025 • 0 new comments -
Dotnet: Implement Process Runtime on Shared Runtime Abstractions
#10893 commented on
Jun 9, 2025 • 0 new comments -
.Net: Missing guidance on GenAIOps (LLMOps) with Semantic Kernel / especially in the area of .NET + experimentation and evaluation
#10892 commented on
Jun 9, 2025 • 0 new comments -
.Net: How to user Prompt Template with Vertex AI Chat Completion?
#10891 commented on
Jun 9, 2025 • 0 new comments