Add Pelis Agent Factory documentation to create-agentic-workflow templates#10495
Conversation
…teps to create-agentic-workflow templates Co-authored-by: Mossaka <5447827+Mossaka@users.noreply.github.com>
|
@copilot configure Astro llmstxt package to compile a llmstxt file for the blog entries and link to the generated url |
…d update templates to use it Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Configured Updated the templates to reference the generated URL: Commit: c691f10 Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
@copilot pkg/cli/templates/create-agentic-workflow.agent.md should not exist. it looks deprecated |
| - Safe outputs and permissions models | ||
| - Caching and state management | ||
|
|
||
| **Alternative: Browse the blog directly:** |
| customSets: [ | ||
| { | ||
| label: "Peli's Agent Factory Blog Series", | ||
| paths: ['blog/**'], |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
… meet-the-workflows files Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
| ], | ||
| customSets: [ | ||
| { | ||
| label: "Peli's Agent Factory Blog Series", |
…te URLs Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
| customSets: [ | ||
| { | ||
| label: "create-agentic-workflows", | ||
| paths: ['blog/**/meet-the-workflows*'], |
There was a problem hiding this comment.
@copilot double check that this path is correct
There was a problem hiding this comment.
The blog files are directly in blog/ without subdirectories, so I updated the path from blog/**/meet-the-workflows* to blog/*meet-the-workflows*.
Commit: f314b3f
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
| - Safe outputs and permissions models | ||
| - Caching and state management | ||
|
|
||
| ### Step 1.2: Explore the Agentics Repository |
There was a problem hiding this comment.
Removed Step 1.2 (Explore Agentics Repository) from both template files and renamed "Step 1.1" to just "Read the Pelis Agent Factory Documentation".
Commit: 036361b
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
| - `gh aw compile --strict` → compile with strict mode validation (recommended for production) | ||
| - `gh aw compile --purge` → remove stale lock files | ||
|
|
||
| ## Learning from Reference Materials |
There was a problem hiding this comment.
review updates and optimize them for agentic consumption. Shorter cleaner. @copilot
There was a problem hiding this comment.
Optimized the section to be shorter and cleaner:
## Learning from Reference Materials
Before creating workflows, read the Peli's Agent Factory documentation:
- Fetch: https://githubnext.github.io/gh-aw/llms-create-agentic-workflows.txt
This llms.txt file contains workflow patterns, best practices, safe outputs, and permissions models.Commit: 1ddd26e
…ption Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
create-agentic-workflow.mdtemplatestarlight-llms-txtwith customSet for blog entries indocs/astro.config.mjscreate-agentic-workflow.agent.mdtemplate filemeet-the-workflowsfilespkg/cli/templates/create-agentic-workflow.mdas compiler-generated in.gitattributesblog/*meet-the-workflows*Summary of Changes
Astro Configuration
customSetsconfiguration tostarlight-llms-txtplugin indocs/astro.config.mjsllms-create-agentic-workflows.txtfrom meet-the-workflows blog entries (blog/*meet-the-workflows*)https://githubnext.github.io/gh-aw/llms-create-agentic-workflows.txtTemplate Updates
create-agentic-workflow.agent.mdtemplate filepkg/cli/templates/create-agentic-workflow.mdas compiler-generated in.gitattributesFiles modified:
docs/astro.config.mjs- Added customSets for blog llms.txt generationpkg/cli/templates/create-agentic-workflow.md.github/aw/create-agentic-workflow.md.gitattributes- Added entry for create-agentic-workflow.mdpkg/cli/templates/create-agentic-workflow.agent.md(deprecated)Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.