chore: remove n8n adapter (moved to dedicated repo) - #1
Merged
Conversation
…-identark) The IdentArk n8n community node now lives in its own repository so it can meet n8n's May-2026 verified-node requirements (provenance publish via GitHub Actions, npm Trusted Publisher, repo-root package layout). Keeping a copy here would create two sources of truth and risk a tag-trigger collision between this repo's PyPI release workflow (v*) and an n8n publish workflow (*.*.*) — v1.2.0 matches both.
Goldokpa
force-pushed
the
chore/remove-n8n-adapter
branch
from
June 4, 2026 10:32
fce5463 to
dd7daff
Compare
Remove unused typing.cast, typing.Any, typing.TYPE_CHECKING, and llama_index.core.llms.ChatResponse imports. Simplify test_integrations.py by removing the redundant Python version guard around imports (already handled by pytestmark skipif). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.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.
The IdentArk n8n community node now lives in its own repository, identark/n8n-nodes-identark, so it can meet n8n's May-2026 verified-node requirements (GitHub Actions provenance publish, npm Trusted Publisher, repo-root package layout).
Keeping the adapter here would create:
v*tags, and an n8n publish workflow triggers on*.*.*—v1.2.0matches both.This PR removes the duplicated
adapters/n8n/directory (8 tracked files). No other files touched.