Skip to content
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

Python: support the Dapr runtime for Process framework #9355

Closed
moonbox3 opened this issue Oct 21, 2024 · 0 comments · Fixed by #9642
Closed

Python: support the Dapr runtime for Process framework #9355

moonbox3 opened this issue Oct 21, 2024 · 0 comments · Fixed by #9642
Assignees
Labels
experimental Associated with an experimental feature Ignite processes python Pull requests for the Python Semantic Kernel sk team issue A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)

Comments

@moonbox3
Copy link
Contributor

No description provided.

@moonbox3 moonbox3 added experimental Associated with an experimental feature processes sk team issue A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community) labels Oct 21, 2024
@moonbox3 moonbox3 self-assigned this Oct 21, 2024
@markwallace-microsoft markwallace-microsoft added python Pull requests for the Python Semantic Kernel triage labels Oct 21, 2024
@moonbox3 moonbox3 added Ignite and removed triage labels Oct 21, 2024
@alliscode alliscode moved this to Sprint: Planned in Semantic Kernel Nov 6, 2024
@alliscode alliscode moved this from Sprint: Planned to Sprint: In Progress in Semantic Kernel Nov 6, 2024
@moonbox3 moonbox3 moved this from Sprint: In Progress to Sprint: In Review in Semantic Kernel Nov 11, 2024
github-merge-queue bot pushed a commit that referenced this issue Nov 15, 2024
### Motivation and Context

In addition to the Python local process runtime, we're adding the
ability to congfigure the Dapr runtime for Python SK processes.

<!-- 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.
-->

### Description

The PR introduces:
- The ability to configure the Dapr Runtime for Python processes
- Adds a sample FastAPI app showing how to configure the Dapr runtime
with a sample SK Python process (see the README for details on setup)
- Adds some unit test coverage for the Dapr runtime
- Closes #9355 

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

### 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 😄
@github-project-automation github-project-automation bot moved this from Sprint: In Review to Sprint: Done in Semantic Kernel Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
experimental Associated with an experimental feature Ignite processes python Pull requests for the Python Semantic Kernel sk team issue A tag to denote issues that where created by the Semantic Kernel team (i.e., not the community)
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants