@iconmind/icons 0.1.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.
Files changed (112) hide show
  1. package/LICENSE +21 -0
  2. package/dist/index.d.ts +24 -0
  3. package/dist/index.js +13 -0
  4. package/dist/metadata.json +1696 -0
  5. package/dist/sprite.svg +1 -0
  6. package/icons/agents/agent-hierarchy.json +2 -0
  7. package/icons/agents/agent-hierarchy.svg +1 -0
  8. package/icons/agents/agent-log.json +2 -0
  9. package/icons/agents/agent-log.svg +1 -0
  10. package/icons/agents/agent-message.json +2 -0
  11. package/icons/agents/agent-message.svg +1 -0
  12. package/icons/agents/agent-pause.json +3 -0
  13. package/icons/agents/agent-pause.svg +1 -0
  14. package/icons/agents/agent-run.json +3 -0
  15. package/icons/agents/agent-run.svg +1 -0
  16. package/icons/agents/agent-stop.json +3 -0
  17. package/icons/agents/agent-stop.svg +1 -0
  18. package/icons/agents/agent-thinking.json +3 -0
  19. package/icons/agents/agent-thinking.svg +1 -0
  20. package/icons/agents/agent.json +3 -0
  21. package/icons/agents/agent.svg +1 -0
  22. package/icons/agents/function-call.json +3 -0
  23. package/icons/agents/function-call.svg +1 -0
  24. package/icons/agents/goal.json +2 -0
  25. package/icons/agents/goal.svg +1 -0
  26. package/icons/agents/human-approval.json +2 -0
  27. package/icons/agents/human-approval.svg +1 -0
  28. package/icons/agents/memory.json +3 -0
  29. package/icons/agents/memory.svg +1 -0
  30. package/icons/agents/multi-agent.json +3 -0
  31. package/icons/agents/multi-agent.svg +1 -0
  32. package/icons/agents/plan.json +2 -0
  33. package/icons/agents/plan.svg +1 -0
  34. package/icons/agents/reflection.json +2 -0
  35. package/icons/agents/reflection.svg +1 -0
  36. package/icons/agents/subtask.json +2 -0
  37. package/icons/agents/subtask.svg +1 -0
  38. package/icons/ai/benchmark.json +2 -0
  39. package/icons/ai/benchmark.svg +1 -0
  40. package/icons/ai/chain-of-thought.json +2 -0
  41. package/icons/ai/chain-of-thought.svg +1 -0
  42. package/icons/ai/context-window.json +3 -0
  43. package/icons/ai/context-window.svg +1 -0
  44. package/icons/ai/dataset.json +2 -0
  45. package/icons/ai/dataset.svg +1 -0
  46. package/icons/ai/embedding.json +3 -0
  47. package/icons/ai/embedding.svg +1 -0
  48. package/icons/ai/evaluation.json +2 -0
  49. package/icons/ai/evaluation.svg +1 -0
  50. package/icons/ai/fine-tuning.json +2 -0
  51. package/icons/ai/fine-tuning.svg +1 -0
  52. package/icons/ai/guardrail.json +3 -0
  53. package/icons/ai/guardrail.svg +1 -0
  54. package/icons/ai/inference.json +3 -0
  55. package/icons/ai/inference.svg +1 -0
  56. package/icons/ai/llm.json +3 -0
  57. package/icons/ai/llm.svg +1 -0
  58. package/icons/ai/model.json +3 -0
  59. package/icons/ai/model.svg +1 -0
  60. package/icons/ai/multimodal.json +2 -0
  61. package/icons/ai/multimodal.svg +1 -0
  62. package/icons/ai/prompt.json +3 -0
  63. package/icons/ai/prompt.svg +1 -0
  64. package/icons/ai/system-prompt.json +2 -0
  65. package/icons/ai/system-prompt.svg +1 -0
  66. package/icons/ai/temperature.json +2 -0
  67. package/icons/ai/temperature.svg +1 -0
  68. package/icons/ai/token.json +3 -0
  69. package/icons/ai/token.svg +1 -0
  70. package/icons/ai/tokenizer.json +2 -0
  71. package/icons/ai/tokenizer.svg +1 -0
  72. package/icons/ai/training.json +2 -0
  73. package/icons/ai/training.svg +1 -0
  74. package/icons/ai/vector.json +2 -0
  75. package/icons/ai/vector.svg +1 -0
  76. package/icons/mcp/mcp-capability.json +2 -0
  77. package/icons/mcp/mcp-capability.svg +1 -0
  78. package/icons/mcp/mcp-client.json +3 -0
  79. package/icons/mcp/mcp-client.svg +1 -0
  80. package/icons/mcp/mcp-config.json +2 -0
  81. package/icons/mcp/mcp-config.svg +1 -0
  82. package/icons/mcp/mcp-connection.json +2 -0
  83. package/icons/mcp/mcp-connection.svg +1 -0
  84. package/icons/mcp/mcp-prompt.json +2 -0
  85. package/icons/mcp/mcp-prompt.svg +1 -0
  86. package/icons/mcp/mcp-resource.json +3 -0
  87. package/icons/mcp/mcp-resource.svg +1 -0
  88. package/icons/mcp/mcp-server.json +3 -0
  89. package/icons/mcp/mcp-server.svg +1 -0
  90. package/icons/mcp/mcp-tool-call.json +2 -0
  91. package/icons/mcp/mcp-tool-call.svg +1 -0
  92. package/icons/mcp/mcp-tool.json +3 -0
  93. package/icons/mcp/mcp-tool.svg +1 -0
  94. package/icons/rag/chunk-overlap.json +3 -0
  95. package/icons/rag/chunk-overlap.svg +1 -0
  96. package/icons/rag/chunk.json +3 -0
  97. package/icons/rag/chunk.svg +1 -0
  98. package/icons/rag/document.json +2 -0
  99. package/icons/rag/document.svg +1 -0
  100. package/icons/rag/knowledge-base.json +3 -0
  101. package/icons/rag/knowledge-base.svg +1 -0
  102. package/icons/rag/reranker.json +2 -0
  103. package/icons/rag/reranker.svg +1 -0
  104. package/icons/rag/retriever.json +3 -0
  105. package/icons/rag/retriever.svg +1 -0
  106. package/icons/rag/semantic-search.json +2 -0
  107. package/icons/rag/semantic-search.svg +1 -0
  108. package/icons/rag/source-citation.json +2 -0
  109. package/icons/rag/source-citation.svg +1 -0
  110. package/icons/rag/vector-database.json +3 -0
  111. package/icons/rag/vector-database.svg +1 -0
  112. package/package.json +37 -0
@@ -0,0 +1,1696 @@
1
+ {
2
+ "version": "0.1.0",
3
+ "generatedAt": "2026-08-24T02:01:55.463Z",
4
+ "counts": {
5
+ "total": 53,
6
+ "byCategory": {
7
+ "ai": 19,
8
+ "agents": 16,
9
+ "mcp": 9,
10
+ "rag": 9,
11
+ "data": 0,
12
+ "devops": 0,
13
+ "cloud": 0,
14
+ "security": 0,
15
+ "automation": 0,
16
+ "analytics": 0,
17
+ "devtools": 0,
18
+ "interface": 0
19
+ }
20
+ },
21
+ "categories": [
22
+ {
23
+ "slug": "ai",
24
+ "name": "AI & LLM",
25
+ "count": 19,
26
+ "subcategories": [
27
+ {
28
+ "slug": "model",
29
+ "count": 2
30
+ },
31
+ {
32
+ "slug": "inference",
33
+ "count": 2
34
+ },
35
+ {
36
+ "slug": "prompt",
37
+ "count": 3
38
+ },
39
+ {
40
+ "slug": "token",
41
+ "count": 2
42
+ },
43
+ {
44
+ "slug": "context",
45
+ "count": 1
46
+ },
47
+ {
48
+ "slug": "embedding",
49
+ "count": 2
50
+ },
51
+ {
52
+ "slug": "training",
53
+ "count": 3
54
+ },
55
+ {
56
+ "slug": "evaluation",
57
+ "count": 2
58
+ },
59
+ {
60
+ "slug": "safety",
61
+ "count": 1
62
+ },
63
+ {
64
+ "slug": "multimodal",
65
+ "count": 1
66
+ }
67
+ ]
68
+ },
69
+ {
70
+ "slug": "agents",
71
+ "name": "Agents",
72
+ "count": 16,
73
+ "subcategories": [
74
+ {
75
+ "slug": "agent-core",
76
+ "count": 1
77
+ },
78
+ {
79
+ "slug": "multi-agent",
80
+ "count": 2
81
+ },
82
+ {
83
+ "slug": "planning",
84
+ "count": 3
85
+ },
86
+ {
87
+ "slug": "reflection",
88
+ "count": 1
89
+ },
90
+ {
91
+ "slug": "memory",
92
+ "count": 1
93
+ },
94
+ {
95
+ "slug": "tool-use",
96
+ "count": 1
97
+ },
98
+ {
99
+ "slug": "communication",
100
+ "count": 2
101
+ },
102
+ {
103
+ "slug": "lifecycle",
104
+ "count": 5
105
+ }
106
+ ]
107
+ },
108
+ {
109
+ "slug": "mcp",
110
+ "name": "MCP",
111
+ "count": 9,
112
+ "subcategories": [
113
+ {
114
+ "slug": "server",
115
+ "count": 1
116
+ },
117
+ {
118
+ "slug": "client",
119
+ "count": 2
120
+ },
121
+ {
122
+ "slug": "resource",
123
+ "count": 1
124
+ },
125
+ {
126
+ "slug": "tool",
127
+ "count": 2
128
+ },
129
+ {
130
+ "slug": "prompt",
131
+ "count": 1
132
+ },
133
+ {
134
+ "slug": "transport",
135
+ "count": 1
136
+ },
137
+ {
138
+ "slug": "registry",
139
+ "count": 1
140
+ }
141
+ ]
142
+ },
143
+ {
144
+ "slug": "rag",
145
+ "name": "RAG & Search",
146
+ "count": 9,
147
+ "subcategories": [
148
+ {
149
+ "slug": "ingestion",
150
+ "count": 1
151
+ },
152
+ {
153
+ "slug": "chunking",
154
+ "count": 2
155
+ },
156
+ {
157
+ "slug": "retrieval",
158
+ "count": 2
159
+ },
160
+ {
161
+ "slug": "ranking",
162
+ "count": 1
163
+ },
164
+ {
165
+ "slug": "vector",
166
+ "count": 1
167
+ },
168
+ {
169
+ "slug": "knowledge",
170
+ "count": 1
171
+ },
172
+ {
173
+ "slug": "grounding",
174
+ "count": 1
175
+ }
176
+ ]
177
+ }
178
+ ],
179
+ "icons": [
180
+ {
181
+ "slug": "agent",
182
+ "category": "agents",
183
+ "subcategory": "agent-core",
184
+ "name": "Agent",
185
+ "description": "An autonomous agent that acts on its own",
186
+ "tags": [
187
+ "agent",
188
+ "autonomous",
189
+ "actor",
190
+ "entity",
191
+ "worker",
192
+ "bot"
193
+ ],
194
+ "aliases": [],
195
+ "keywords": [],
196
+ "contributors": [],
197
+ "deprecated": null,
198
+ "componentName": "Agent",
199
+ "contentHash": "sha256:8c8c8f4e502a75e32b25312301116228bd3bd3ff554b6ba12c04446142e702b9",
200
+ "structuralHash": "circle|path:MHLVLHLVZ",
201
+ "elementCount": 2,
202
+ "byteSize": 263,
203
+ "related": [
204
+ "agent-run",
205
+ "agent-pause",
206
+ "agent-thinking",
207
+ "agent-stop"
208
+ ],
209
+ "addedIn": "0.1.0",
210
+ "updatedIn": "0.1.0"
211
+ },
212
+ {
213
+ "slug": "agent-hierarchy",
214
+ "category": "agents",
215
+ "subcategory": "multi-agent",
216
+ "name": "Agent Hierarchy",
217
+ "description": "Agents arranged in tiers with one above several others",
218
+ "tags": [
219
+ "hierarchy",
220
+ "tree",
221
+ "supervisor",
222
+ "delegation",
223
+ "org chart",
224
+ "tiers"
225
+ ],
226
+ "aliases": [],
227
+ "keywords": [],
228
+ "contributors": [],
229
+ "deprecated": null,
230
+ "componentName": "AgentHierarchy",
231
+ "contentHash": "sha256:e0d9cd79b2829904ddf6b45899d9b269fdb86960df4b814e461e0962cf29818c",
232
+ "structuralHash": "path:MHLVLHLVZ|path:MHLVLHLVZ|path:MHLVLHLVZ|path:MV|path:MVHV",
233
+ "elementCount": 5,
234
+ "byteSize": 382,
235
+ "related": [],
236
+ "addedIn": "0.1.0",
237
+ "updatedIn": "0.1.0"
238
+ },
239
+ {
240
+ "slug": "agent-log",
241
+ "category": "agents",
242
+ "subcategory": "lifecycle",
243
+ "name": "Agent Log",
244
+ "description": "A time-ordered record of what an agent did",
245
+ "tags": [
246
+ "log",
247
+ "history",
248
+ "trace",
249
+ "audit",
250
+ "timeline",
251
+ "record"
252
+ ],
253
+ "aliases": [],
254
+ "keywords": [],
255
+ "contributors": [],
256
+ "deprecated": null,
257
+ "componentName": "AgentLog",
258
+ "contentHash": "sha256:58b14074a948c3bbf0dd106a7a7e2226642027fd52bc2f4b0e28625ff0ffebcc",
259
+ "structuralHash": "circle|path:MH|path:MH|path:MH|path:MVH",
260
+ "elementCount": 5,
261
+ "byteSize": 300,
262
+ "related": [],
263
+ "addedIn": "0.1.0",
264
+ "updatedIn": "0.1.0"
265
+ },
266
+ {
267
+ "slug": "agent-message",
268
+ "category": "agents",
269
+ "subcategory": "communication",
270
+ "name": "Agent Message",
271
+ "description": "Something one agent says to another",
272
+ "tags": [
273
+ "message",
274
+ "speak",
275
+ "communicate",
276
+ "send",
277
+ "utterance",
278
+ "reply"
279
+ ],
280
+ "aliases": [],
281
+ "keywords": [],
282
+ "contributors": [],
283
+ "deprecated": null,
284
+ "componentName": "AgentMessage",
285
+ "contentHash": "sha256:27d3ab29c4abf0888aec450688ca77838545269706ca02d4e391e43337949b62",
286
+ "structuralHash": "path:MHLVLHLVLVZ|path:MHLVLHLVZ",
287
+ "elementCount": 2,
288
+ "byteSize": 278,
289
+ "related": [],
290
+ "addedIn": "0.1.0",
291
+ "updatedIn": "0.1.0"
292
+ },
293
+ {
294
+ "slug": "agent-pause",
295
+ "category": "agents",
296
+ "subcategory": "lifecycle",
297
+ "name": "Agent Pause",
298
+ "description": "Suspend an agent and keep its state",
299
+ "tags": [
300
+ "pause",
301
+ "suspend",
302
+ "hold",
303
+ "wait",
304
+ "freeze",
305
+ "resume"
306
+ ],
307
+ "aliases": [],
308
+ "keywords": [],
309
+ "contributors": [],
310
+ "deprecated": null,
311
+ "componentName": "AgentPause",
312
+ "contentHash": "sha256:f367143a3ad96edffbb229eb2a4597667f966f2cbde0ecaa38afdefeab0df416",
313
+ "structuralHash": "path:MHLVLHLVZ|path:MV|path:MV",
314
+ "elementCount": 3,
315
+ "byteSize": 271,
316
+ "related": [
317
+ "agent",
318
+ "agent-run",
319
+ "agent-thinking",
320
+ "agent-stop"
321
+ ],
322
+ "addedIn": "0.1.0",
323
+ "updatedIn": "0.1.0"
324
+ },
325
+ {
326
+ "slug": "agent-run",
327
+ "category": "agents",
328
+ "subcategory": "lifecycle",
329
+ "name": "Agent Run",
330
+ "description": "Start an agent and let it work",
331
+ "tags": [
332
+ "run",
333
+ "start",
334
+ "execute",
335
+ "play",
336
+ "launch",
337
+ "active"
338
+ ],
339
+ "aliases": [],
340
+ "keywords": [],
341
+ "contributors": [],
342
+ "deprecated": null,
343
+ "componentName": "AgentRun",
344
+ "contentHash": "sha256:c3146241b4a048b7617f77af2610dc95b4efdee3a7aed03bb50522337ba04cac",
345
+ "structuralHash": "path:MHLVLHLVZ|path:MLZ",
346
+ "elementCount": 2,
347
+ "byteSize": 265,
348
+ "related": [
349
+ "agent",
350
+ "agent-pause",
351
+ "agent-thinking",
352
+ "agent-stop"
353
+ ],
354
+ "addedIn": "0.1.0",
355
+ "updatedIn": "0.1.0"
356
+ },
357
+ {
358
+ "slug": "agent-stop",
359
+ "category": "agents",
360
+ "subcategory": "lifecycle",
361
+ "name": "Agent Stop",
362
+ "description": "Halt an agent before it finishes",
363
+ "tags": [
364
+ "stop",
365
+ "halt",
366
+ "cancel",
367
+ "abort",
368
+ "terminate",
369
+ "kill"
370
+ ],
371
+ "aliases": [],
372
+ "keywords": [],
373
+ "contributors": [],
374
+ "deprecated": null,
375
+ "componentName": "AgentStop",
376
+ "contentHash": "sha256:332c17e3596c72e847ca7c0069097839578cb51b6893e7c80aad5a7cfea52e76",
377
+ "structuralHash": "path:MHLVLHLVZ|rect",
378
+ "elementCount": 2,
379
+ "byteSize": 278,
380
+ "related": [
381
+ "agent",
382
+ "agent-run",
383
+ "agent-thinking",
384
+ "agent-pause"
385
+ ],
386
+ "addedIn": "0.1.0",
387
+ "updatedIn": "0.1.0"
388
+ },
389
+ {
390
+ "slug": "agent-thinking",
391
+ "category": "agents",
392
+ "subcategory": "lifecycle",
393
+ "name": "Agent Thinking",
394
+ "description": "An agent reasoning before it acts",
395
+ "tags": [
396
+ "thinking",
397
+ "reasoning",
398
+ "processing",
399
+ "working",
400
+ "pending",
401
+ "deliberating"
402
+ ],
403
+ "aliases": [],
404
+ "keywords": [],
405
+ "contributors": [],
406
+ "deprecated": null,
407
+ "componentName": "AgentThinking",
408
+ "contentHash": "sha256:c935bb7dc5760fea16de973f866d32b62091939a831cffd2a75ec940143df9fa",
409
+ "structuralHash": "circle|circle|circle|path:MHLVLHLVZ",
410
+ "elementCount": 4,
411
+ "byteSize": 334,
412
+ "related": [
413
+ "agent",
414
+ "agent-run",
415
+ "agent-pause",
416
+ "agent-stop",
417
+ "context-window"
418
+ ],
419
+ "addedIn": "0.1.0",
420
+ "updatedIn": "0.1.0"
421
+ },
422
+ {
423
+ "slug": "benchmark",
424
+ "category": "ai",
425
+ "subcategory": "evaluation",
426
+ "name": "Benchmark",
427
+ "description": "A standard test models are ranked against",
428
+ "tags": [
429
+ "benchmark",
430
+ "ranking",
431
+ "leaderboard",
432
+ "compare",
433
+ "podium",
434
+ "score"
435
+ ],
436
+ "aliases": [],
437
+ "keywords": [],
438
+ "contributors": [],
439
+ "deprecated": null,
440
+ "componentName": "Benchmark",
441
+ "contentHash": "sha256:5eb26ed1e35b189c3e8f5e0662f4903e5205d7a47c0bee3e23106797d5973783",
442
+ "structuralHash": "path:MVHVHVHVZ",
443
+ "elementCount": 1,
444
+ "byteSize": 221,
445
+ "related": [],
446
+ "addedIn": "0.1.0",
447
+ "updatedIn": "0.1.0"
448
+ },
449
+ {
450
+ "slug": "chain-of-thought",
451
+ "category": "ai",
452
+ "subcategory": "prompt",
453
+ "name": "Chain of Thought",
454
+ "description": "Reasoning worked through one step at a time",
455
+ "tags": [
456
+ "chain of thought",
457
+ "reasoning",
458
+ "steps",
459
+ "cot",
460
+ "stepwise",
461
+ "deliberate"
462
+ ],
463
+ "aliases": [],
464
+ "keywords": [],
465
+ "contributors": [],
466
+ "deprecated": null,
467
+ "componentName": "ChainOfThought",
468
+ "contentHash": "sha256:4a532fc19374e330dc5c4e98d4beb80e2ed170b189bf1aaaab3baa2207fcbc26",
469
+ "structuralHash": "path:MHVHVHVH",
470
+ "elementCount": 1,
471
+ "byteSize": 221,
472
+ "related": [],
473
+ "addedIn": "0.1.0",
474
+ "updatedIn": "0.1.0"
475
+ },
476
+ {
477
+ "slug": "chunk",
478
+ "category": "rag",
479
+ "subcategory": "chunking",
480
+ "name": "Chunk",
481
+ "description": "One piece of a document, sized to fit a model",
482
+ "tags": [
483
+ "chunk",
484
+ "block",
485
+ "segment",
486
+ "passage",
487
+ "split",
488
+ "text block"
489
+ ],
490
+ "aliases": [],
491
+ "keywords": [],
492
+ "contributors": [],
493
+ "deprecated": null,
494
+ "componentName": "Chunk",
495
+ "contentHash": "sha256:d2812abb2e7e826cb44ec1ab5484c047d28db0ee9f8197304b3442341a6910fb",
496
+ "structuralHash": "path:MH|path:MH|rect",
497
+ "elementCount": 3,
498
+ "byteSize": 282,
499
+ "related": [],
500
+ "addedIn": "0.1.0",
501
+ "updatedIn": "0.1.0"
502
+ },
503
+ {
504
+ "slug": "chunk-overlap",
505
+ "category": "rag",
506
+ "subcategory": "chunking",
507
+ "name": "Chunk Overlap",
508
+ "description": "Content shared between two consecutive document chunks",
509
+ "tags": [
510
+ "chunk",
511
+ "overlap",
512
+ "intersection",
513
+ "sliding window",
514
+ "split",
515
+ "venn"
516
+ ],
517
+ "aliases": [],
518
+ "keywords": [],
519
+ "contributors": [],
520
+ "deprecated": null,
521
+ "componentName": "ChunkOverlap",
522
+ "contentHash": "sha256:8c71a1fa8a4bbcb2574d9d0aa9b3cbaf66750a5f5c9dddfc95a039b11d753bd7",
523
+ "structuralHash": "circle|circle",
524
+ "elementCount": 2,
525
+ "byteSize": 249,
526
+ "related": [],
527
+ "addedIn": "0.1.0",
528
+ "updatedIn": "0.1.0"
529
+ },
530
+ {
531
+ "slug": "context-window",
532
+ "category": "ai",
533
+ "subcategory": "context",
534
+ "name": "Context Window",
535
+ "description": "Span of tokens a model can see in a single call",
536
+ "tags": [
537
+ "context",
538
+ "window",
539
+ "scope",
540
+ "token limit",
541
+ "prompt",
542
+ "boundary"
543
+ ],
544
+ "aliases": [],
545
+ "keywords": [],
546
+ "contributors": [],
547
+ "deprecated": null,
548
+ "componentName": "ContextWindow",
549
+ "contentHash": "sha256:a15b88ff7a040acaf6bd48e1391012539b27e3a5333536a3bf40588da4835673",
550
+ "structuralHash": "circle|circle|path:MHAVAH|path:MHAVAH",
551
+ "elementCount": 4,
552
+ "byteSize": 357,
553
+ "related": [
554
+ "subtask",
555
+ "agent-thinking"
556
+ ],
557
+ "addedIn": "0.1.0",
558
+ "updatedIn": "0.1.0"
559
+ },
560
+ {
561
+ "slug": "dataset",
562
+ "category": "ai",
563
+ "subcategory": "training",
564
+ "name": "Dataset",
565
+ "description": "A collection of records used to train or evaluate",
566
+ "tags": [
567
+ "dataset",
568
+ "records",
569
+ "rows",
570
+ "corpus",
571
+ "samples",
572
+ "table"
573
+ ],
574
+ "aliases": [],
575
+ "keywords": [],
576
+ "contributors": [],
577
+ "deprecated": null,
578
+ "componentName": "Dataset",
579
+ "contentHash": "sha256:0b4a61cf961be5fc61125d19658a6d1b53d6efc0f03a552c902bb0d5d22cb179",
580
+ "structuralHash": "path:MH|path:MV|rect",
581
+ "elementCount": 3,
582
+ "byteSize": 275,
583
+ "related": [],
584
+ "addedIn": "0.1.0",
585
+ "updatedIn": "0.1.0"
586
+ },
587
+ {
588
+ "slug": "document",
589
+ "category": "rag",
590
+ "subcategory": "ingestion",
591
+ "name": "Document",
592
+ "description": "A source file fed into a pipeline",
593
+ "tags": [
594
+ "document",
595
+ "file",
596
+ "page",
597
+ "source",
598
+ "text",
599
+ "paper"
600
+ ],
601
+ "aliases": [],
602
+ "keywords": [],
603
+ "contributors": [],
604
+ "deprecated": null,
605
+ "componentName": "Document",
606
+ "contentHash": "sha256:36f49b7315e023ccadf6f8d867f4f058529651346ac0dc94543ff37a11b64873",
607
+ "structuralHash": "path:MHLVAHAVA|path:MVH",
608
+ "elementCount": 2,
609
+ "byteSize": 281,
610
+ "related": [],
611
+ "addedIn": "0.1.0",
612
+ "updatedIn": "0.1.0"
613
+ },
614
+ {
615
+ "slug": "embedding",
616
+ "category": "ai",
617
+ "subcategory": "embedding",
618
+ "name": "Embedding",
619
+ "description": "Text turned into a vector of numbers",
620
+ "tags": [
621
+ "embedding",
622
+ "vector",
623
+ "encode",
624
+ "representation",
625
+ "features",
626
+ "transform"
627
+ ],
628
+ "aliases": [],
629
+ "keywords": [],
630
+ "contributors": [],
631
+ "deprecated": null,
632
+ "componentName": "Embedding",
633
+ "contentHash": "sha256:53348386a8ec7a9599f71f9a5f5272bd0da1dc41c2234ec6597b3954b2370ccd",
634
+ "structuralHash": "circle|circle|circle|path:MH|rect",
635
+ "elementCount": 5,
636
+ "byteSize": 359,
637
+ "related": [],
638
+ "addedIn": "0.1.0",
639
+ "updatedIn": "0.1.0"
640
+ },
641
+ {
642
+ "slug": "evaluation",
643
+ "category": "ai",
644
+ "subcategory": "evaluation",
645
+ "name": "Evaluation",
646
+ "description": "Scoring model output against expected results",
647
+ "tags": [
648
+ "evaluation",
649
+ "eval",
650
+ "score",
651
+ "assess",
652
+ "check",
653
+ "grade"
654
+ ],
655
+ "aliases": [],
656
+ "keywords": [],
657
+ "contributors": [],
658
+ "deprecated": null,
659
+ "componentName": "Evaluation",
660
+ "contentHash": "sha256:a1fce4baedafbfe369dac971285d4d8b0894a715bef6964052e14c00953464d5",
661
+ "structuralHash": "path:MH|path:MH|path:ML|path:ML",
662
+ "elementCount": 4,
663
+ "byteSize": 287,
664
+ "related": [],
665
+ "addedIn": "0.1.0",
666
+ "updatedIn": "0.1.0"
667
+ },
668
+ {
669
+ "slug": "fine-tuning",
670
+ "category": "ai",
671
+ "subcategory": "training",
672
+ "name": "Fine Tuning",
673
+ "description": "Adapting a trained model to a narrower task",
674
+ "tags": [
675
+ "fine tuning",
676
+ "adapt",
677
+ "tune",
678
+ "adjust",
679
+ "specialise",
680
+ "lora"
681
+ ],
682
+ "aliases": [],
683
+ "keywords": [],
684
+ "contributors": [],
685
+ "deprecated": null,
686
+ "componentName": "FineTuning",
687
+ "contentHash": "sha256:eeb4831cc471c2bc3a6eda97b23efb3c341a11a5a029f17a12771cffad604be2",
688
+ "structuralHash": "circle|path:MH|path:MVLLVZ",
689
+ "elementCount": 3,
690
+ "byteSize": 291,
691
+ "related": [],
692
+ "addedIn": "0.1.0",
693
+ "updatedIn": "0.1.0"
694
+ },
695
+ {
696
+ "slug": "function-call",
697
+ "category": "agents",
698
+ "subcategory": "tool-use",
699
+ "name": "Function Call",
700
+ "description": "Structured function invocation emitted by a model",
701
+ "tags": [
702
+ "function",
703
+ "call",
704
+ "invoke",
705
+ "parentheses",
706
+ "arguments",
707
+ "tool use"
708
+ ],
709
+ "aliases": [],
710
+ "keywords": [],
711
+ "contributors": [],
712
+ "deprecated": null,
713
+ "componentName": "FunctionCall",
714
+ "contentHash": "sha256:fb31383551ba6cc9ae747afec982f5c5d054ce951a2ead7639a02bfe085794e8",
715
+ "structuralHash": "circle|path:MA|path:MA",
716
+ "elementCount": 3,
717
+ "byteSize": 289,
718
+ "related": [
719
+ "guardrail"
720
+ ],
721
+ "addedIn": "0.1.0",
722
+ "updatedIn": "0.1.0"
723
+ },
724
+ {
725
+ "slug": "goal",
726
+ "category": "agents",
727
+ "subcategory": "planning",
728
+ "name": "Goal",
729
+ "description": "The outcome an agent is working toward",
730
+ "tags": [
731
+ "goal",
732
+ "objective",
733
+ "target",
734
+ "flag",
735
+ "milestone",
736
+ "intent"
737
+ ],
738
+ "aliases": [],
739
+ "keywords": [],
740
+ "contributors": [],
741
+ "deprecated": null,
742
+ "componentName": "Goal",
743
+ "contentHash": "sha256:791bd9e08aec2350df93b6f5ab8b2b20d1f1258984b46250a7ab7e2d699c7c91",
744
+ "structuralHash": "path:MHLH|path:MV",
745
+ "elementCount": 2,
746
+ "byteSize": 237,
747
+ "related": [],
748
+ "addedIn": "0.1.0",
749
+ "updatedIn": "0.1.0"
750
+ },
751
+ {
752
+ "slug": "guardrail",
753
+ "category": "ai",
754
+ "subcategory": "safety",
755
+ "name": "Guardrail",
756
+ "description": "A constraint that blocks unsafe model output",
757
+ "tags": [
758
+ "guardrail",
759
+ "safety",
760
+ "block",
761
+ "constraint",
762
+ "shield",
763
+ "policy"
764
+ ],
765
+ "aliases": [],
766
+ "keywords": [],
767
+ "contributors": [],
768
+ "deprecated": null,
769
+ "componentName": "Guardrail",
770
+ "contentHash": "sha256:af141c380672daef8416fdb498bc300720afd1b7202344be85d2ff102621493f",
771
+ "structuralHash": "path:MH|path:MVCVZ",
772
+ "elementCount": 2,
773
+ "byteSize": 272,
774
+ "related": [
775
+ "model",
776
+ "training",
777
+ "llm",
778
+ "function-call"
779
+ ],
780
+ "addedIn": "0.1.0",
781
+ "updatedIn": "0.1.0"
782
+ },
783
+ {
784
+ "slug": "human-approval",
785
+ "category": "agents",
786
+ "subcategory": "communication",
787
+ "name": "Human Approval",
788
+ "description": "A person signing off before an agent proceeds",
789
+ "tags": [
790
+ "approval",
791
+ "human in the loop",
792
+ "sign off",
793
+ "confirm",
794
+ "review",
795
+ "consent"
796
+ ],
797
+ "aliases": [],
798
+ "keywords": [],
799
+ "contributors": [],
800
+ "deprecated": null,
801
+ "componentName": "HumanApproval",
802
+ "contentHash": "sha256:97eb881c18c4c7bce022c8ec9e20ebc3046f9557394620f4139ef19b44ccbe28",
803
+ "structuralHash": "circle|path:MA|path:ML",
804
+ "elementCount": 3,
805
+ "byteSize": 287,
806
+ "related": [],
807
+ "addedIn": "0.1.0",
808
+ "updatedIn": "0.1.0"
809
+ },
810
+ {
811
+ "slug": "inference",
812
+ "category": "ai",
813
+ "subcategory": "inference",
814
+ "name": "Inference",
815
+ "description": "Running input through a model to get output",
816
+ "tags": [
817
+ "inference",
818
+ "predict",
819
+ "forward pass",
820
+ "run",
821
+ "serve",
822
+ "throughput"
823
+ ],
824
+ "aliases": [],
825
+ "keywords": [],
826
+ "contributors": [],
827
+ "deprecated": null,
828
+ "componentName": "Inference",
829
+ "contentHash": "sha256:dbbb406bdce0de386964ff39c2900d6e6309a3e7b29ac01daa2f9fd028dfc8df",
830
+ "structuralHash": "path:MH|path:MH|path:MVLVZ",
831
+ "elementCount": 3,
832
+ "byteSize": 276,
833
+ "related": [
834
+ "tokenizer"
835
+ ],
836
+ "addedIn": "0.1.0",
837
+ "updatedIn": "0.1.0"
838
+ },
839
+ {
840
+ "slug": "knowledge-base",
841
+ "category": "rag",
842
+ "subcategory": "knowledge",
843
+ "name": "Knowledge Base",
844
+ "description": "Curated body of documents a system can draw on",
845
+ "tags": [
846
+ "knowledge",
847
+ "book",
848
+ "reference",
849
+ "corpus",
850
+ "docs",
851
+ "library"
852
+ ],
853
+ "aliases": [
854
+ "kb"
855
+ ],
856
+ "keywords": [],
857
+ "contributors": [],
858
+ "deprecated": null,
859
+ "componentName": "KnowledgeBase",
860
+ "contentHash": "sha256:c932b54d257b06f0d2b4fbc8fd196b62bea41433bca4cdd0e866ffdb8483f783",
861
+ "structuralHash": "path:MV|path:MVL|path:MVL",
862
+ "elementCount": 3,
863
+ "byteSize": 265,
864
+ "related": [],
865
+ "addedIn": "0.1.0",
866
+ "updatedIn": "0.1.0"
867
+ },
868
+ {
869
+ "slug": "llm",
870
+ "category": "ai",
871
+ "subcategory": "model",
872
+ "name": "LLM",
873
+ "description": "A large language model",
874
+ "tags": [
875
+ "llm",
876
+ "language model",
877
+ "text",
878
+ "generative",
879
+ "transformer",
880
+ "chat"
881
+ ],
882
+ "aliases": [
883
+ "large-language-model"
884
+ ],
885
+ "keywords": [],
886
+ "contributors": [],
887
+ "deprecated": null,
888
+ "componentName": "Llm",
889
+ "contentHash": "sha256:973dea8f2c54963995948ef1bc664c1f0a0f0091a375b02e226974754dcc2722",
890
+ "structuralHash": "path:MH|path:MH|path:MVLVZ",
891
+ "elementCount": 3,
892
+ "byteSize": 264,
893
+ "related": [
894
+ "model",
895
+ "training",
896
+ "guardrail"
897
+ ],
898
+ "addedIn": "0.1.0",
899
+ "updatedIn": "0.1.0"
900
+ },
901
+ {
902
+ "slug": "mcp-capability",
903
+ "category": "mcp",
904
+ "subcategory": "transport",
905
+ "name": "MCP Capability",
906
+ "description": "What a server declares it can do during handshake",
907
+ "tags": [
908
+ "capability",
909
+ "negotiate",
910
+ "declare",
911
+ "support",
912
+ "feature",
913
+ "handshake"
914
+ ],
915
+ "aliases": [],
916
+ "keywords": [],
917
+ "contributors": [],
918
+ "deprecated": null,
919
+ "componentName": "McpCapability",
920
+ "contentHash": "sha256:57ee94f8a4e07fae9256ad91d62b463f72f3c07db17007f7c342195be359c068",
921
+ "structuralHash": "path:M|path:M|path:MH|rect",
922
+ "elementCount": 4,
923
+ "byteSize": 315,
924
+ "related": [
925
+ "mcp-resource"
926
+ ],
927
+ "addedIn": "0.1.0",
928
+ "updatedIn": "0.1.0"
929
+ },
930
+ {
931
+ "slug": "mcp-client",
932
+ "category": "mcp",
933
+ "subcategory": "client",
934
+ "name": "MCP Client",
935
+ "description": "An application that consumes what MCP servers expose",
936
+ "tags": [
937
+ "client",
938
+ "consumer",
939
+ "host",
940
+ "connect",
941
+ "caller",
942
+ "application"
943
+ ],
944
+ "aliases": [],
945
+ "keywords": [],
946
+ "contributors": [],
947
+ "deprecated": null,
948
+ "componentName": "McpClient",
949
+ "contentHash": "sha256:ba18b62cc80ac70c6059ccc7828e0e5dc3153029a6247d8b83309f98d250c3ee",
950
+ "structuralHash": "path:MH|path:MH|path:MH|rect",
951
+ "elementCount": 4,
952
+ "byteSize": 293,
953
+ "related": [
954
+ "mcp-tool"
955
+ ],
956
+ "addedIn": "0.1.0",
957
+ "updatedIn": "0.1.0"
958
+ },
959
+ {
960
+ "slug": "mcp-config",
961
+ "category": "mcp",
962
+ "subcategory": "registry",
963
+ "name": "MCP Config",
964
+ "description": "Settings that tell a client which servers to run",
965
+ "tags": [
966
+ "config",
967
+ "settings",
968
+ "setup",
969
+ "options",
970
+ "manifest",
971
+ "preferences"
972
+ ],
973
+ "aliases": [],
974
+ "keywords": [],
975
+ "contributors": [],
976
+ "deprecated": null,
977
+ "componentName": "McpConfig",
978
+ "contentHash": "sha256:32b4872f41c36125d391c379af976fe510c66032b53b73828a068ef335799246",
979
+ "structuralHash": "circle|circle|path:MH|path:MH|path:MH",
980
+ "elementCount": 5,
981
+ "byteSize": 307,
982
+ "related": [
983
+ "token"
984
+ ],
985
+ "addedIn": "0.1.0",
986
+ "updatedIn": "0.1.0"
987
+ },
988
+ {
989
+ "slug": "mcp-connection",
990
+ "category": "mcp",
991
+ "subcategory": "client",
992
+ "name": "MCP Connection",
993
+ "description": "An open link between a client and a server",
994
+ "tags": [
995
+ "connection",
996
+ "link",
997
+ "session",
998
+ "connected",
999
+ "channel",
1000
+ "port"
1001
+ ],
1002
+ "aliases": [],
1003
+ "keywords": [],
1004
+ "contributors": [],
1005
+ "deprecated": null,
1006
+ "componentName": "McpConnection",
1007
+ "contentHash": "sha256:6ef058abd716f3e17d45578ef318a4357b374295f454efe940d2df822875745a",
1008
+ "structuralHash": "path:MH|rect|rect",
1009
+ "elementCount": 3,
1010
+ "byteSize": 302,
1011
+ "related": [
1012
+ "token"
1013
+ ],
1014
+ "addedIn": "0.1.0",
1015
+ "updatedIn": "0.1.0"
1016
+ },
1017
+ {
1018
+ "slug": "mcp-prompt",
1019
+ "category": "mcp",
1020
+ "subcategory": "prompt",
1021
+ "name": "MCP Prompt",
1022
+ "description": "A reusable prompt template an MCP server exposes",
1023
+ "tags": [
1024
+ "prompt",
1025
+ "template",
1026
+ "reusable",
1027
+ "expose",
1028
+ "message",
1029
+ "preset"
1030
+ ],
1031
+ "aliases": [],
1032
+ "keywords": [],
1033
+ "contributors": [],
1034
+ "deprecated": null,
1035
+ "componentName": "McpPrompt",
1036
+ "contentHash": "sha256:ff2bd78da460cdaf1058ef5e3b97bfc5bf0cc8e5f2d5d711112a51af05506483",
1037
+ "structuralHash": "path:MH|path:MHLVLHLVLVZ",
1038
+ "elementCount": 2,
1039
+ "byteSize": 256,
1040
+ "related": [],
1041
+ "addedIn": "0.1.0",
1042
+ "updatedIn": "0.1.0"
1043
+ },
1044
+ {
1045
+ "slug": "mcp-resource",
1046
+ "category": "mcp",
1047
+ "subcategory": "resource",
1048
+ "name": "MCP Resource",
1049
+ "description": "Data an MCP server exposes for clients to read",
1050
+ "tags": [
1051
+ "resource",
1052
+ "document",
1053
+ "expose",
1054
+ "read",
1055
+ "context source",
1056
+ "uri"
1057
+ ],
1058
+ "aliases": [],
1059
+ "keywords": [],
1060
+ "contributors": [],
1061
+ "deprecated": null,
1062
+ "componentName": "McpResource",
1063
+ "contentHash": "sha256:5981fa56d151c2f0089cfbaa1beed2cca7d338165777f8b3202abaedc050fd45",
1064
+ "structuralHash": "path:MH|path:MH|path:MH|rect",
1065
+ "elementCount": 4,
1066
+ "byteSize": 303,
1067
+ "related": [
1068
+ "mcp-capability"
1069
+ ],
1070
+ "addedIn": "0.1.0",
1071
+ "updatedIn": "0.1.0"
1072
+ },
1073
+ {
1074
+ "slug": "mcp-server",
1075
+ "category": "mcp",
1076
+ "subcategory": "server",
1077
+ "name": "MCP Server",
1078
+ "description": "A server that exposes resources, tools, and prompts over MCP",
1079
+ "tags": [
1080
+ "server",
1081
+ "host",
1082
+ "expose",
1083
+ "endpoint",
1084
+ "provider",
1085
+ "protocol"
1086
+ ],
1087
+ "aliases": [],
1088
+ "keywords": [],
1089
+ "contributors": [],
1090
+ "deprecated": null,
1091
+ "componentName": "McpServer",
1092
+ "contentHash": "sha256:aea92db44c15e7b13caad99f1752847fb5c22ea181d6eaa4cf8e5c229faee5bd",
1093
+ "structuralHash": "path:MH|path:MH|path:MH|rect",
1094
+ "elementCount": 4,
1095
+ "byteSize": 296,
1096
+ "related": [],
1097
+ "addedIn": "0.1.0",
1098
+ "updatedIn": "0.1.0"
1099
+ },
1100
+ {
1101
+ "slug": "mcp-tool",
1102
+ "category": "mcp",
1103
+ "subcategory": "tool",
1104
+ "name": "MCP Tool",
1105
+ "description": "Capability an MCP server exposes for clients to invoke",
1106
+ "tags": [
1107
+ "tool",
1108
+ "capability",
1109
+ "plugin",
1110
+ "puzzle",
1111
+ "extension",
1112
+ "invoke"
1113
+ ],
1114
+ "aliases": [],
1115
+ "keywords": [],
1116
+ "contributors": [],
1117
+ "deprecated": null,
1118
+ "componentName": "McpTool",
1119
+ "contentHash": "sha256:258fe85e4557a7d7b304cad08c27eb676d369cb0bc66b07191da8d6633babcf1",
1120
+ "structuralHash": "path:MVHVAVHAZ",
1121
+ "elementCount": 1,
1122
+ "byteSize": 246,
1123
+ "related": [
1124
+ "mcp-tool-call",
1125
+ "mcp-client"
1126
+ ],
1127
+ "addedIn": "0.1.0",
1128
+ "updatedIn": "0.1.0"
1129
+ },
1130
+ {
1131
+ "slug": "mcp-tool-call",
1132
+ "category": "mcp",
1133
+ "subcategory": "tool",
1134
+ "name": "MCP Tool Call",
1135
+ "description": "Invoking a tool an MCP server exposes",
1136
+ "tags": [
1137
+ "tool call",
1138
+ "invoke",
1139
+ "execute",
1140
+ "run",
1141
+ "request",
1142
+ "dispatch"
1143
+ ],
1144
+ "aliases": [],
1145
+ "keywords": [],
1146
+ "contributors": [],
1147
+ "deprecated": null,
1148
+ "componentName": "McpToolCall",
1149
+ "contentHash": "sha256:73d4e6f7a4c629dc577a45d06b9177abcc657ad5eca2cbf64fb630efc6801ad8",
1150
+ "structuralHash": "path:MVHVAVHAZ|path:MZ",
1151
+ "elementCount": 2,
1152
+ "byteSize": 272,
1153
+ "related": [
1154
+ "mcp-tool"
1155
+ ],
1156
+ "addedIn": "0.1.0",
1157
+ "updatedIn": "0.1.0"
1158
+ },
1159
+ {
1160
+ "slug": "memory",
1161
+ "category": "agents",
1162
+ "subcategory": "memory",
1163
+ "name": "Memory",
1164
+ "description": "Memory an agent writes to and reads back",
1165
+ "tags": [
1166
+ "memory",
1167
+ "recall",
1168
+ "state",
1169
+ "store",
1170
+ "remember",
1171
+ "cells"
1172
+ ],
1173
+ "aliases": [],
1174
+ "keywords": [],
1175
+ "contributors": [],
1176
+ "deprecated": null,
1177
+ "componentName": "Memory",
1178
+ "contentHash": "sha256:82f75d4f980dfed62d1a24b1b9ba5a94833b96232be3a565832a38b0ffbc905a",
1179
+ "structuralHash": "path:MV|path:MV|path:MV|rect",
1180
+ "elementCount": 4,
1181
+ "byteSize": 303,
1182
+ "related": [],
1183
+ "addedIn": "0.1.0",
1184
+ "updatedIn": "0.1.0"
1185
+ },
1186
+ {
1187
+ "slug": "model",
1188
+ "category": "ai",
1189
+ "subcategory": "model",
1190
+ "name": "Model",
1191
+ "description": "A machine learning model that turns input into output",
1192
+ "tags": [
1193
+ "model",
1194
+ "ml",
1195
+ "neural network",
1196
+ "weights",
1197
+ "component",
1198
+ "inference"
1199
+ ],
1200
+ "aliases": [],
1201
+ "keywords": [],
1202
+ "contributors": [],
1203
+ "deprecated": null,
1204
+ "componentName": "Model",
1205
+ "contentHash": "sha256:cf3de81aa4302f3057be7677ab6d603b5995ce3d887e1eede1c074ac0449b200",
1206
+ "structuralHash": "path:MVLVZ",
1207
+ "elementCount": 1,
1208
+ "byteSize": 224,
1209
+ "related": [
1210
+ "llm",
1211
+ "training",
1212
+ "guardrail"
1213
+ ],
1214
+ "addedIn": "0.1.0",
1215
+ "updatedIn": "0.1.0"
1216
+ },
1217
+ {
1218
+ "slug": "multi-agent",
1219
+ "category": "agents",
1220
+ "subcategory": "multi-agent",
1221
+ "name": "Multi Agent",
1222
+ "description": "Several agents working on the same task",
1223
+ "tags": [
1224
+ "multi agent",
1225
+ "team",
1226
+ "swarm",
1227
+ "group",
1228
+ "cluster",
1229
+ "crew"
1230
+ ],
1231
+ "aliases": [],
1232
+ "keywords": [],
1233
+ "contributors": [],
1234
+ "deprecated": null,
1235
+ "componentName": "MultiAgent",
1236
+ "contentHash": "sha256:850573f4dc92522a8aa741d751a4c19ba74a0a43cec6c13c2fff2d5fe480b74b",
1237
+ "structuralHash": "path:MHLVLHLVZ|path:MHLVLHLVZ|path:MHLVLHLVZ",
1238
+ "elementCount": 3,
1239
+ "byteSize": 338,
1240
+ "related": [],
1241
+ "addedIn": "0.1.0",
1242
+ "updatedIn": "0.1.0"
1243
+ },
1244
+ {
1245
+ "slug": "multimodal",
1246
+ "category": "ai",
1247
+ "subcategory": "multimodal",
1248
+ "name": "Multimodal",
1249
+ "description": "A model that takes more than one kind of input",
1250
+ "tags": [
1251
+ "multimodal",
1252
+ "vision",
1253
+ "audio",
1254
+ "mixed input",
1255
+ "cross modal",
1256
+ "fusion"
1257
+ ],
1258
+ "aliases": [],
1259
+ "keywords": [],
1260
+ "contributors": [],
1261
+ "deprecated": null,
1262
+ "componentName": "Multimodal",
1263
+ "contentHash": "sha256:37a7e0d49c9c6b14edaed5fb9cec750763883f6e2562eee54a260bec94dafb50",
1264
+ "structuralHash": "circle|path:MVLVZ|rect",
1265
+ "elementCount": 3,
1266
+ "byteSize": 300,
1267
+ "related": [],
1268
+ "addedIn": "0.1.0",
1269
+ "updatedIn": "0.1.0"
1270
+ },
1271
+ {
1272
+ "slug": "plan",
1273
+ "category": "agents",
1274
+ "subcategory": "planning",
1275
+ "name": "Plan",
1276
+ "description": "An ordered set of steps an agent intends to take",
1277
+ "tags": [
1278
+ "plan",
1279
+ "steps",
1280
+ "checklist",
1281
+ "todo",
1282
+ "sequence",
1283
+ "tasks"
1284
+ ],
1285
+ "aliases": [],
1286
+ "keywords": [],
1287
+ "contributors": [],
1288
+ "deprecated": null,
1289
+ "componentName": "Plan",
1290
+ "contentHash": "sha256:c2f4f80cd42b04927090decb8809a12d8a07f12f5b8e7088b7aa696080477156",
1291
+ "structuralHash": "path:MH|path:MH|path:MH|rect|rect|rect",
1292
+ "elementCount": 6,
1293
+ "byteSize": 396,
1294
+ "related": [],
1295
+ "addedIn": "0.1.0",
1296
+ "updatedIn": "0.1.0"
1297
+ },
1298
+ {
1299
+ "slug": "prompt",
1300
+ "category": "ai",
1301
+ "subcategory": "prompt",
1302
+ "name": "Prompt",
1303
+ "description": "An instruction sent to a model",
1304
+ "tags": [
1305
+ "prompt",
1306
+ "instruction",
1307
+ "input",
1308
+ "query",
1309
+ "command",
1310
+ "ask"
1311
+ ],
1312
+ "aliases": [],
1313
+ "keywords": [],
1314
+ "contributors": [],
1315
+ "deprecated": null,
1316
+ "componentName": "Prompt",
1317
+ "contentHash": "sha256:94a53d183366de5842ca9d7b56fa27268d7ef86af10e1be47f456bb1ac52f019",
1318
+ "structuralHash": "path:M|path:MHLVLHLVHLVZ",
1319
+ "elementCount": 2,
1320
+ "byteSize": 266,
1321
+ "related": [],
1322
+ "addedIn": "0.1.0",
1323
+ "updatedIn": "0.1.0"
1324
+ },
1325
+ {
1326
+ "slug": "reflection",
1327
+ "category": "agents",
1328
+ "subcategory": "reflection",
1329
+ "name": "Reflection",
1330
+ "description": "An agent reviewing its own output before continuing",
1331
+ "tags": [
1332
+ "reflection",
1333
+ "self review",
1334
+ "critique",
1335
+ "introspection",
1336
+ "mirror",
1337
+ "check"
1338
+ ],
1339
+ "aliases": [],
1340
+ "keywords": [],
1341
+ "contributors": [],
1342
+ "deprecated": null,
1343
+ "componentName": "Reflection",
1344
+ "contentHash": "sha256:fbd0df7a39414d376c45d33f2ec82bae9df85298d408aff05eeb4ed3dae29fe2",
1345
+ "structuralHash": "circle|path:MA|path:MH",
1346
+ "elementCount": 3,
1347
+ "byteSize": 270,
1348
+ "related": [],
1349
+ "addedIn": "0.1.0",
1350
+ "updatedIn": "0.1.0"
1351
+ },
1352
+ {
1353
+ "slug": "reranker",
1354
+ "category": "rag",
1355
+ "subcategory": "ranking",
1356
+ "name": "Reranker",
1357
+ "description": "Model that reorders search results by relevance",
1358
+ "tags": [
1359
+ "rerank",
1360
+ "reorder",
1361
+ "relevance",
1362
+ "ranking",
1363
+ "promote",
1364
+ "cross encoder"
1365
+ ],
1366
+ "aliases": [],
1367
+ "keywords": [],
1368
+ "contributors": [],
1369
+ "deprecated": null,
1370
+ "componentName": "Reranker",
1371
+ "contentHash": "sha256:9ddf9a320bef45d9bdc98a5cfb6e0f7a16465170257c150d1516678b75fd8e22",
1372
+ "structuralHash": "path:M|path:MH|path:MH|path:MH|path:MV",
1373
+ "elementCount": 5,
1374
+ "byteSize": 297,
1375
+ "related": [
1376
+ "tokenizer"
1377
+ ],
1378
+ "addedIn": "0.1.0",
1379
+ "updatedIn": "0.1.0"
1380
+ },
1381
+ {
1382
+ "slug": "retriever",
1383
+ "category": "rag",
1384
+ "subcategory": "retrieval",
1385
+ "name": "Retriever",
1386
+ "description": "Component that pulls relevant documents from a store",
1387
+ "tags": [
1388
+ "retriever",
1389
+ "pull",
1390
+ "fetch",
1391
+ "attract",
1392
+ "magnet",
1393
+ "relevant"
1394
+ ],
1395
+ "aliases": [],
1396
+ "keywords": [],
1397
+ "contributors": [],
1398
+ "deprecated": null,
1399
+ "componentName": "Retriever",
1400
+ "contentHash": "sha256:1cfa2f4ef96aa82c287273707905589c5b11c6165605802944abc67c512c8498",
1401
+ "structuralHash": "path:MH|path:MH|path:MVAV",
1402
+ "elementCount": 3,
1403
+ "byteSize": 262,
1404
+ "related": [],
1405
+ "addedIn": "0.1.0",
1406
+ "updatedIn": "0.1.0"
1407
+ },
1408
+ {
1409
+ "slug": "semantic-search",
1410
+ "category": "rag",
1411
+ "subcategory": "retrieval",
1412
+ "name": "Semantic Search",
1413
+ "description": "Finding results by meaning rather than exact words",
1414
+ "tags": [
1415
+ "semantic search",
1416
+ "meaning",
1417
+ "similarity",
1418
+ "nearest",
1419
+ "lookup",
1420
+ "embedding search"
1421
+ ],
1422
+ "aliases": [],
1423
+ "keywords": [],
1424
+ "contributors": [],
1425
+ "deprecated": null,
1426
+ "componentName": "SemanticSearch",
1427
+ "contentHash": "sha256:1e3ebf74775f5901448b013c841f8eccb483fe14451e1630c0e52a0d3d0c4530",
1428
+ "structuralHash": "circle|circle|circle|path:M",
1429
+ "elementCount": 4,
1430
+ "byteSize": 310,
1431
+ "related": [],
1432
+ "addedIn": "0.1.0",
1433
+ "updatedIn": "0.1.0"
1434
+ },
1435
+ {
1436
+ "slug": "source-citation",
1437
+ "category": "rag",
1438
+ "subcategory": "grounding",
1439
+ "name": "Source Citation",
1440
+ "description": "A pointer back to where an answer came from",
1441
+ "tags": [
1442
+ "citation",
1443
+ "quote",
1444
+ "source",
1445
+ "reference",
1446
+ "attribution",
1447
+ "provenance"
1448
+ ],
1449
+ "aliases": [],
1450
+ "keywords": [],
1451
+ "contributors": [],
1452
+ "deprecated": null,
1453
+ "componentName": "SourceCitation",
1454
+ "contentHash": "sha256:143b8edd8e5b83098f34300b20a792028b8893bb9bf0c1d60370ce5c9811e4ff",
1455
+ "structuralHash": "path:MVAHVAZ|path:MVAHVAZ",
1456
+ "elementCount": 2,
1457
+ "byteSize": 293,
1458
+ "related": [
1459
+ "token"
1460
+ ],
1461
+ "addedIn": "0.1.0",
1462
+ "updatedIn": "0.1.0"
1463
+ },
1464
+ {
1465
+ "slug": "subtask",
1466
+ "category": "agents",
1467
+ "subcategory": "planning",
1468
+ "name": "Subtask",
1469
+ "description": "A smaller piece of work nested inside a larger one",
1470
+ "tags": [
1471
+ "subtask",
1472
+ "nested",
1473
+ "child",
1474
+ "breakdown",
1475
+ "sub step",
1476
+ "decompose"
1477
+ ],
1478
+ "aliases": [],
1479
+ "keywords": [],
1480
+ "contributors": [],
1481
+ "deprecated": null,
1482
+ "componentName": "Subtask",
1483
+ "contentHash": "sha256:37b109b2e402191cb5398d888a0039e8fb6513de93626ad60fdd53ff90232612",
1484
+ "structuralHash": "rect|rect",
1485
+ "elementCount": 2,
1486
+ "byteSize": 286,
1487
+ "related": [
1488
+ "context-window"
1489
+ ],
1490
+ "addedIn": "0.1.0",
1491
+ "updatedIn": "0.1.0"
1492
+ },
1493
+ {
1494
+ "slug": "system-prompt",
1495
+ "category": "ai",
1496
+ "subcategory": "prompt",
1497
+ "name": "System Prompt",
1498
+ "description": "Standing instructions that sit above the conversation",
1499
+ "tags": [
1500
+ "system prompt",
1501
+ "instruction",
1502
+ "role",
1503
+ "preamble",
1504
+ "persona",
1505
+ "rules"
1506
+ ],
1507
+ "aliases": [],
1508
+ "keywords": [],
1509
+ "contributors": [],
1510
+ "deprecated": null,
1511
+ "componentName": "SystemPrompt",
1512
+ "contentHash": "sha256:12c7c7a064c163b60a5ea37f00d0fa17206a45497dddc16945cdc121f5ce93db",
1513
+ "structuralHash": "path:M|path:MH|path:MHLVLHLVHLVZ",
1514
+ "elementCount": 3,
1515
+ "byteSize": 287,
1516
+ "related": [],
1517
+ "addedIn": "0.1.0",
1518
+ "updatedIn": "0.1.0"
1519
+ },
1520
+ {
1521
+ "slug": "temperature",
1522
+ "category": "ai",
1523
+ "subcategory": "inference",
1524
+ "name": "Temperature",
1525
+ "description": "How much randomness a model allows in its output",
1526
+ "tags": [
1527
+ "temperature",
1528
+ "randomness",
1529
+ "sampling",
1530
+ "creativity",
1531
+ "variance",
1532
+ "parameter"
1533
+ ],
1534
+ "aliases": [],
1535
+ "keywords": [],
1536
+ "contributors": [],
1537
+ "deprecated": null,
1538
+ "componentName": "Temperature",
1539
+ "contentHash": "sha256:655f4b39d5717f955718d815ad43fba09ba8a4d0f7ad1a3b5ed08313fe57e9f9",
1540
+ "structuralHash": "path:MV|path:MVAVA",
1541
+ "elementCount": 2,
1542
+ "byteSize": 262,
1543
+ "related": [],
1544
+ "addedIn": "0.1.0",
1545
+ "updatedIn": "0.1.0"
1546
+ },
1547
+ {
1548
+ "slug": "token",
1549
+ "category": "ai",
1550
+ "subcategory": "token",
1551
+ "name": "Token",
1552
+ "description": "Continuous text split into discrete units",
1553
+ "tags": [
1554
+ "token",
1555
+ "split",
1556
+ "unit",
1557
+ "text",
1558
+ "segment",
1559
+ "tokenize"
1560
+ ],
1561
+ "aliases": [],
1562
+ "keywords": [],
1563
+ "contributors": [],
1564
+ "deprecated": null,
1565
+ "componentName": "Token",
1566
+ "contentHash": "sha256:662af51c91436cb0332dca87485f194e610030fbe3be621bf287fdf0b36c6ace",
1567
+ "structuralHash": "path:MH|path:MH|path:MH|path:MH",
1568
+ "elementCount": 4,
1569
+ "byteSize": 267,
1570
+ "related": [
1571
+ "mcp-config",
1572
+ "mcp-connection",
1573
+ "source-citation"
1574
+ ],
1575
+ "addedIn": "0.1.0",
1576
+ "updatedIn": "0.1.0"
1577
+ },
1578
+ {
1579
+ "slug": "tokenizer",
1580
+ "category": "ai",
1581
+ "subcategory": "token",
1582
+ "name": "Tokenizer",
1583
+ "description": "The component that splits text into tokens",
1584
+ "tags": [
1585
+ "tokenizer",
1586
+ "split",
1587
+ "encode",
1588
+ "segment",
1589
+ "parse",
1590
+ "fan out"
1591
+ ],
1592
+ "aliases": [],
1593
+ "keywords": [],
1594
+ "contributors": [],
1595
+ "deprecated": null,
1596
+ "componentName": "Tokenizer",
1597
+ "contentHash": "sha256:ffc7c34f4275db1e5801941099519c6dda385f1a762f52d23c878950767d85c9",
1598
+ "structuralHash": "path:MH|path:MH|path:MH|path:MH|path:MV",
1599
+ "elementCount": 5,
1600
+ "byteSize": 285,
1601
+ "related": [
1602
+ "reranker",
1603
+ "inference"
1604
+ ],
1605
+ "addedIn": "0.1.0",
1606
+ "updatedIn": "0.1.0"
1607
+ },
1608
+ {
1609
+ "slug": "training",
1610
+ "category": "ai",
1611
+ "subcategory": "training",
1612
+ "name": "Training",
1613
+ "description": "Teaching a model from data until it improves",
1614
+ "tags": [
1615
+ "training",
1616
+ "learn",
1617
+ "fit",
1618
+ "improve",
1619
+ "epoch",
1620
+ "optimise"
1621
+ ],
1622
+ "aliases": [],
1623
+ "keywords": [],
1624
+ "contributors": [],
1625
+ "deprecated": null,
1626
+ "componentName": "Training",
1627
+ "contentHash": "sha256:f00d230f5ef815b4ffe085c7dd0a21e04791bdcff7573b6a1c601c6c816739b6",
1628
+ "structuralHash": "path:ML|path:MVLVZ",
1629
+ "elementCount": 2,
1630
+ "byteSize": 259,
1631
+ "related": [
1632
+ "model",
1633
+ "llm",
1634
+ "guardrail"
1635
+ ],
1636
+ "addedIn": "0.1.0",
1637
+ "updatedIn": "0.1.0"
1638
+ },
1639
+ {
1640
+ "slug": "vector",
1641
+ "category": "ai",
1642
+ "subcategory": "embedding",
1643
+ "name": "Vector",
1644
+ "description": "An ordered list of numbers representing meaning",
1645
+ "tags": [
1646
+ "vector",
1647
+ "array",
1648
+ "column",
1649
+ "numbers",
1650
+ "coordinates",
1651
+ "features"
1652
+ ],
1653
+ "aliases": [],
1654
+ "keywords": [],
1655
+ "contributors": [],
1656
+ "deprecated": null,
1657
+ "componentName": "Vector",
1658
+ "contentHash": "sha256:6625688041e799a19a7bd66e84fa2d0b2ae48da900c76ddd652ff7dd5453a38b",
1659
+ "structuralHash": "circle|circle|circle|path:MHVH|path:MHVH",
1660
+ "elementCount": 5,
1661
+ "byteSize": 334,
1662
+ "related": [],
1663
+ "addedIn": "0.1.0",
1664
+ "updatedIn": "0.1.0"
1665
+ },
1666
+ {
1667
+ "slug": "vector-database",
1668
+ "category": "rag",
1669
+ "subcategory": "vector",
1670
+ "name": "Vector Database",
1671
+ "description": "Database for storing and searching vectors",
1672
+ "tags": [
1673
+ "vector",
1674
+ "database",
1675
+ "store",
1676
+ "embedding",
1677
+ "index",
1678
+ "similarity"
1679
+ ],
1680
+ "aliases": [
1681
+ "vector-store"
1682
+ ],
1683
+ "keywords": [],
1684
+ "contributors": [],
1685
+ "deprecated": null,
1686
+ "componentName": "VectorDatabase",
1687
+ "contentHash": "sha256:3249ab09fa2c35700b2d1c061d507ba52e78b7d88fc38de97c3431b40f8291a7",
1688
+ "structuralHash": "ellipse|path:MH|path:MH|path:MH|path:MVCSV",
1689
+ "elementCount": 5,
1690
+ "byteSize": 360,
1691
+ "related": [],
1692
+ "addedIn": "0.1.0",
1693
+ "updatedIn": "0.1.0"
1694
+ }
1695
+ ]
1696
+ }