|
4 | 4 | "id": "backend", |
5 | 5 | "label": "SmartEM Backend", |
6 | 6 | "url": "https://github.com/DiamondLightSource/smartem-decisions/pkgs/container/smartem-decisions", |
7 | | - "description": "Docker container image of SmartEM Backend services for use in k8s deploys", |
8 | | - "command": "docker pull ghcr.io/diamondlightsource/smartem-decisions:latest" |
| 7 | + "description": "Central controller for SmartEM - handles persistence, messaging, and coordination between microscope agents and ML plugins", |
| 8 | + "command": "docker pull ghcr.io/diamondlightsource/smartem-decisions:latest", |
| 9 | + "links": [ |
| 10 | + { "label": "GitHub Releases", "url": "https://github.com/DiamondLightSource/smartem-decisions/releases" }, |
| 11 | + { "label": "PyPI", "url": "https://pypi.org/project/smartem-decisions/" }, |
| 12 | + { "label": "Docker", "url": "https://github.com/DiamondLightSource/smartem-decisions/pkgs/container/smartem-decisions" } |
| 13 | + ] |
9 | 14 | }, |
10 | 15 | { |
11 | 16 | "id": "agent", |
12 | 17 | "label": "SmartEM Agent", |
13 | 18 | "url": "https://github.com/DiamondLightSource/smartem-decisions/actions/workflows/build_win_smartem_agent.yml", |
14 | | - "description": "SmartEM Agent packaged as a Windows 10 executable (download from workflow artifacts)", |
15 | | - "command": "" |
| 19 | + "description": "Bridge between EPU workstations and SmartEM backend - watches EPU filesystem output and relays ML recommendations to microscopes", |
| 20 | + "command": "", |
| 21 | + "links": [ |
| 22 | + { "label": "GitHub Releases", "url": "https://github.com/DiamondLightSource/smartem-decisions/releases" }, |
| 23 | + { "label": "PyPI", "url": "https://pypi.org/project/smartem-decisions/" }, |
| 24 | + { "label": "Windows .exe", "url": "https://github.com/DiamondLightSource/smartem-decisions/actions/workflows/build_win_smartem_agent.yml" } |
| 25 | + ] |
16 | 26 | }, |
17 | 27 | { |
18 | 28 | "id": "frontend", |
|
28 | 38 | "description": "CLI tool to automate multi-repo workspace setup", |
29 | 39 | "command": "uvx smartem-workspace --help", |
30 | 40 | "links": [ |
| 41 | + { "label": "GitHub Releases", "url": "https://github.com/DiamondLightSource/smartem-devtools/releases" }, |
31 | 42 | { "label": "PyPI", "url": "https://pypi.org/project/smartem-workspace/" } |
32 | 43 | ] |
33 | 44 | }, |
|
39 | 50 | "command": "uvx smartem-epuplayer --help", |
40 | 51 | "links": [ |
41 | 52 | { "label": "GitHub Releases", "url": "https://github.com/DiamondLightSource/smartem-devtools/releases" }, |
42 | | - { "label": "PyPI", "url": "https://pypi.org/project/smartem-epuplayer/" } |
| 53 | + { "label": "PyPI", "url": "https://pypi.org/project/smartem-epuplayer/" }, |
| 54 | + { "label": "Windows .exe", "url": "https://github.com/DiamondLightSource/smartem-devtools/releases" } |
43 | 55 | ] |
44 | 56 | } |
45 | 57 | ] |
|
0 commit comments