Add interactive workflow designer agent#4910
Conversation
Interactive wizard that guides users through creating and optimizing agentic workflows for the AWF repository. Includes: - Step-by-step creation flow - Token optimization patterns applied by default - Model/engine recommendations (prefer copilot engine) - Patterns from existing repo workflows - Security and cost control guidance Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Adds a new GitHub Agent definition (Interactive Workflow Designer) intended to guide users through an interactive, step-by-step process for creating and optimizing gh-aw workflow .md files in this repository, with an emphasis on token/cost optimization and repo-specific patterns.
Changes:
- Introduces an “Interactive Workflow Designer” agent with a wizard-style question flow for new workflow creation.
- Documents optimization heuristics (token efficiency, reliability, security, cost control) and provides repo-oriented patterns/templates.
- Includes example snippets for
safe-outputs, network/sandbox config, and common workflow archetypes.
Show a summary per file
| File | Description |
|---|---|
| .github/agents/interactive-workflow-designer.md | Adds the new interactive workflow designer agent prompt and templates/patterns for AWF gh-aw workflows. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 3
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This comment has been minimized.
This comment has been minimized.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
🔥 Smoke Test — PAT Auth
Overall: PASS · Auth mode: PAT (COPILOT_GITHUB_TOKEN) cc @lpcox
|
|
Smoke Test Results:
Running in direct BYOK mode (AWF_AUTH_TYPE=github-oidc + AWF_AUTH_AZURE_* + COPILOT_PROVIDER_BASE_URL) via api-proxy → Azure OpenAI (Foundry, o4-mini-aw) authenticated via Microsoft Entra Overall: PASS cc @lpcox
|
🏗️ Build Test Suite Results
Overall: 8/8 ecosystems passed — ✅ PASS
|
Smoke Test: Copilot BYOK (Direct) Mode ✅ PASS
Running in direct BYOK mode via
|
🔥 Smoke Test Results — PASS
PR: Add interactive workflow designer agent Overall: PASS
|
|
Reviewed PRs:
✅ GitHub PR query Overall status: PASS Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "registry.npmjs.org"See Network Configuration for more information.
|
|
Smoke Test Results:
|
Smoke Test Results — Services Connectivity
Overall: ❌ FAIL
|
Adds an interactive wizard agent that guides users through creating and optimizing agentic workflows for the AWF repo. Includes step-by-step creation flow, optimization mode, repo-tailored defaults, patterns library, and token optimization by default.