Chris

Results 25 issues of Chris

### Motivation and Context ### Description ### Contribution Checklist - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [SK Contribution...

PR: paused
.NET
feature branch
experimental
agents

### Motivation and Context This ADR captures agent concepts as the project solidifies. Will be updated as needed to remain _in sync_. While the code exists as _ground-truth_, capturing the...

PR: ready for review
experimental
agents
documentation

### Motivation and Context Exploring alignment with other SK conventions ### Description ![image](https://github.com/microsoft/semantic-kernel/assets/66376200/b7dfcd8c-6dc2-460e-aacd-c23043e3098d) ### Contribution Checklist - [X] The code builds clean without any errors or warnings - [X] The...

PR: ready for review
.NET
kernel
experimental
agents
chat history

Review use of DEBUG / INFORMATION / ERROR Refer to `KernelFunctionLogMessages` as possible reference.

.NET
follow up
experimental
agents

Some users may prefer to DI agents based on type. Since our concete agents are all sealed, customer are unable to creat strong-typed agents: ```c# class ProbeAgent : ChatCompletionAgent class...

.NET
experimental
enhancement
agents

The existing Citation.Link refers to the entire logical document. We also would like to lookup the specific citation partition text, not just the entire document. Could the Citiation.Partition also expose...

enhancement

Claudio Mirti reached out from azure data-bricks team to suggest we consider integration as they are also very much focused on AI scenarios: [Data Bricks](https://www.databricks.com/resources/webinar/azure-databricks-free-training-series?scid=7018Y000001Fi0NQAS&utm_medium=paid+search&utm_source=bing&utm_campaign=440203293&utm_adgroup=1316116927706755&utm_content=od+webinar&utm_offer=azure-databricks-free-training-series&utm_ad=&utm_term=azure%20databricks&msclkid=b63b4e1230591fb525b22b112b66e432) This might start with a...

sample
feature request

### Motivation and Context Enables streaming invocation of `ChatCompletionAgent` for use in _no chat_ (single agent) mode. ### Description - Add `ChatCompletionAgent.InvokeStreamingAsync` - Add streaming sample - To be incorporated...

PR: ready for review
.NET
enhancement
agents

### Motivation and Context Users of the Agent Framework are unable to store and later retrieve conversation state when using an AgentChat to coordinate Agent interactions. This limits the ability...

PR: ready for review
experimental
enhancement
agents
documentation

### Motivation and Context Support pattern for direct invocation of `OpenAIAssistantAgent` in alignment with `ChatCompletionAgent` ### Description - Add instance method `OpenAIAssistantAgent.InvokeAsync` for a specified _thread-id_ - Add instance method...

PR: ready for review
.NET
enhancement
agents