Remove obsolete configuration files from n8n sample-agent#208
Merged
rbrighenti merged 2 commits intoFeb 3, 2026
Conversation
Co-authored-by: rbrighenti <202984599+rbrighenti@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Clean up n8n sample agent for new node deployment
Remove obsolete configuration files from n8n sample-agent
Feb 3, 2026
rbrighenti
approved these changes
Feb 3, 2026
8083fd2
into
users/rbrighenti/n8n-clean-up-new-node
1 check passed
rbrighenti
added a commit
that referenced
this pull request
Feb 5, 2026
* Initial plan * Remove docs folder and .env.template from n8n sample-agent Co-authored-by: rbrighenti <202984599+rbrighenti@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rbrighenti <202984599+rbrighenti@users.noreply.github.com>
rbrighenti
added a commit
that referenced
this pull request
Feb 6, 2026
* Initial plan * Remove docs folder and .env.template from n8n sample-agent Co-authored-by: rbrighenti <202984599+rbrighenti@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rbrighenti <202984599+rbrighenti@users.noreply.github.com>
rbrighenti
added a commit
that referenced
this pull request
Feb 9, 2026
* Initial plan * Remove docs folder and .env.template from n8n sample-agent Co-authored-by: rbrighenti <202984599+rbrighenti@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rbrighenti <202984599+rbrighenti@users.noreply.github.com>
rbrighenti
added a commit
that referenced
this pull request
Feb 9, 2026
* Clean up n8n sample agent as we can now directly use n8n new node * update to n8n documentation as per comments * minor adjustment * Add step to grant consent on necessary scopes * Add minimum n8n version requirement to README (#207) * Initial plan * Add minimum n8n version requirement (2.7.0) to README Co-authored-by: rbrighenti <202984599+rbrighenti@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rbrighenti <202984599+rbrighenti@users.noreply.github.com> * Remove obsolete configuration files from n8n sample-agent (#208) * Initial plan * Remove docs folder and .env.template from n8n sample-agent Co-authored-by: rbrighenti <202984599+rbrighenti@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rbrighenti <202984599+rbrighenti@users.noreply.github.com> * Apply suggestions from copilot code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Fix branding: "Microsoft Agents 365" → "Microsoft Agent 365" (#209) * Initial plan * Fix link text: Microsoft Agents 365 → Microsoft Agent 365 Co-authored-by: rbrighenti <202984599+rbrighenti@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: rbrighenti <202984599+rbrighenti@users.noreply.github.com> --------- Co-authored-by: shirahman <shirahman@microsoft.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
With the new n8n Microsoft 365 Agents node (n8n-io/n8n#22449), users no longer need a separate agent application for integrations. The functionality is now built directly into n8n.
Changes
nodejs/n8n/sample-agent/docs/foldernodejs/n8n/sample-agent/.env.templatefileThe README provides instructions for using the native n8n node instead of running a standalone agent server.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.