Add python-story-agents: writer + reviewer multi-agent app using Microsoft Agent Framework SDK#1
Draft
Copilot wants to merge 2 commits into
Draft
Add python-story-agents: writer + reviewer multi-agent app using Microsoft Agent Framework SDK#1Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
…rosoft Agent Framework SDK Co-authored-by: swatDong <[email protected]>
Copilot
AI
changed the title
[WIP] Add new app for short story writing and review
Add python-story-agents: writer + reviewer multi-agent app using Microsoft Agent Framework SDK
Feb 25, 2026
Owner
|
@copilot are you able to help me trigger an action? |
Author
I can see the repository has one active workflow: "Copilot coding agent" — that's the workflow that powers me. Unfortunately, I'm not able to directly trigger GitHub Actions workflows on your behalf (I don't have the credentials to dispatch workflow runs). However, here's how you can trigger a workflow:
If you have a specific workflow you'd like to create or configure to run on this PR (e.g., a CI test, linting, or deployment), I'm happy to help set that up! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a new standalone Python app that chains two agents — a writer and a reviewer — using the Microsoft Agent Framework SDK backed by an Azure AI Foundry model.
New:
python-story-agents/main.py— Two-agent pipeline:Writeragent generates a short story (~150–200 words) from user inputRevieweragent scores the story 0–100 with brief feedbackAzureAIChatClientinstance; connection info sourced from env vars with placeholder defaultsrequirements.txt— Single dep:agent-framework-azure-ai --pre.env.example— Placeholder values forAZURE_AI_PROJECT_ENDPOINT,AZURE_AI_API_KEY,AZURE_AI_MODEL_DEPLOYMENT_NAMEREADME.md— Setup and run instructionsUsage
Original prompt
Created from VS Code.
🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.