-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathcomponent-registry.json
More file actions
62 lines (62 loc) · 2.17 KB
/
component-registry.json
File metadata and controls
62 lines (62 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[
{
"name": "arXiv Research",
"description": "An arXiv research component for searching and downloading papers written in Rust",
"uri": "oci://ghcr.io/microsoft/arxiv-rs:latest"
},
{
"name": "GitHub API",
"description": "A comprehensive GitHub REST API component written in JavaScript",
"uri": "oci://ghcr.io/microsoft/github-js:latest"
},
{
"name": "Memory Server",
"description": "A knowledge graph memory storage component written in JavaScript",
"uri": "oci://ghcr.io/microsoft/memory-js:latest"
},
{
"name": "Weather Server",
"description": "A weather component written in JavaScript",
"uri": "oci://ghcr.io/microsoft/get-weather-js:latest"
},
{
"name": "Open-Meteo Weather",
"description": "A weather component using Open-Meteo API written in JavaScript",
"uri": "oci://ghcr.io/microsoft/get-open-meteo-weather-js:latest"
},
{
"name": "Time Server",
"description": "A time server component written in JavaScript",
"uri": "oci://ghcr.io/microsoft/time-server-js:latest"
},
{
"name": "Python Eval",
"description": "A Python expression evaluation component",
"uri": "oci://ghcr.io/microsoft/eval-py:latest"
},
{
"name": "Fetch",
"description": "A fetch component written in Rust",
"uri": "oci://ghcr.io/microsoft/fetch-rs:latest"
},
{
"name": "Filesystem",
"description": "A filesystem component written in Rust",
"uri": "oci://ghcr.io/microsoft/filesystem-rs:latest"
},
{
"name": "Brave Search",
"description": "A web search component using Brave Search API written in Rust",
"uri": "oci://ghcr.io/microsoft/brave-search-rs:latest"
},
{
"name": "Context7",
"description": "A library documentation search component using Context7 API written in Rust",
"uri": "oci://ghcr.io/microsoft/context7-rs:latest"
},
{
"name": "Go Module Information",
"description": "A Go module component",
"uri": "oci://ghcr.io/microsoft/gomodule-go:latest"
}
]