Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -37,11 +37,18 @@ agentfiguregallery setup --pack full-public --manifest-url https://huggingface.c
|
|
| 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
|
|
|
|
| 37 |
agentfiguregallery gallery --plot-type embedding_plot --limit 50 --serve
|
| 38 |
```
|
| 39 |
|
| 40 |
+
One-command Codex bootstrap:
|
| 41 |
+
|
| 42 |
+
```bash
|
| 43 |
+
curl -fsSL https://raw.githubusercontent.com/Dsadd4/AgentFigureGallery/main/scripts/install.sh | bash
|
| 44 |
+
```
|
| 45 |
+
|
| 46 |
Optional agent installs:
|
| 47 |
|
| 48 |
```bash
|
| 49 |
agentfiguregallery install-skill --target claude-code
|
| 50 |
agentfiguregallery install-skill --target cursor
|
| 51 |
+
agentfiguregallery install-cursor-rule --project /path/to/your-cursor-project
|
| 52 |
```
|
| 53 |
|
| 54 |
## Candidate Counts
|