Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .agent/tools/context/dspyground.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ tools:

DSPyGround is a visual prompt optimization playground powered by the GEPA (Genetic-Pareto Evolutionary Algorithm) optimizer. It provides an intuitive web interface for iterative prompt optimization with real-time feedback and multi-dimensional metrics.

**Note**: DSPyGround is an optional tool installed separately from the aidevops CLI. Install it when you need visual prompt optimization capabilities.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This note is a great addition for clarity. To make it even more helpful for the user, I suggest including the installation command directly within the note. This provides a complete, actionable instruction in one place.

Suggested change
**Note**: DSPyGround is an optional tool installed separately from the aidevops CLI. Install it when you need visual prompt optimization capabilities.
**Note**: DSPyGround is an optional tool installed separately from the aidevops CLI. You can install it via `npm install -g dspyground`.


## 🚀 **Quick Start**

### **Prerequisites**
Expand Down
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,8 @@
"author": "Marcus Quinn <marcus@aidevops.sh>",
"license": "MIT",
"dependencies": {
"dspyground": "^0.3.10",
"elysia": "^1.1.0"
},
"overrides": {
"next": "^16.1.1"
},
"devDependencies": {
"@secretlint/secretlint-rule-preset-recommend": "^11.2.5",
"@types/bun": "latest",
Expand Down
Loading