@loomcycle/n8n-nodes-loomcycle 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/README.md +190 -0
- package/dist/credentials/LoomCycleApi.credentials.d.ts +21 -0
- package/dist/credentials/LoomCycleApi.credentials.js +81 -0
- package/dist/credentials/LoomCycleApi.credentials.js.map +1 -0
- package/dist/nodes/LoomCycle/LoomCycle.node.d.ts +22 -0
- package/dist/nodes/LoomCycle/LoomCycle.node.js +403 -0
- package/dist/nodes/LoomCycle/LoomCycle.node.js.map +1 -0
- package/dist/nodes/LoomCycle/LoomCycle.node.json +13 -0
- package/dist/nodes/LoomCycle/LoomCycle.svg +13 -0
- package/dist/nodes/LoomCycle/descriptions/agentdef.d.ts +21 -0
- package/dist/nodes/LoomCycle/descriptions/agentdef.js +155 -0
- package/dist/nodes/LoomCycle/descriptions/agentdef.js.map +1 -0
- package/dist/nodes/LoomCycle/descriptions/channels.d.ts +19 -0
- package/dist/nodes/LoomCycle/descriptions/channels.js +164 -0
- package/dist/nodes/LoomCycle/descriptions/channels.js.map +1 -0
- package/dist/nodes/LoomCycle/descriptions/index.d.ts +6 -0
- package/dist/nodes/LoomCycle/descriptions/index.js +16 -0
- package/dist/nodes/LoomCycle/descriptions/index.js.map +1 -0
- package/dist/nodes/LoomCycle/descriptions/mcpserverdef.d.ts +29 -0
- package/dist/nodes/LoomCycle/descriptions/mcpserverdef.js +241 -0
- package/dist/nodes/LoomCycle/descriptions/mcpserverdef.js.map +1 -0
- package/dist/nodes/LoomCycle/descriptions/memory.d.ts +20 -0
- package/dist/nodes/LoomCycle/descriptions/memory.js +119 -0
- package/dist/nodes/LoomCycle/descriptions/memory.js.map +1 -0
- package/dist/nodes/LoomCycle/descriptions/runs.d.ts +17 -0
- package/dist/nodes/LoomCycle/descriptions/runs.js +226 -0
- package/dist/nodes/LoomCycle/descriptions/runs.js.map +1 -0
- package/dist/nodes/LoomCycle/descriptions/skilldef.d.ts +10 -0
- package/dist/nodes/LoomCycle/descriptions/skilldef.js +144 -0
- package/dist/nodes/LoomCycle/descriptions/skilldef.js.map +1 -0
- package/dist/nodes/LoomCycle/helpers/capability.d.ts +42 -0
- package/dist/nodes/LoomCycle/helpers/capability.js +54 -0
- package/dist/nodes/LoomCycle/helpers/capability.js.map +1 -0
- package/dist/nodes/LoomCycle/helpers/client.d.ts +15 -0
- package/dist/nodes/LoomCycle/helpers/client.js +30 -0
- package/dist/nodes/LoomCycle/helpers/client.js.map +1 -0
- package/dist/nodes/LoomCycle/helpers/envVarHints.d.ts +30 -0
- package/dist/nodes/LoomCycle/helpers/envVarHints.js +67 -0
- package/dist/nodes/LoomCycle/helpers/envVarHints.js.map +1 -0
- package/dist/nodes/LoomCycle/helpers/errors.d.ts +23 -0
- package/dist/nodes/LoomCycle/helpers/errors.js +189 -0
- package/dist/nodes/LoomCycle/helpers/errors.js.map +1 -0
- package/dist/nodes/LoomCycle/helpers/loadOptions.d.ts +24 -0
- package/dist/nodes/LoomCycle/helpers/loadOptions.js +89 -0
- package/dist/nodes/LoomCycle/helpers/loadOptions.js.map +1 -0
- package/dist/nodes/LoomCycle/helpers/segments.d.ts +13 -0
- package/dist/nodes/LoomCycle/helpers/segments.js +31 -0
- package/dist/nodes/LoomCycle/helpers/segments.js.map +1 -0
- package/dist/nodes/LoomCycle/helpers/staticData.d.ts +5 -0
- package/dist/nodes/LoomCycle/helpers/staticData.js +31 -0
- package/dist/nodes/LoomCycle/helpers/staticData.js.map +1 -0
- package/dist/nodes/LoomCycle/helpers/streaming.d.ts +31 -0
- package/dist/nodes/LoomCycle/helpers/streaming.js +48 -0
- package/dist/nodes/LoomCycle/helpers/streaming.js.map +1 -0
- package/dist/nodes/LoomCycleChannelMessage/LoomCycleChannelMessage.node.d.ts +24 -0
- package/dist/nodes/LoomCycleChannelMessage/LoomCycleChannelMessage.node.js +162 -0
- package/dist/nodes/LoomCycleChannelMessage/LoomCycleChannelMessage.node.js.map +1 -0
- package/dist/nodes/LoomCycleChannelMessage/LoomCycleChannelMessage.node.json +13 -0
- package/dist/nodes/LoomCycleChannelMessage/LoomCycleChannelMessage.svg +9 -0
- package/dist/nodes/LoomCycleChannelMessage/helpers/subscribe.d.ts +20 -0
- package/dist/nodes/LoomCycleChannelMessage/helpers/subscribe.js +106 -0
- package/dist/nodes/LoomCycleChannelMessage/helpers/subscribe.js.map +1 -0
- package/dist/nodes/LoomCycleChannelTool/LoomCycleChannelTool.node.d.ts +5 -0
- package/dist/nodes/LoomCycleChannelTool/LoomCycleChannelTool.node.js +114 -0
- package/dist/nodes/LoomCycleChannelTool/LoomCycleChannelTool.node.js.map +1 -0
- package/dist/nodes/LoomCycleChannelTool/LoomCycleChannelTool.node.json +13 -0
- package/dist/nodes/LoomCycleChannelTool/LoomCycleChannelTool.svg +13 -0
- package/dist/nodes/LoomCycleMcpServerTool/LoomCycleMcpServerTool.node.d.ts +5 -0
- package/dist/nodes/LoomCycleMcpServerTool/LoomCycleMcpServerTool.node.js +259 -0
- package/dist/nodes/LoomCycleMcpServerTool/LoomCycleMcpServerTool.node.js.map +1 -0
- package/dist/nodes/LoomCycleMcpServerTool/LoomCycleMcpServerTool.node.json +13 -0
- package/dist/nodes/LoomCycleMcpServerTool/LoomCycleMcpServerTool.svg +14 -0
- package/dist/nodes/LoomCycleMemoryTool/LoomCycleMemoryTool.node.d.ts +5 -0
- package/dist/nodes/LoomCycleMemoryTool/LoomCycleMemoryTool.node.js +108 -0
- package/dist/nodes/LoomCycleMemoryTool/LoomCycleMemoryTool.node.js.map +1 -0
- package/dist/nodes/LoomCycleMemoryTool/LoomCycleMemoryTool.node.json +13 -0
- package/dist/nodes/LoomCycleMemoryTool/LoomCycleMemoryTool.svg +11 -0
- package/dist/nodes/LoomCycleRunCompleted/LoomCycleRunCompleted.node.d.ts +18 -0
- package/dist/nodes/LoomCycleRunCompleted/LoomCycleRunCompleted.node.js +188 -0
- package/dist/nodes/LoomCycleRunCompleted/LoomCycleRunCompleted.node.js.map +1 -0
- package/dist/nodes/LoomCycleRunCompleted/LoomCycleRunCompleted.node.json +13 -0
- package/dist/nodes/LoomCycleRunCompleted/LoomCycleRunCompleted.svg +10 -0
- package/dist/nodes/LoomCycleRunCompleted/helpers/poll.d.ts +12 -0
- package/dist/nodes/LoomCycleRunCompleted/helpers/poll.js +69 -0
- package/dist/nodes/LoomCycleRunCompleted/helpers/poll.js.map +1 -0
- package/dist/nodes/LoomCycleRunCompleted/helpers/sse.d.ts +29 -0
- package/dist/nodes/LoomCycleRunCompleted/helpers/sse.js +61 -0
- package/dist/nodes/LoomCycleRunCompleted/helpers/sse.js.map +1 -0
- package/dist/nodes/LoomCycleSubAgentTool/LoomCycleSubAgentTool.node.d.ts +5 -0
- package/dist/nodes/LoomCycleSubAgentTool/LoomCycleSubAgentTool.node.js +131 -0
- package/dist/nodes/LoomCycleSubAgentTool/LoomCycleSubAgentTool.node.js.map +1 -0
- package/dist/nodes/LoomCycleSubAgentTool/LoomCycleSubAgentTool.node.json +13 -0
- package/dist/nodes/LoomCycleSubAgentTool/LoomCycleSubAgentTool.svg +12 -0
- package/dist/nodes/_shared/clusterTool.d.ts +19 -0
- package/dist/nodes/_shared/clusterTool.js +36 -0
- package/dist/nodes/_shared/clusterTool.js.map +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -0
- package/package.json +86 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
Apache License
|
|
2
|
+
Version 2.0, January 2004
|
|
3
|
+
http://www.apache.org/licenses/
|
|
4
|
+
|
|
5
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
6
|
+
|
|
7
|
+
1. Definitions.
|
|
8
|
+
|
|
9
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
|
10
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
|
11
|
+
|
|
12
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
|
13
|
+
the copyright owner that is granting the License.
|
|
14
|
+
|
|
15
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
|
16
|
+
other entities that control, are controlled by, or are under common
|
|
17
|
+
control with that entity. For the purposes of this definition,
|
|
18
|
+
"control" means (i) the power, direct or indirect, to cause the
|
|
19
|
+
direction or management of such entity, whether by contract or
|
|
20
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
21
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
22
|
+
|
|
23
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
|
24
|
+
exercising permissions granted by this License.
|
|
25
|
+
|
|
26
|
+
"Source" form shall mean the preferred form for making modifications,
|
|
27
|
+
including but not limited to software source code, documentation
|
|
28
|
+
source, and configuration files.
|
|
29
|
+
|
|
30
|
+
"Object" form shall mean any form resulting from mechanical
|
|
31
|
+
transformation or translation of a Source form, including but
|
|
32
|
+
not limited to compiled object code, generated documentation,
|
|
33
|
+
and conversions to other media types.
|
|
34
|
+
|
|
35
|
+
"Work" shall mean the work of authorship, whether in Source or
|
|
36
|
+
Object form, made available under the License, as indicated by a
|
|
37
|
+
copyright notice that is included in or attached to the work
|
|
38
|
+
(an example is provided in the Appendix below).
|
|
39
|
+
|
|
40
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
|
41
|
+
form, that is based on (or derived from) the Work and for which the
|
|
42
|
+
editorial revisions, annotations, elaborations, or other modifications
|
|
43
|
+
represent, as a whole, an original work of authorship. For the purposes
|
|
44
|
+
of this License, Derivative Works shall not include works that remain
|
|
45
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
|
46
|
+
the Work and Derivative Works thereof.
|
|
47
|
+
|
|
48
|
+
"Contribution" shall mean any work of authorship, including
|
|
49
|
+
the original version of the Work and any modifications or additions
|
|
50
|
+
to that Work or Derivative Works thereof, that is intentionally
|
|
51
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
52
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
|
53
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
|
54
|
+
means any form of electronic, verbal, or written communication sent
|
|
55
|
+
to the Licensor or its representatives, including but not limited to
|
|
56
|
+
communication on electronic mailing lists, source code control systems,
|
|
57
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
|
58
|
+
Licensor for the purpose of discussing and improving the Work, but
|
|
59
|
+
excluding communication that is conspicuously marked or otherwise
|
|
60
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
|
61
|
+
|
|
62
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
63
|
+
on behalf of whom a Contribution has been received by Licensor and
|
|
64
|
+
subsequently incorporated within the Work.
|
|
65
|
+
|
|
66
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
67
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
68
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
69
|
+
copyright license to reproduce, prepare Derivative Works of,
|
|
70
|
+
publicly display, publicly perform, sublicense, and distribute the
|
|
71
|
+
Work and such Derivative Works in Source or Object form.
|
|
72
|
+
|
|
73
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
|
74
|
+
this License, each Contributor hereby grants to You a perpetual,
|
|
75
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
76
|
+
(except as stated in this section) patent license to make, have made,
|
|
77
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
78
|
+
where such license applies only to those patent claims licensable
|
|
79
|
+
by such Contributor that are necessarily infringed by their
|
|
80
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
|
81
|
+
with the Work to which such Contribution(s) was submitted. If You
|
|
82
|
+
institute patent litigation against any entity (including a
|
|
83
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
84
|
+
or a Contribution incorporated within the Work constitutes direct
|
|
85
|
+
or contributory patent infringement, then any patent licenses
|
|
86
|
+
granted to You under this License for that Work shall terminate
|
|
87
|
+
as of the date such litigation is filed.
|
|
88
|
+
|
|
89
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
|
90
|
+
Work or Derivative Works thereof in any medium, with or without
|
|
91
|
+
modifications, and in Source or Object form, provided that You
|
|
92
|
+
meet the following conditions:
|
|
93
|
+
|
|
94
|
+
(a) You must give any other recipients of the Work or
|
|
95
|
+
Derivative Works a copy of this License; and
|
|
96
|
+
|
|
97
|
+
(b) You must cause any modified files to carry prominent notices
|
|
98
|
+
stating that You changed the files; and
|
|
99
|
+
|
|
100
|
+
(c) You must retain, in the Source form of any Derivative Works
|
|
101
|
+
that You distribute, all copyright, patent, trademark, and
|
|
102
|
+
attribution notices from the Source form of the Work,
|
|
103
|
+
excluding those notices that do not pertain to any part of
|
|
104
|
+
the Derivative Works; and
|
|
105
|
+
|
|
106
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
|
107
|
+
distribution, then any Derivative Works that You distribute must
|
|
108
|
+
include a readable copy of the attribution notices contained
|
|
109
|
+
within such NOTICE file, excluding those notices that do not
|
|
110
|
+
pertain to any part of the Derivative Works, in at least one
|
|
111
|
+
of the following places: within a NOTICE text file distributed
|
|
112
|
+
as part of the Derivative Works; within the Source form or
|
|
113
|
+
documentation, if provided along with the Derivative Works; or,
|
|
114
|
+
within a display generated by the Derivative Works, if and
|
|
115
|
+
wherever such third-party notices normally appear. The contents
|
|
116
|
+
of the NOTICE file are for informational purposes only and
|
|
117
|
+
do not modify the License. You may add Your own attribution
|
|
118
|
+
notices within Derivative Works that You distribute, alongside
|
|
119
|
+
or as an addendum to the NOTICE text from the Work, provided
|
|
120
|
+
that such additional attribution notices cannot be construed
|
|
121
|
+
as modifying the License.
|
|
122
|
+
|
|
123
|
+
You may add Your own copyright statement to Your modifications and
|
|
124
|
+
may provide additional or different license terms and conditions
|
|
125
|
+
for use, reproduction, or distribution of Your modifications, or
|
|
126
|
+
for any such Derivative Works as a whole, provided Your use,
|
|
127
|
+
reproduction, and distribution of the Work otherwise complies with
|
|
128
|
+
the conditions stated in this License.
|
|
129
|
+
|
|
130
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
131
|
+
any Contribution intentionally submitted for inclusion in the Work
|
|
132
|
+
by You to the Licensor shall be under the terms and conditions of
|
|
133
|
+
this License, without any additional terms or conditions.
|
|
134
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
|
135
|
+
the terms of any separate license agreement you may have executed
|
|
136
|
+
with Licensor regarding such Contributions.
|
|
137
|
+
|
|
138
|
+
6. Trademarks. This License does not grant permission to use the trade
|
|
139
|
+
names, trademarks, service marks, or product names of the Licensor,
|
|
140
|
+
except as required for reasonable and customary use in describing the
|
|
141
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
|
142
|
+
|
|
143
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
144
|
+
agreed to in writing, Licensor provides the Work (and each
|
|
145
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
146
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
147
|
+
implied, including, without limitation, any warranties or conditions
|
|
148
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
149
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
150
|
+
appropriateness of using or redistributing the Work and assume any
|
|
151
|
+
risks associated with Your exercise of permissions under this License.
|
|
152
|
+
|
|
153
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
|
154
|
+
whether in tort (including negligence), contract, or otherwise,
|
|
155
|
+
unless required by applicable law (such as deliberate and grossly
|
|
156
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
|
157
|
+
liable to You for damages, including any direct, indirect, special,
|
|
158
|
+
incidental, or consequential damages of any character arising as a
|
|
159
|
+
result of this License or out of the use or inability to use the
|
|
160
|
+
Work (including but not limited to damages for loss of goodwill,
|
|
161
|
+
work stoppage, computer failure or malfunction, or any and all
|
|
162
|
+
other commercial damages or losses), even if such Contributor
|
|
163
|
+
has been advised of the possibility of such damages.
|
|
164
|
+
|
|
165
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
|
166
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
|
167
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
168
|
+
or other liability obligations and/or rights consistent with this
|
|
169
|
+
License. However, in accepting such obligations, You may act only
|
|
170
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
|
171
|
+
of any other Contributor, and only if You agree to indemnify,
|
|
172
|
+
defend, and hold each Contributor harmless for any liability
|
|
173
|
+
incurred by, or claims asserted against, such Contributor by reason
|
|
174
|
+
of your accepting any such warranty or additional liability.
|
|
175
|
+
|
|
176
|
+
END OF TERMS AND CONDITIONS
|
|
177
|
+
|
|
178
|
+
APPENDIX: How to apply the Apache License to your work.
|
|
179
|
+
|
|
180
|
+
To apply the Apache License to your work, attach the following
|
|
181
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
182
|
+
replaced with your own identifying information. (Don't include
|
|
183
|
+
the brackets!) The text should be enclosed in the appropriate
|
|
184
|
+
comment syntax for the file format. We also recommend that a
|
|
185
|
+
file or class name and description of purpose be included on the
|
|
186
|
+
same "printed page" as the copyright notice for easier
|
|
187
|
+
identification within third-party archives.
|
|
188
|
+
|
|
189
|
+
Copyright [yyyy] [name of copyright owner]
|
|
190
|
+
|
|
191
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
|
+
you may not use this file except in compliance with the License.
|
|
193
|
+
You may obtain a copy of the License at
|
|
194
|
+
|
|
195
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
196
|
+
|
|
197
|
+
Unless required by applicable law or agreed to in writing, software
|
|
198
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
199
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
200
|
+
See the License for the specific language governing permissions and
|
|
201
|
+
limitations under the License.
|
package/README.md
ADDED
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
# n8n-nodes-loomcycle
|
|
2
|
+
|
|
3
|
+
Community n8n nodes for the [loomcycle](https://github.com/denn-gubsky/loomcycle) agentic runtime — design and operate loomcycle agents directly from n8n's visual builder.
|
|
4
|
+
|
|
5
|
+
[](https://github.com/denn-gubsky/n8n-nodes-loomcycle/actions/workflows/ci.yml)
|
|
6
|
+
[](https://www.npmjs.com/package/@loomcycle/n8n-nodes-loomcycle)
|
|
7
|
+
[](LICENSE)
|
|
8
|
+
|
|
9
|
+
This package realises **Phase 2 / Vector 3** of the [loomcycle ↔ n8n integration RFC](https://github.com/denn-gubsky/loomcycle-internal/blob/main/doc-internal/rfcs/n8n-comparison.md): custom n8n nodes that let operators drive loomcycle from the n8n canvas, while loomcycle stays the agentic runtime substrate.
|
|
10
|
+
|
|
11
|
+
## Quick install
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
# In your n8n Settings → Community Nodes → Install:
|
|
15
|
+
@loomcycle/n8n-nodes-loomcycle
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
Once installed, configure the **LoomCycle API** credential with your loomcycle deployment's bearer token + base URL.
|
|
19
|
+
|
|
20
|
+
The package lives under the [`@loomcycle`](https://www.npmjs.com/org/loomcycle) npm org alongside [`@loomcycle/client`](https://www.npmjs.com/package/@loomcycle/client) — same trust boundary, same maintainer.
|
|
21
|
+
|
|
22
|
+
## What's in the box
|
|
23
|
+
|
|
24
|
+
Seven nodes plus one credential type.
|
|
25
|
+
|
|
26
|
+
### Credential
|
|
27
|
+
|
|
28
|
+
- **LoomCycle API** — bearer token + base URL + optional Default User ID / User Tier / MCP URL. The credential test hits `GET /healthz`.
|
|
29
|
+
|
|
30
|
+
### Action node (umbrella)
|
|
31
|
+
|
|
32
|
+
- **LoomCycle** — single multi-resource node covering six op groups:
|
|
33
|
+
- **Run** — `Spawn` / `Get Status` / `Wait for Completion` / `Cancel` / `List Agents`
|
|
34
|
+
- **Memory** — `Get Entry` / `List Entries` / `List Scope IDs` / `List Scopes` (read-only; writes deferred until adapter exposes them)
|
|
35
|
+
- **Channel** — `Publish` / `Subscribe` / `Peek` / `Ack` / `List Channels`
|
|
36
|
+
- **Agent Definition** — `Create` / `Fork` / `Get` / `List Versions` / `Promote` / `Retire` / `Verify` (content_sha256 round-trip)
|
|
37
|
+
- **Skill Definition** — same 7 ops as AgentDef, applied to skills
|
|
38
|
+
- **MCP Server Definition** — `Register` / `Fork` / `Promote` / `Retire` / `Get` / `List Versions` / `Rediscover` / `Verify` — dynamic MCP server registration (requires loomcycle ≥ v0.9.2)
|
|
39
|
+
|
|
40
|
+
### Trigger nodes
|
|
41
|
+
|
|
42
|
+
- **LoomCycle: Run Completed** — fires when an agent run reaches a terminal state. SSE primary with polling fallback for proxy-hostile deployments. Honours `parentAgentId` + `debug` filters from the adapter.
|
|
43
|
+
- **LoomCycle: Channel Message** — long-poll subscribe with two delivery modes: `auto-ack` (at-most-once) and `peek + explicit ack` (at-least-once, cursor persisted in workflow static data).
|
|
44
|
+
|
|
45
|
+
### Cluster sub-nodes (plug into n8n's AI Agent)
|
|
46
|
+
|
|
47
|
+
- **LoomCycle Memory Tool** — exposes Memory read ops as a single discriminated tool the AI Agent can call.
|
|
48
|
+
- **LoomCycle Channel Tool** — Channel publish + peek as agent tools.
|
|
49
|
+
- **LoomCycle Sub-Agent Tool** — delegates to a configured loomcycle agent (drains `runStreaming`); the agent receives the parent's tool-call prompt and returns its `finalText`.
|
|
50
|
+
- **LoomCycle MCP Server Tool** — **strategic differentiator.** Drag onto a canvas → the substrate auto-registers the MCP server via `MCPServerDef` (idempotent ensure: `get` → `create` on `NotFoundError`) → returns a tool that spawns a loomcycle agent with `allowed_tools: ['mcp__<name>__*']`. `cleanupOnEnd: false` default — registrations persist across executions for stable agentic teams.
|
|
51
|
+
|
|
52
|
+
## Configure the credential
|
|
53
|
+
|
|
54
|
+
In n8n, navigate to **Settings → Credentials → New** and pick **LoomCycle API**.
|
|
55
|
+
|
|
56
|
+
| Field | Required | Notes |
|
|
57
|
+
|---|---|---|
|
|
58
|
+
| Base URL | yes | e.g. `http://127.0.0.1:8787` |
|
|
59
|
+
| Bearer Token | yes | Matches loomcycle's `LOOMCYCLE_AUTH_TOKEN` env var |
|
|
60
|
+
| Default User ID | no | Falls through to any node where `userId` is left empty |
|
|
61
|
+
| Default User Tier | no | Same fall-through |
|
|
62
|
+
| MCP URL (optional) | no | Only needed if you reference loomcycle's MCP server from n8n's MCP Client Tool sub-node (Vector 1) |
|
|
63
|
+
|
|
64
|
+
Click **Test** → expect a green checkmark when the deployment is reachable. Behind the scenes: `GET /healthz` with `Authorization: Bearer <token>`.
|
|
65
|
+
|
|
66
|
+
## Examples
|
|
67
|
+
|
|
68
|
+
Six importable workflow JSONs in [`examples/`](examples/) cover the canonical patterns:
|
|
69
|
+
|
|
70
|
+
| # | File | Pattern |
|
|
71
|
+
|---|---|---|
|
|
72
|
+
| 01 | [`01-multi-agent-research.json`](examples/01-multi-agent-research.json) | Researcher → summariser → channel digest |
|
|
73
|
+
| 02 | [`02-slack-loomcycle-slack.json`](examples/02-slack-loomcycle-slack.json) | Slack trigger → loomcycle agent → Slack reply |
|
|
74
|
+
| 03 | [`03-daily-activity-report.json`](examples/03-daily-activity-report.json) | Cron → `listAgents` → JS aggregation → email |
|
|
75
|
+
| 04 | [`04-n8n-as-loomcycle-tool.json`](examples/04-n8n-as-loomcycle-tool.json) | **Vector 2** — n8n workflow as MCP server consumed by loomcycle |
|
|
76
|
+
| 05 | [`05-ai-agent-with-loomcycle-memory.json`](examples/05-ai-agent-with-loomcycle-memory.json) | n8n AI Agent + Memory + Sub-Agent cluster tools |
|
|
77
|
+
| 06 | [`06-dynamic-mcp-provisioning.json`](examples/06-dynamic-mcp-provisioning.json) | **Crown jewel** — `LoomCycleMcpServerTool` auto-provisioning |
|
|
78
|
+
|
|
79
|
+
Import via **Workflows → Import from File**, then attach your LoomCycle API credential. See [`examples/README.md`](examples/README.md) for per-example prerequisites + caveats.
|
|
80
|
+
|
|
81
|
+
## Provisioning MCP servers dynamically
|
|
82
|
+
|
|
83
|
+
The `LoomCycleMcpServerTool` cluster sub-node is the package's signature feature. When the parent AI Agent invokes it:
|
|
84
|
+
|
|
85
|
+
1. **On first run:** calls `mcpServerDef({op: 'get', name})` → on `NotFoundError`, calls `mcpServerDef({op: 'create', name, transport, url, headers, promote: true})`. The substrate registers the MCP server; subsequent agent spawns can reference it as `mcp__<name>__*`.
|
|
86
|
+
2. **On subsequent runs:** the `get` succeeds; `create` is skipped. Idempotent.
|
|
87
|
+
3. **On invocation:** spawns the configured loomcycle agent with `allowed_tools: ['mcp__<name>__*']`. The agent has access to the MCP server's tool surface for the duration of the run.
|
|
88
|
+
|
|
89
|
+
### The env-var mirror
|
|
90
|
+
|
|
91
|
+
The Headers field accepts **template strings** (not plaintext credentials):
|
|
92
|
+
|
|
93
|
+
```
|
|
94
|
+
Authorization: Bearer ${LOOMCYCLE_SLACK_TOKEN}
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
At request time, loomcycle substitutes `${LOOMCYCLE_*}` tokens from its own environment. **The operator must mirror the credential**: it lives in n8n (for n8n's own Slack credential, if any) AND in loomcycle's env (`LOOMCYCLE_SLACK_TOKEN=…`). Plaintext credentials never traverse the n8n → loomcycle wire.
|
|
98
|
+
|
|
99
|
+
The cluster sub-node logs the detected env-var names so you can see them in n8n's execution log:
|
|
100
|
+
|
|
101
|
+
```
|
|
102
|
+
[LoomCycleMcpServerTool] MCP server slack-mcp registered. Required env vars on loomcycle: LOOMCYCLE_SLACK_TOKEN
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
## Local development install
|
|
106
|
+
|
|
107
|
+
Want to install from the local checkout for development?
|
|
108
|
+
|
|
109
|
+
```bash
|
|
110
|
+
# In this package:
|
|
111
|
+
git clone https://github.com/denn-gubsky/n8n-nodes-loomcycle.git
|
|
112
|
+
cd n8n-nodes-loomcycle
|
|
113
|
+
npm install
|
|
114
|
+
npm run build
|
|
115
|
+
npm link
|
|
116
|
+
|
|
117
|
+
# In your n8n install (e.g. ~/.n8n/nodes):
|
|
118
|
+
cd ~/.n8n/nodes
|
|
119
|
+
npm link @loomcycle/n8n-nodes-loomcycle
|
|
120
|
+
|
|
121
|
+
# Then restart n8n. The 7 nodes appear under the "LoomCycle" prefix in
|
|
122
|
+
# the node picker.
|
|
123
|
+
```
|
|
124
|
+
|
|
125
|
+
## Compatibility
|
|
126
|
+
|
|
127
|
+
### Loomcycle version compatibility
|
|
128
|
+
|
|
129
|
+
| Feature | Min loomcycle | Notes |
|
|
130
|
+
|---|---|---|
|
|
131
|
+
| Run / Memory (read) / basic Channel | v0.8.x | Substrate stability since v0.8.4 |
|
|
132
|
+
| Channel CRUD (publish / subscribe / peek / ack) | **v0.9.2** | PR #180 on the substrate |
|
|
133
|
+
| AgentDef + SkillDef substrate-admin ops | v0.8.22 | PR #163 |
|
|
134
|
+
| `content_sha256` Verify op | v0.9.x | PR #175 |
|
|
135
|
+
| **MCPServerDef substrate** (dynamic MCP) | **v0.9.2** | PR #177; required by `LoomCycleMcpServerTool` |
|
|
136
|
+
| `parentAgentId` filter + `debug` toggle on streams | v0.9.2 | PR #181 |
|
|
137
|
+
|
|
138
|
+
If you're on older loomcycle, the unaffected nodes still work; the gated ones surface a clean `NodeApiError("Requires loomcycle vX.Y")`.
|
|
139
|
+
|
|
140
|
+
### n8n version compatibility
|
|
141
|
+
|
|
142
|
+
- **Minimum:** n8n `1.82.0` (cluster-node API stability threshold)
|
|
143
|
+
- **Tested against:** n8n latest
|
|
144
|
+
- **Node.js:** ≥ 20.15
|
|
145
|
+
|
|
146
|
+
### `@loomcycle/client` pin
|
|
147
|
+
|
|
148
|
+
This package pins `@loomcycle/client` to `^0.9.2`. The adapter tracks loomcycle's minor version; major loomcycle versions will require a coordinated `@loomcycle/n8n-nodes-loomcycle` major bump.
|
|
149
|
+
|
|
150
|
+
## Troubleshooting
|
|
151
|
+
|
|
152
|
+
### `Authentication failed` after credential test
|
|
153
|
+
|
|
154
|
+
The bearer token doesn't match the loomcycle deployment's `LOOMCYCLE_AUTH_TOKEN`. Verify by `curl`:
|
|
155
|
+
|
|
156
|
+
```bash
|
|
157
|
+
curl -H "Authorization: Bearer <your-token>" http://127.0.0.1:8787/healthz
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
Expect `{"ok":true}`.
|
|
161
|
+
|
|
162
|
+
### `Channel not declared` on a Publish
|
|
163
|
+
|
|
164
|
+
The channel must exist in loomcycle's `channels:` yaml block before the publish lands. Declare it operator-side and restart loomcycle. (Dynamic channel creation isn't supported in the substrate today.)
|
|
165
|
+
|
|
166
|
+
### MCPServerDef ops return "endpoint unknown"
|
|
167
|
+
|
|
168
|
+
You're on a loomcycle older than v0.9.2 (PR #177). Upgrade the substrate.
|
|
169
|
+
|
|
170
|
+
### SSE trigger stops firing after ~30 minutes
|
|
171
|
+
|
|
172
|
+
This is the substrate's server-side stream cap. The trigger reconnects transparently — check the n8n execution log; you should see emit events resume within seconds. If your reverse proxy / Cloudflare drops long-lived connections, switch the trigger's `Transport` parameter to **Polling**.
|
|
173
|
+
|
|
174
|
+
### `LoomCycleMcpServerTool` says "Required env vars on loomcycle: …"
|
|
175
|
+
|
|
176
|
+
That's the env-var-mirror hint, not an error. Set the listed env vars on the loomcycle deployment (not on n8n). Restart loomcycle so they're in scope. The MCP server will then authenticate when the agent invokes it.
|
|
177
|
+
|
|
178
|
+
### Cluster sub-nodes (`LoomCycle * Tool`) don't appear in n8n's AI Agent picker
|
|
179
|
+
|
|
180
|
+
n8n's cluster-node API stabilised at `1.82.0`. Older n8n versions won't show the sub-nodes. Upgrade n8n.
|
|
181
|
+
|
|
182
|
+
## Filing issues / contributing
|
|
183
|
+
|
|
184
|
+
- **Bug reports:** [GitHub issues](https://github.com/denn-gubsky/n8n-nodes-loomcycle/issues) — please include n8n version, loomcycle version, and a minimum reproduction (a workflow JSON you can attach).
|
|
185
|
+
- **Loomcycle wire-API gaps:** file against [loomcycle](https://github.com/denn-gubsky/loomcycle/issues) — this package is a thin adapter over `@loomcycle/client`.
|
|
186
|
+
- **Pull requests:** see [`CLAUDE.md`](CLAUDE.md) for development conventions + the 8 locked design constraints.
|
|
187
|
+
|
|
188
|
+
## License
|
|
189
|
+
|
|
190
|
+
Apache-2.0. See [`LICENSE`](LICENSE).
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { IAuthenticateGeneric, ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow';
|
|
2
|
+
/**
|
|
3
|
+
* LoomCycle API credential.
|
|
4
|
+
*
|
|
5
|
+
* One credential per loomcycle deployment. The bearer token matches
|
|
6
|
+
* loomcycle's `LOOMCYCLE_AUTH_TOKEN` env var; anyone holding it can
|
|
7
|
+
* drive the runtime. Treat it as operator-trust.
|
|
8
|
+
*
|
|
9
|
+
* Optional defaults (userId, userTier, mcpUrl) are surfaced as
|
|
10
|
+
* per-node parameter defaults — action nodes read them via
|
|
11
|
+
* `this.getCredentials('loomCycleApi')` and fall through to per-node
|
|
12
|
+
* parameter overrides.
|
|
13
|
+
*/
|
|
14
|
+
export declare class LoomCycleApi implements ICredentialType {
|
|
15
|
+
name: string;
|
|
16
|
+
displayName: string;
|
|
17
|
+
documentationUrl: string;
|
|
18
|
+
properties: INodeProperties[];
|
|
19
|
+
authenticate: IAuthenticateGeneric;
|
|
20
|
+
test: ICredentialTestRequest;
|
|
21
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.LoomCycleApi = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* LoomCycle API credential.
|
|
6
|
+
*
|
|
7
|
+
* One credential per loomcycle deployment. The bearer token matches
|
|
8
|
+
* loomcycle's `LOOMCYCLE_AUTH_TOKEN` env var; anyone holding it can
|
|
9
|
+
* drive the runtime. Treat it as operator-trust.
|
|
10
|
+
*
|
|
11
|
+
* Optional defaults (userId, userTier, mcpUrl) are surfaced as
|
|
12
|
+
* per-node parameter defaults — action nodes read them via
|
|
13
|
+
* `this.getCredentials('loomCycleApi')` and fall through to per-node
|
|
14
|
+
* parameter overrides.
|
|
15
|
+
*/
|
|
16
|
+
class LoomCycleApi {
|
|
17
|
+
constructor() {
|
|
18
|
+
this.name = 'loomCycleApi';
|
|
19
|
+
this.displayName = 'LoomCycle API';
|
|
20
|
+
// eslint-disable-next-line n8n-nodes-base/cred-class-field-documentation-url-miscased
|
|
21
|
+
this.documentationUrl = 'https://github.com/denn-gubsky/n8n-nodes-loomcycle#credentials';
|
|
22
|
+
this.properties = [
|
|
23
|
+
{
|
|
24
|
+
displayName: 'Base URL',
|
|
25
|
+
name: 'baseUrl',
|
|
26
|
+
type: 'string',
|
|
27
|
+
default: 'http://127.0.0.1:8787',
|
|
28
|
+
required: true,
|
|
29
|
+
placeholder: 'http://127.0.0.1:8787',
|
|
30
|
+
description: 'Base URL of the loomcycle HTTP API. The /healthz endpoint is used to validate the credential.',
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
displayName: 'Bearer Token',
|
|
34
|
+
name: 'bearerToken',
|
|
35
|
+
type: 'string',
|
|
36
|
+
typeOptions: { password: true },
|
|
37
|
+
default: '',
|
|
38
|
+
required: true,
|
|
39
|
+
description: 'Bearer token authorising every /v1/* call. Matches the loomcycle deployment\'s LOOMCYCLE_AUTH_TOKEN env var.',
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
displayName: 'Default User ID',
|
|
43
|
+
name: 'userId',
|
|
44
|
+
type: 'string',
|
|
45
|
+
default: '',
|
|
46
|
+
description: 'Optional default user_id forwarded by action nodes when not overridden per-node. Leave empty if every node will set its own.',
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
displayName: 'Default User Tier',
|
|
50
|
+
name: 'userTier',
|
|
51
|
+
type: 'string',
|
|
52
|
+
default: '',
|
|
53
|
+
description: 'Optional default user_tier forwarded by action nodes when not overridden per-node. Leave empty for the loomcycle default.',
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
displayName: 'MCP URL (optional)',
|
|
57
|
+
name: 'mcpUrl',
|
|
58
|
+
type: 'string',
|
|
59
|
+
default: '',
|
|
60
|
+
description: 'Optional URL of the loomcycle MCP server (Vector 1 of the integration). Not required for the action / trigger / cluster nodes; used by external orchestrators referenced in node descriptions.',
|
|
61
|
+
},
|
|
62
|
+
];
|
|
63
|
+
this.authenticate = {
|
|
64
|
+
type: 'generic',
|
|
65
|
+
properties: {
|
|
66
|
+
headers: {
|
|
67
|
+
Authorization: '=Bearer {{$credentials.bearerToken}}',
|
|
68
|
+
},
|
|
69
|
+
},
|
|
70
|
+
};
|
|
71
|
+
this.test = {
|
|
72
|
+
request: {
|
|
73
|
+
baseURL: '={{$credentials.baseUrl}}',
|
|
74
|
+
url: '/healthz',
|
|
75
|
+
method: 'GET',
|
|
76
|
+
},
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
exports.LoomCycleApi = LoomCycleApi;
|
|
81
|
+
//# sourceMappingURL=LoomCycleApi.credentials.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LoomCycleApi.credentials.js","sourceRoot":"","sources":["../../credentials/LoomCycleApi.credentials.ts"],"names":[],"mappings":";;;AAOA;;;;;;;;;;;GAWG;AACH,MAAa,YAAY;IAAzB;QACC,SAAI,GAAG,cAAc,CAAC;QAEtB,gBAAW,GAAG,eAAe,CAAC;QAE9B,sFAAsF;QACtF,qBAAgB,GAAG,gEAAgE,CAAC;QAEpF,eAAU,GAAsB;YAC/B;gBACC,WAAW,EAAE,UAAU;gBACvB,IAAI,EAAE,SAAS;gBACf,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,uBAAuB;gBAChC,QAAQ,EAAE,IAAI;gBACd,WAAW,EAAE,uBAAuB;gBACpC,WAAW,EAAE,+FAA+F;aAC5G;YACD;gBACC,WAAW,EAAE,cAAc;gBAC3B,IAAI,EAAE,aAAa;gBACnB,IAAI,EAAE,QAAQ;gBACd,WAAW,EAAE,EAAE,QAAQ,EAAE,IAAI,EAAE;gBAC/B,OAAO,EAAE,EAAE;gBACX,QAAQ,EAAE,IAAI;gBACd,WAAW,EACV,8GAA8G;aAC/G;YACD;gBACC,WAAW,EAAE,iBAAiB;gBAC9B,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,WAAW,EACV,8HAA8H;aAC/H;YACD;gBACC,WAAW,EAAE,mBAAmB;gBAChC,IAAI,EAAE,UAAU;gBAChB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,WAAW,EACV,2HAA2H;aAC5H;YACD;gBACC,WAAW,EAAE,oBAAoB;gBACjC,IAAI,EAAE,QAAQ;gBACd,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,EAAE;gBACX,WAAW,EACV,gMAAgM;aACjM;SACD,CAAC;QAEF,iBAAY,GAAyB;YACpC,IAAI,EAAE,SAAS;YACf,UAAU,EAAE;gBACX,OAAO,EAAE;oBACR,aAAa,EAAE,sCAAsC;iBACrD;aACD;SACD,CAAC;QAEF,SAAI,GAA2B;YAC9B,OAAO,EAAE;gBACR,OAAO,EAAE,2BAA2B;gBACpC,GAAG,EAAE,UAAU;gBACf,MAAM,EAAE,KAAK;aACb;SACD,CAAC;IACH,CAAC;CAAA;AAtED,oCAsEC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow';
|
|
2
|
+
import { loadAgents, loadChannels, loadMemoryScopes } from './helpers/loadOptions';
|
|
3
|
+
/**
|
|
4
|
+
* Umbrella action node for the loomcycle agentic runtime. Op-discriminated
|
|
5
|
+
* across six resources: `run`, `memory`, `channel`, `agentDef`,
|
|
6
|
+
* `skillDef`, `mcpServerDef`.
|
|
7
|
+
*
|
|
8
|
+
* Programmatic execute() (not declarative routing) because the load-bearing
|
|
9
|
+
* paths go through `@loomcycle/client` rather than raw HTTP — typed-error
|
|
10
|
+
* mapping + SSE drain + credential-default fall-through all live in JS.
|
|
11
|
+
*/
|
|
12
|
+
export declare class LoomCycle implements INodeType {
|
|
13
|
+
description: INodeTypeDescription;
|
|
14
|
+
methods: {
|
|
15
|
+
loadOptions: {
|
|
16
|
+
loadAgents: typeof loadAgents;
|
|
17
|
+
loadChannels: typeof loadChannels;
|
|
18
|
+
loadMemoryScopes: typeof loadMemoryScopes;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
|
|
22
|
+
}
|