Skip to content

Python: Add Copilot Studio Agents and Copilot Studio Skill demos #11006

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
Mar 20, 2025

Conversation

unsafecode
Copy link
Contributor

Motivation and Context

Adds two new Python demos demonstrating integration with Microsoft Copilot Studio (MCS).

Description

  • copilot_studio_agent features a new subclass of Agent connecting to a Microsoft Copilot Studio agent via DirectLine API
  • copilot_studio_skill showcases how to extend MCS to connect directly to a Semantic Kernel Agent, by defining a skill

Contribution Checklist

@unsafecode unsafecode requested a review from a team as a code owner March 17, 2025 15:26
@markwallace-microsoft markwallace-microsoft added python Pull requests for the Python Semantic Kernel documentation labels Mar 17, 2025
@github-actions github-actions bot changed the title Add Copilot Studio Agents and Copilot Studio Skill demos Python: Add Copilot Studio Agents and Copilot Studio Skill demos Mar 17, 2025
Copy link
Member

@eavanvalkenburg eavanvalkenburg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small comment on one file, otherwise looks good!

auto-merge was automatically disabled March 20, 2025 08:51

Head branch was pushed to by a user without write access

@eavanvalkenburg eavanvalkenburg added this pull request to the merge queue Mar 20, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 20, 2025
@eavanvalkenburg eavanvalkenburg added this pull request to the merge queue Mar 20, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 20, 2025
@eavanvalkenburg eavanvalkenburg added this pull request to the merge queue Mar 20, 2025
github-merge-queue bot pushed a commit that referenced this pull request Mar 20, 2025
)

### Motivation and Context

Adds two new Python demos demonstrating integration with Microsoft
Copilot Studio (MCS).

### Description

- `copilot_studio_agent` features a new subclass of `Agent` connecting
to a Microsoft Copilot Studio agent via DirectLine API
- `copilot_studio_skill` showcases how to extend MCS to connect directly
to a Semantic Kernel Agent, by defining a _skill_

### 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 😄

---------

Co-authored-by: Evan Mattson <[email protected]>
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Mar 20, 2025
@moonbox3 moonbox3 added this pull request to the merge queue Mar 20, 2025
Merged via the queue into microsoft:main with commit f001f61 Mar 20, 2025
27 checks passed
@github-project-automation github-project-automation bot moved this to Sprint: Done in Semantic Kernel Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation python Pull requests for the Python Semantic Kernel
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

5 participants