-
Notifications
You must be signed in to change notification settings - Fork 2.3k
feat: add Node.js Agentic Issue Resolver to agents #613
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
base: main
Are you sure you want to change the base?
Conversation
Add documentation for Node.js Agentic Issue Resolver with key features and links.
aaronpowell
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not really sure that this makes sense as an agent, since it's a standalone sample. We are looking at the best way to support external samples in this repo, so I'll keep the PR open as we refine that
Thanks for the feedback, @aaronpowell ! I understand the distinction. I created this as a standalone repository to provide a complete, end-to-end example of a resilient agentic workflow. I'm happy to wait while you refine the structure for external samples. If you decide to create a 'Community Samples' or 'External Projects' section, I'd be glad to see this included there. Let me know if you need me to move the metadata file or adjust the description in the meantime! |
|
#632 is open to bring the cookbook across from the SDK repo, but I think we'll want a better way to list out external samples. @Impesud what's your thought on some kind of YAML file that external samples, such as yours, could be listed in and then we'll have a script that automates surfacing them in the repo? Or do you have other thoughts on how to surface them in the repo? |
Hi @aaronpowell , I think the YAML approach is the most scalable path forward. It turns this repository into a structured registry, making it easier for scripts to generate tables, galleries, or even a searchable site in the future. Here is a proposal for a schema that could live in a external-samples.yaml file: I am more than happy to be the first to adopt this format. If you decide to go this way, let me know if you'd like me to create the initial YAML file or if you have a specific location in mind for it. |
Hi team! I'm submitting a new agentic sample.
This project provides a resilient implementation of a developer agent using the GitHub Copilot SDK, specifically optimized to handle the current Technical Preview limitations regarding file modifications.
Compliance:
Follows the AGENTS.md guidelines.
Includes frontmatter and proper file naming (.agent.md).
Moved to a standalone repo as recommended by @friggeri in the copilot-sdk repo.
Looking forward to your feedback!