Skip to content

Conversation

@crickman
Copy link
Contributor

@crickman crickman commented Apr 2, 2024

Motivation and Context

Introduce AgentGroupChat to the Core project.

Description

Adds AgentGroupChat along with associated settings, strategies, unit-test, and example.

Screenshot 2024-04-03 110654

Outstanding Tasks - In Order (each a future PR)

  • AgentChat (our "GroupChat")
  • Agent-as-a-Plugin
  • OpenAIAssistantAgent
  • OpenAIAssistantAgent Citiation Content
  • Port AutoGen examples
  • Streaming
  • YAML Templates

Contribution Checklist

@crickman crickman added this pull request to the merge queue Apr 17, 2024
Merged via the queue into main with commit c72080d Apr 17, 2024
@crickman crickman deleted the feature_agent_chat branch April 17, 2024 16:31
LudoCorporateShark pushed a commit to LudoCorporateShark/semantic-kernel that referenced this pull request Aug 25, 2024
### Motivation and Context

<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->

Introduce `AgentGroupChat` to the `Core` project.

### Description

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

Adds `AgentGroupChat` along with associated settings, strategies,
unit-test, and example.

![Screenshot 2024-04-03
110654](https://github.com/microsoft/semantic-kernel/assets/66376200/378dc75c-0748-4359-a497-84dc95844374)

### Outstanding Tasks - In Order (each a future PR)

- [X] AgentChat (our "GroupChat")
- [ ] Agent-as-a-Plugin
- [ ] OpenAIAssistantAgent
- [ ] OpenAIAssistantAgent Citiation Content
- [ ] Port AutoGen examples
- [ ] Streaming
- [ ] YAML Templates
### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [x] The code builds clean without any errors or warnings
- [x] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [x] All unit tests pass, and I have added new tests where possible
- [x] I didn't break anyone 😄
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

agents experimental Associated with an experimental feature feature branch PR targeting a feature branch .NET Issue or Pull requests regarding .NET code PR: ready for review All feedback addressed, ready for reviews

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

.Net Agent - Expose internal dialog and max-depth for plug-in model

4 participants