@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
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 IconMind contributors
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,24 @@
1
+ // Generated by scripts/generate/icons-entry.ts — do not edit.
2
+ export interface IconMeta {
3
+ slug: string; name: string; category: string; subcategory: string;
4
+ description: string; tags: string[]; aliases: string[]; keywords: string[];
5
+ contributors: string[]; deprecated: { since: string; replacedBy?: string; reason: string } | null;
6
+ componentName: string; contentHash: string; structuralHash: string;
7
+ elementCount: number; byteSize: number; related: string[];
8
+ addedIn: string; updatedIn: string;
9
+ }
10
+ export interface Category {
11
+ slug: string; name: string; count: number;
12
+ subcategories: { slug: string; count: number }[];
13
+ }
14
+ export interface Metadata {
15
+ version: string; generatedAt: string;
16
+ counts: { total: number; byCategory: Record<string, number> };
17
+ categories: Category[]; icons: IconMeta[];
18
+ }
19
+ export declare const metadata: Metadata;
20
+ export declare const version: string;
21
+ export declare const icons: IconMeta[];
22
+ export declare const categories: Category[];
23
+ export declare const getIcon: (slug: string) => IconMeta | undefined;
24
+ export declare const iconsIn: (category: string) => IconMeta[];
package/dist/index.js ADDED
@@ -0,0 +1,13 @@
1
+ // Generated by scripts/generate/icons-entry.ts — do not edit.
2
+ export const metadata = {"version":"0.1.0","generatedAt":"2026-08-24T02:01:55.463Z","counts":{"total":53,"byCategory":{"ai":19,"agents":16,"mcp":9,"rag":9,"data":0,"devops":0,"cloud":0,"security":0,"automation":0,"analytics":0,"devtools":0,"interface":0}},"categories":[{"slug":"ai","name":"AI & LLM","count":19,"subcategories":[{"slug":"model","count":2},{"slug":"inference","count":2},{"slug":"prompt","count":3},{"slug":"token","count":2},{"slug":"context","count":1},{"slug":"embedding","count":2},{"slug":"training","count":3},{"slug":"evaluation","count":2},{"slug":"safety","count":1},{"slug":"multimodal","count":1}]},{"slug":"agents","name":"Agents","count":16,"subcategories":[{"slug":"agent-core","count":1},{"slug":"multi-agent","count":2},{"slug":"planning","count":3},{"slug":"reflection","count":1},{"slug":"memory","count":1},{"slug":"tool-use","count":1},{"slug":"communication","count":2},{"slug":"lifecycle","count":5}]},{"slug":"mcp","name":"MCP","count":9,"subcategories":[{"slug":"server","count":1},{"slug":"client","count":2},{"slug":"resource","count":1},{"slug":"tool","count":2},{"slug":"prompt","count":1},{"slug":"transport","count":1},{"slug":"registry","count":1}]},{"slug":"rag","name":"RAG & Search","count":9,"subcategories":[{"slug":"ingestion","count":1},{"slug":"chunking","count":2},{"slug":"retrieval","count":2},{"slug":"ranking","count":1},{"slug":"vector","count":1},{"slug":"knowledge","count":1},{"slug":"grounding","count":1}]}],"icons":[{"slug":"agent","category":"agents","subcategory":"agent-core","name":"Agent","description":"An autonomous agent that acts on its own","tags":["agent","autonomous","actor","entity","worker","bot"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"Agent","contentHash":"sha256:8c8c8f4e502a75e32b25312301116228bd3bd3ff554b6ba12c04446142e702b9","structuralHash":"circle|path:MHLVLHLVZ","elementCount":2,"byteSize":263,"related":["agent-run","agent-pause","agent-thinking","agent-stop"],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"agent-hierarchy","category":"agents","subcategory":"multi-agent","name":"Agent Hierarchy","description":"Agents arranged in tiers with one above several others","tags":["hierarchy","tree","supervisor","delegation","org chart","tiers"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"AgentHierarchy","contentHash":"sha256:e0d9cd79b2829904ddf6b45899d9b269fdb86960df4b814e461e0962cf29818c","structuralHash":"path:MHLVLHLVZ|path:MHLVLHLVZ|path:MHLVLHLVZ|path:MV|path:MVHV","elementCount":5,"byteSize":382,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"agent-log","category":"agents","subcategory":"lifecycle","name":"Agent Log","description":"A time-ordered record of what an agent did","tags":["log","history","trace","audit","timeline","record"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"AgentLog","contentHash":"sha256:58b14074a948c3bbf0dd106a7a7e2226642027fd52bc2f4b0e28625ff0ffebcc","structuralHash":"circle|path:MH|path:MH|path:MH|path:MVH","elementCount":5,"byteSize":300,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"agent-message","category":"agents","subcategory":"communication","name":"Agent Message","description":"Something one agent says to another","tags":["message","speak","communicate","send","utterance","reply"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"AgentMessage","contentHash":"sha256:27d3ab29c4abf0888aec450688ca77838545269706ca02d4e391e43337949b62","structuralHash":"path:MHLVLHLVLVZ|path:MHLVLHLVZ","elementCount":2,"byteSize":278,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"agent-pause","category":"agents","subcategory":"lifecycle","name":"Agent Pause","description":"Suspend an agent and keep its state","tags":["pause","suspend","hold","wait","freeze","resume"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"AgentPause","contentHash":"sha256:f367143a3ad96edffbb229eb2a4597667f966f2cbde0ecaa38afdefeab0df416","structuralHash":"path:MHLVLHLVZ|path:MV|path:MV","elementCount":3,"byteSize":271,"related":["agent","agent-run","agent-thinking","agent-stop"],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"agent-run","category":"agents","subcategory":"lifecycle","name":"Agent Run","description":"Start an agent and let it work","tags":["run","start","execute","play","launch","active"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"AgentRun","contentHash":"sha256:c3146241b4a048b7617f77af2610dc95b4efdee3a7aed03bb50522337ba04cac","structuralHash":"path:MHLVLHLVZ|path:MLZ","elementCount":2,"byteSize":265,"related":["agent","agent-pause","agent-thinking","agent-stop"],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"agent-stop","category":"agents","subcategory":"lifecycle","name":"Agent Stop","description":"Halt an agent before it finishes","tags":["stop","halt","cancel","abort","terminate","kill"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"AgentStop","contentHash":"sha256:332c17e3596c72e847ca7c0069097839578cb51b6893e7c80aad5a7cfea52e76","structuralHash":"path:MHLVLHLVZ|rect","elementCount":2,"byteSize":278,"related":["agent","agent-run","agent-thinking","agent-pause"],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"agent-thinking","category":"agents","subcategory":"lifecycle","name":"Agent Thinking","description":"An agent reasoning before it acts","tags":["thinking","reasoning","processing","working","pending","deliberating"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"AgentThinking","contentHash":"sha256:c935bb7dc5760fea16de973f866d32b62091939a831cffd2a75ec940143df9fa","structuralHash":"circle|circle|circle|path:MHLVLHLVZ","elementCount":4,"byteSize":334,"related":["agent","agent-run","agent-pause","agent-stop","context-window"],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"benchmark","category":"ai","subcategory":"evaluation","name":"Benchmark","description":"A standard test models are ranked against","tags":["benchmark","ranking","leaderboard","compare","podium","score"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"Benchmark","contentHash":"sha256:5eb26ed1e35b189c3e8f5e0662f4903e5205d7a47c0bee3e23106797d5973783","structuralHash":"path:MVHVHVHVZ","elementCount":1,"byteSize":221,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"chain-of-thought","category":"ai","subcategory":"prompt","name":"Chain of Thought","description":"Reasoning worked through one step at a time","tags":["chain of thought","reasoning","steps","cot","stepwise","deliberate"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"ChainOfThought","contentHash":"sha256:4a532fc19374e330dc5c4e98d4beb80e2ed170b189bf1aaaab3baa2207fcbc26","structuralHash":"path:MHVHVHVH","elementCount":1,"byteSize":221,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"chunk","category":"rag","subcategory":"chunking","name":"Chunk","description":"One piece of a document, sized to fit a model","tags":["chunk","block","segment","passage","split","text block"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"Chunk","contentHash":"sha256:d2812abb2e7e826cb44ec1ab5484c047d28db0ee9f8197304b3442341a6910fb","structuralHash":"path:MH|path:MH|rect","elementCount":3,"byteSize":282,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"chunk-overlap","category":"rag","subcategory":"chunking","name":"Chunk Overlap","description":"Content shared between two consecutive document chunks","tags":["chunk","overlap","intersection","sliding window","split","venn"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"ChunkOverlap","contentHash":"sha256:8c71a1fa8a4bbcb2574d9d0aa9b3cbaf66750a5f5c9dddfc95a039b11d753bd7","structuralHash":"circle|circle","elementCount":2,"byteSize":249,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"context-window","category":"ai","subcategory":"context","name":"Context Window","description":"Span of tokens a model can see in a single call","tags":["context","window","scope","token limit","prompt","boundary"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"ContextWindow","contentHash":"sha256:a15b88ff7a040acaf6bd48e1391012539b27e3a5333536a3bf40588da4835673","structuralHash":"circle|circle|path:MHAVAH|path:MHAVAH","elementCount":4,"byteSize":357,"related":["subtask","agent-thinking"],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"dataset","category":"ai","subcategory":"training","name":"Dataset","description":"A collection of records used to train or evaluate","tags":["dataset","records","rows","corpus","samples","table"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"Dataset","contentHash":"sha256:0b4a61cf961be5fc61125d19658a6d1b53d6efc0f03a552c902bb0d5d22cb179","structuralHash":"path:MH|path:MV|rect","elementCount":3,"byteSize":275,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"document","category":"rag","subcategory":"ingestion","name":"Document","description":"A source file fed into a pipeline","tags":["document","file","page","source","text","paper"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"Document","contentHash":"sha256:36f49b7315e023ccadf6f8d867f4f058529651346ac0dc94543ff37a11b64873","structuralHash":"path:MHLVAHAVA|path:MVH","elementCount":2,"byteSize":281,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"embedding","category":"ai","subcategory":"embedding","name":"Embedding","description":"Text turned into a vector of numbers","tags":["embedding","vector","encode","representation","features","transform"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"Embedding","contentHash":"sha256:53348386a8ec7a9599f71f9a5f5272bd0da1dc41c2234ec6597b3954b2370ccd","structuralHash":"circle|circle|circle|path:MH|rect","elementCount":5,"byteSize":359,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"evaluation","category":"ai","subcategory":"evaluation","name":"Evaluation","description":"Scoring model output against expected results","tags":["evaluation","eval","score","assess","check","grade"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"Evaluation","contentHash":"sha256:a1fce4baedafbfe369dac971285d4d8b0894a715bef6964052e14c00953464d5","structuralHash":"path:MH|path:MH|path:ML|path:ML","elementCount":4,"byteSize":287,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"fine-tuning","category":"ai","subcategory":"training","name":"Fine Tuning","description":"Adapting a trained model to a narrower task","tags":["fine tuning","adapt","tune","adjust","specialise","lora"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"FineTuning","contentHash":"sha256:eeb4831cc471c2bc3a6eda97b23efb3c341a11a5a029f17a12771cffad604be2","structuralHash":"circle|path:MH|path:MVLLVZ","elementCount":3,"byteSize":291,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"function-call","category":"agents","subcategory":"tool-use","name":"Function Call","description":"Structured function invocation emitted by a model","tags":["function","call","invoke","parentheses","arguments","tool use"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"FunctionCall","contentHash":"sha256:fb31383551ba6cc9ae747afec982f5c5d054ce951a2ead7639a02bfe085794e8","structuralHash":"circle|path:MA|path:MA","elementCount":3,"byteSize":289,"related":["guardrail"],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"goal","category":"agents","subcategory":"planning","name":"Goal","description":"The outcome an agent is working toward","tags":["goal","objective","target","flag","milestone","intent"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"Goal","contentHash":"sha256:791bd9e08aec2350df93b6f5ab8b2b20d1f1258984b46250a7ab7e2d699c7c91","structuralHash":"path:MHLH|path:MV","elementCount":2,"byteSize":237,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"guardrail","category":"ai","subcategory":"safety","name":"Guardrail","description":"A constraint that blocks unsafe model output","tags":["guardrail","safety","block","constraint","shield","policy"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"Guardrail","contentHash":"sha256:af141c380672daef8416fdb498bc300720afd1b7202344be85d2ff102621493f","structuralHash":"path:MH|path:MVCVZ","elementCount":2,"byteSize":272,"related":["model","training","llm","function-call"],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"human-approval","category":"agents","subcategory":"communication","name":"Human Approval","description":"A person signing off before an agent proceeds","tags":["approval","human in the loop","sign off","confirm","review","consent"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"HumanApproval","contentHash":"sha256:97eb881c18c4c7bce022c8ec9e20ebc3046f9557394620f4139ef19b44ccbe28","structuralHash":"circle|path:MA|path:ML","elementCount":3,"byteSize":287,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"inference","category":"ai","subcategory":"inference","name":"Inference","description":"Running input through a model to get output","tags":["inference","predict","forward pass","run","serve","throughput"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"Inference","contentHash":"sha256:dbbb406bdce0de386964ff39c2900d6e6309a3e7b29ac01daa2f9fd028dfc8df","structuralHash":"path:MH|path:MH|path:MVLVZ","elementCount":3,"byteSize":276,"related":["tokenizer"],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"knowledge-base","category":"rag","subcategory":"knowledge","name":"Knowledge Base","description":"Curated body of documents a system can draw on","tags":["knowledge","book","reference","corpus","docs","library"],"aliases":["kb"],"keywords":[],"contributors":[],"deprecated":null,"componentName":"KnowledgeBase","contentHash":"sha256:c932b54d257b06f0d2b4fbc8fd196b62bea41433bca4cdd0e866ffdb8483f783","structuralHash":"path:MV|path:MVL|path:MVL","elementCount":3,"byteSize":265,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"llm","category":"ai","subcategory":"model","name":"LLM","description":"A large language model","tags":["llm","language model","text","generative","transformer","chat"],"aliases":["large-language-model"],"keywords":[],"contributors":[],"deprecated":null,"componentName":"Llm","contentHash":"sha256:973dea8f2c54963995948ef1bc664c1f0a0f0091a375b02e226974754dcc2722","structuralHash":"path:MH|path:MH|path:MVLVZ","elementCount":3,"byteSize":264,"related":["model","training","guardrail"],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"mcp-capability","category":"mcp","subcategory":"transport","name":"MCP Capability","description":"What a server declares it can do during handshake","tags":["capability","negotiate","declare","support","feature","handshake"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"McpCapability","contentHash":"sha256:57ee94f8a4e07fae9256ad91d62b463f72f3c07db17007f7c342195be359c068","structuralHash":"path:M|path:M|path:MH|rect","elementCount":4,"byteSize":315,"related":["mcp-resource"],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"mcp-client","category":"mcp","subcategory":"client","name":"MCP Client","description":"An application that consumes what MCP servers expose","tags":["client","consumer","host","connect","caller","application"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"McpClient","contentHash":"sha256:ba18b62cc80ac70c6059ccc7828e0e5dc3153029a6247d8b83309f98d250c3ee","structuralHash":"path:MH|path:MH|path:MH|rect","elementCount":4,"byteSize":293,"related":["mcp-tool"],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"mcp-config","category":"mcp","subcategory":"registry","name":"MCP Config","description":"Settings that tell a client which servers to run","tags":["config","settings","setup","options","manifest","preferences"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"McpConfig","contentHash":"sha256:32b4872f41c36125d391c379af976fe510c66032b53b73828a068ef335799246","structuralHash":"circle|circle|path:MH|path:MH|path:MH","elementCount":5,"byteSize":307,"related":["token"],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"mcp-connection","category":"mcp","subcategory":"client","name":"MCP Connection","description":"An open link between a client and a server","tags":["connection","link","session","connected","channel","port"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"McpConnection","contentHash":"sha256:6ef058abd716f3e17d45578ef318a4357b374295f454efe940d2df822875745a","structuralHash":"path:MH|rect|rect","elementCount":3,"byteSize":302,"related":["token"],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"mcp-prompt","category":"mcp","subcategory":"prompt","name":"MCP Prompt","description":"A reusable prompt template an MCP server exposes","tags":["prompt","template","reusable","expose","message","preset"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"McpPrompt","contentHash":"sha256:ff2bd78da460cdaf1058ef5e3b97bfc5bf0cc8e5f2d5d711112a51af05506483","structuralHash":"path:MH|path:MHLVLHLVLVZ","elementCount":2,"byteSize":256,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"mcp-resource","category":"mcp","subcategory":"resource","name":"MCP Resource","description":"Data an MCP server exposes for clients to read","tags":["resource","document","expose","read","context source","uri"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"McpResource","contentHash":"sha256:5981fa56d151c2f0089cfbaa1beed2cca7d338165777f8b3202abaedc050fd45","structuralHash":"path:MH|path:MH|path:MH|rect","elementCount":4,"byteSize":303,"related":["mcp-capability"],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"mcp-server","category":"mcp","subcategory":"server","name":"MCP Server","description":"A server that exposes resources, tools, and prompts over MCP","tags":["server","host","expose","endpoint","provider","protocol"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"McpServer","contentHash":"sha256:aea92db44c15e7b13caad99f1752847fb5c22ea181d6eaa4cf8e5c229faee5bd","structuralHash":"path:MH|path:MH|path:MH|rect","elementCount":4,"byteSize":296,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"mcp-tool","category":"mcp","subcategory":"tool","name":"MCP Tool","description":"Capability an MCP server exposes for clients to invoke","tags":["tool","capability","plugin","puzzle","extension","invoke"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"McpTool","contentHash":"sha256:258fe85e4557a7d7b304cad08c27eb676d369cb0bc66b07191da8d6633babcf1","structuralHash":"path:MVHVAVHAZ","elementCount":1,"byteSize":246,"related":["mcp-tool-call","mcp-client"],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"mcp-tool-call","category":"mcp","subcategory":"tool","name":"MCP Tool Call","description":"Invoking a tool an MCP server exposes","tags":["tool call","invoke","execute","run","request","dispatch"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"McpToolCall","contentHash":"sha256:73d4e6f7a4c629dc577a45d06b9177abcc657ad5eca2cbf64fb630efc6801ad8","structuralHash":"path:MVHVAVHAZ|path:MZ","elementCount":2,"byteSize":272,"related":["mcp-tool"],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"memory","category":"agents","subcategory":"memory","name":"Memory","description":"Memory an agent writes to and reads back","tags":["memory","recall","state","store","remember","cells"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"Memory","contentHash":"sha256:82f75d4f980dfed62d1a24b1b9ba5a94833b96232be3a565832a38b0ffbc905a","structuralHash":"path:MV|path:MV|path:MV|rect","elementCount":4,"byteSize":303,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"model","category":"ai","subcategory":"model","name":"Model","description":"A machine learning model that turns input into output","tags":["model","ml","neural network","weights","component","inference"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"Model","contentHash":"sha256:cf3de81aa4302f3057be7677ab6d603b5995ce3d887e1eede1c074ac0449b200","structuralHash":"path:MVLVZ","elementCount":1,"byteSize":224,"related":["llm","training","guardrail"],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"multi-agent","category":"agents","subcategory":"multi-agent","name":"Multi Agent","description":"Several agents working on the same task","tags":["multi agent","team","swarm","group","cluster","crew"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"MultiAgent","contentHash":"sha256:850573f4dc92522a8aa741d751a4c19ba74a0a43cec6c13c2fff2d5fe480b74b","structuralHash":"path:MHLVLHLVZ|path:MHLVLHLVZ|path:MHLVLHLVZ","elementCount":3,"byteSize":338,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"multimodal","category":"ai","subcategory":"multimodal","name":"Multimodal","description":"A model that takes more than one kind of input","tags":["multimodal","vision","audio","mixed input","cross modal","fusion"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"Multimodal","contentHash":"sha256:37a7e0d49c9c6b14edaed5fb9cec750763883f6e2562eee54a260bec94dafb50","structuralHash":"circle|path:MVLVZ|rect","elementCount":3,"byteSize":300,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"plan","category":"agents","subcategory":"planning","name":"Plan","description":"An ordered set of steps an agent intends to take","tags":["plan","steps","checklist","todo","sequence","tasks"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"Plan","contentHash":"sha256:c2f4f80cd42b04927090decb8809a12d8a07f12f5b8e7088b7aa696080477156","structuralHash":"path:MH|path:MH|path:MH|rect|rect|rect","elementCount":6,"byteSize":396,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"prompt","category":"ai","subcategory":"prompt","name":"Prompt","description":"An instruction sent to a model","tags":["prompt","instruction","input","query","command","ask"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"Prompt","contentHash":"sha256:94a53d183366de5842ca9d7b56fa27268d7ef86af10e1be47f456bb1ac52f019","structuralHash":"path:M|path:MHLVLHLVHLVZ","elementCount":2,"byteSize":266,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"reflection","category":"agents","subcategory":"reflection","name":"Reflection","description":"An agent reviewing its own output before continuing","tags":["reflection","self review","critique","introspection","mirror","check"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"Reflection","contentHash":"sha256:fbd0df7a39414d376c45d33f2ec82bae9df85298d408aff05eeb4ed3dae29fe2","structuralHash":"circle|path:MA|path:MH","elementCount":3,"byteSize":270,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"reranker","category":"rag","subcategory":"ranking","name":"Reranker","description":"Model that reorders search results by relevance","tags":["rerank","reorder","relevance","ranking","promote","cross encoder"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"Reranker","contentHash":"sha256:9ddf9a320bef45d9bdc98a5cfb6e0f7a16465170257c150d1516678b75fd8e22","structuralHash":"path:M|path:MH|path:MH|path:MH|path:MV","elementCount":5,"byteSize":297,"related":["tokenizer"],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"retriever","category":"rag","subcategory":"retrieval","name":"Retriever","description":"Component that pulls relevant documents from a store","tags":["retriever","pull","fetch","attract","magnet","relevant"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"Retriever","contentHash":"sha256:1cfa2f4ef96aa82c287273707905589c5b11c6165605802944abc67c512c8498","structuralHash":"path:MH|path:MH|path:MVAV","elementCount":3,"byteSize":262,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"semantic-search","category":"rag","subcategory":"retrieval","name":"Semantic Search","description":"Finding results by meaning rather than exact words","tags":["semantic search","meaning","similarity","nearest","lookup","embedding search"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"SemanticSearch","contentHash":"sha256:1e3ebf74775f5901448b013c841f8eccb483fe14451e1630c0e52a0d3d0c4530","structuralHash":"circle|circle|circle|path:M","elementCount":4,"byteSize":310,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"source-citation","category":"rag","subcategory":"grounding","name":"Source Citation","description":"A pointer back to where an answer came from","tags":["citation","quote","source","reference","attribution","provenance"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"SourceCitation","contentHash":"sha256:143b8edd8e5b83098f34300b20a792028b8893bb9bf0c1d60370ce5c9811e4ff","structuralHash":"path:MVAHVAZ|path:MVAHVAZ","elementCount":2,"byteSize":293,"related":["token"],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"subtask","category":"agents","subcategory":"planning","name":"Subtask","description":"A smaller piece of work nested inside a larger one","tags":["subtask","nested","child","breakdown","sub step","decompose"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"Subtask","contentHash":"sha256:37b109b2e402191cb5398d888a0039e8fb6513de93626ad60fdd53ff90232612","structuralHash":"rect|rect","elementCount":2,"byteSize":286,"related":["context-window"],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"system-prompt","category":"ai","subcategory":"prompt","name":"System Prompt","description":"Standing instructions that sit above the conversation","tags":["system prompt","instruction","role","preamble","persona","rules"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"SystemPrompt","contentHash":"sha256:12c7c7a064c163b60a5ea37f00d0fa17206a45497dddc16945cdc121f5ce93db","structuralHash":"path:M|path:MH|path:MHLVLHLVHLVZ","elementCount":3,"byteSize":287,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"temperature","category":"ai","subcategory":"inference","name":"Temperature","description":"How much randomness a model allows in its output","tags":["temperature","randomness","sampling","creativity","variance","parameter"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"Temperature","contentHash":"sha256:655f4b39d5717f955718d815ad43fba09ba8a4d0f7ad1a3b5ed08313fe57e9f9","structuralHash":"path:MV|path:MVAVA","elementCount":2,"byteSize":262,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"token","category":"ai","subcategory":"token","name":"Token","description":"Continuous text split into discrete units","tags":["token","split","unit","text","segment","tokenize"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"Token","contentHash":"sha256:662af51c91436cb0332dca87485f194e610030fbe3be621bf287fdf0b36c6ace","structuralHash":"path:MH|path:MH|path:MH|path:MH","elementCount":4,"byteSize":267,"related":["mcp-config","mcp-connection","source-citation"],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"tokenizer","category":"ai","subcategory":"token","name":"Tokenizer","description":"The component that splits text into tokens","tags":["tokenizer","split","encode","segment","parse","fan out"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"Tokenizer","contentHash":"sha256:ffc7c34f4275db1e5801941099519c6dda385f1a762f52d23c878950767d85c9","structuralHash":"path:MH|path:MH|path:MH|path:MH|path:MV","elementCount":5,"byteSize":285,"related":["reranker","inference"],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"training","category":"ai","subcategory":"training","name":"Training","description":"Teaching a model from data until it improves","tags":["training","learn","fit","improve","epoch","optimise"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"Training","contentHash":"sha256:f00d230f5ef815b4ffe085c7dd0a21e04791bdcff7573b6a1c601c6c816739b6","structuralHash":"path:ML|path:MVLVZ","elementCount":2,"byteSize":259,"related":["model","llm","guardrail"],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"vector","category":"ai","subcategory":"embedding","name":"Vector","description":"An ordered list of numbers representing meaning","tags":["vector","array","column","numbers","coordinates","features"],"aliases":[],"keywords":[],"contributors":[],"deprecated":null,"componentName":"Vector","contentHash":"sha256:6625688041e799a19a7bd66e84fa2d0b2ae48da900c76ddd652ff7dd5453a38b","structuralHash":"circle|circle|circle|path:MHVH|path:MHVH","elementCount":5,"byteSize":334,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"},{"slug":"vector-database","category":"rag","subcategory":"vector","name":"Vector Database","description":"Database for storing and searching vectors","tags":["vector","database","store","embedding","index","similarity"],"aliases":["vector-store"],"keywords":[],"contributors":[],"deprecated":null,"componentName":"VectorDatabase","contentHash":"sha256:3249ab09fa2c35700b2d1c061d507ba52e78b7d88fc38de97c3431b40f8291a7","structuralHash":"ellipse|path:MH|path:MH|path:MH|path:MVCSV","elementCount":5,"byteSize":360,"related":[],"addedIn":"0.1.0","updatedIn":"0.1.0"}]};
3
+ export const version = metadata.version;
4
+ export const icons = metadata.icons;
5
+ export const categories = metadata.categories;
6
+
7
+ const bySlug = new Map(icons.map((i) => [i.slug, i]));
8
+ for (const i of icons) for (const a of i.aliases ?? []) bySlug.set(a, i);
9
+
10
+ /** Look up one icon by slug or alias. */
11
+ export const getIcon = (slug) => bySlug.get(slug);
12
+ /** Every icon in one category. */
13
+ export const iconsIn = (category) => icons.filter((i) => i.category === category);