Datasets:
Update README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: AgentFigureGallery
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- scientific-figures
|
| 7 |
+
- data-visualization
|
| 8 |
+
- bioinformatics
|
| 9 |
+
- ai-agents
|
| 10 |
+
- agent-skill
|
| 11 |
+
- codex
|
| 12 |
+
- codex-skill
|
| 13 |
+
- claude-code
|
| 14 |
+
- cursor
|
| 15 |
+
- coding-agents
|
| 16 |
+
- human-in-the-loop
|
| 17 |
+
- nature-style
|
| 18 |
+
- cell-style
|
| 19 |
+
- science-style
|
| 20 |
+
license: mit
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
+
# AgentFigureGallery Full Public KB
|
| 24 |
+
|
| 25 |
+
Full public visual reference pack for AgentFigureGallery, a human-preference memory system and installable agent skill for scientific plotting agents.
|
| 26 |
+
|
| 27 |
+
The pack contains 16,341 public visual candidates across 10 scientific plot types, plus metadata needed by the AgentFigureGallery CLI, browser gallery, and Codex / Claude Code / Cursor-compatible skill workflow.
|
| 28 |
+
|
| 29 |
+
## Use
|
| 30 |
+
|
| 31 |
+
```bash
|
| 32 |
+
git clone https://github.com/Dsadd4/AgentFigureGallery.git
|
| 33 |
+
cd AgentFigureGallery
|
| 34 |
+
pip install -e .
|
| 35 |
+
agentfiguregallery install-skill --target codex
|
| 36 |
+
agentfiguregallery setup --pack full-public --manifest-url https://huggingface.co/datasets/dsadd4/AgentFigureGallery/resolve/main/resource_manifest.json
|
| 37 |
+
agentfiguregallery gallery --plot-type embedding_plot --limit 50 --serve
|
| 38 |
+
```
|
| 39 |
+
|
| 40 |
+
Optional agent installs:
|
| 41 |
+
|
| 42 |
+
```bash
|
| 43 |
+
agentfiguregallery install-skill --target claude-code
|
| 44 |
+
agentfiguregallery install-skill --target cursor
|
| 45 |
+
```
|
| 46 |
+
|
| 47 |
+
## Candidate Counts
|
| 48 |
+
|
| 49 |
+
- bar_chart: 1,516
|
| 50 |
+
- benchmark_performance: 2,310
|
| 51 |
+
- box_violin_distribution: 1,026
|
| 52 |
+
- embedding_plot: 1,273
|
| 53 |
+
- heatmap_matrix: 1,122
|
| 54 |
+
- line_chart: 1,035
|
| 55 |
+
- microscopy_panel: 1,756
|
| 56 |
+
- multi_panel_figure: 4,148
|
| 57 |
+
- scatter_plot: 1,489
|
| 58 |
+
- spatial_map: 666
|
| 59 |
+
|
| 60 |
+
## Intended Use
|
| 61 |
+
|
| 62 |
+
This dataset is intended for visual reference retrieval, human preference selection, and agent-guided scientific figure generation.
|
| 63 |
+
|
| 64 |
+
Recommended loop:
|
| 65 |
+
|
| 66 |
+
```text
|
| 67 |
+
agent query -> gallery display -> human like/reject/select -> export bundle -> agent action
|
| 68 |
+
```
|
| 69 |
+
|
| 70 |
+
It is not intended as a benchmark for biological conclusions, image classification, or clinical decision making.
|
| 71 |
+
|
| 72 |
+
## Source And Filtering
|
| 73 |
+
|
| 74 |
+
The full-public pack is filtered to remove private local paths and private repositories. Public source attribution is preserved in candidate metadata when available.
|