For Agent CLI
Trigger with /deeprefine in your agent CLI.
- Uses your current chat model.
- By skill, no original DeepRefine code base setup needed.
██████╗ ███████╗███████╗██████╗ ██████╗ ███████╗███████╗██╗███╗ ██╗███████╗ ██╔══██╗██╔════╝██╔════╝██╔══██╗██╔══██╗██╔════╝██╔════╝██║████╗ ██║██╔════╝ ██║ ██║█████╗ █████╗ ██████╔╝██████╔╝█████╗ █████╗ ██║██╔██╗ ██║█████╗ ██║ ██║██╔══╝ ██╔══╝ ██╔═══╝ ██╔══██╗██╔══╝ ██╔══╝ ██║██║╚██╗██║██╔══╝ ██████╔╝███████╗███████╗██║ ██║ ██║███████╗██║ ██║██║ ╚████║███████╗ ╚═════╝ ╚══════╝╚══════╝╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝╚══════╝
DeepRefine-Skill plugs into agent workflows and use a single command /deeprefine in your agent CLI to refine and evolve your LLM-Wiki.
Suppose you have constructed a LLM-Wiki (e.g., Graphify) knowledge base, and you have interacted with it for some days. Then DeepRefine will make use of your logged queries to refine and evolve your LLM-Wiki based on the interaction history.
You can either use DeepRefine in-agent usage (e.g., Cursor, Codex, etc.) or DeepRefine CLI with FAISS index and API/vLLM.
Trigger with /deeprefine in your agent CLI.
Run with deeprefine refine in your terminal CLI.
For in-agent usage, follow the quick start below.
Install packages in your Python environment: pip install deeprefine-cli graphify.
At your KB project root, run: graphify cursor install and deeprefine cursor install.
Then run the following commands in your agent CLI to run a simple example.
Run from your KB project root (where graphify-out/graph.json exists).
| Command | Description |
|---|---|
deeprefine history add --query "..." |
Record a query |
deeprefine history list |
List history |
deeprefine history list --pending |
Unrefined only |
deeprefine refine |
Refine all pending |
deeprefine refine --query "..." |
Refine one query |
deeprefine refine --rebuild-index |
Rebuild FAISS first |
deeprefine index --rebuild |
Rebuild FAISS cache only |
Structured artifacts for reproducibility, auditing, and iterative graph improvements.