v0.1.3
The first deeprefine-cli skill release.
Highlights
/deeprefineCursor skill: install withdeeprefine cursor install(project or --user);deeprefineCLI:history,refine,index,cursor install|uninstall;- graphify integration: reads/writes
graphify-out/graph.json; history undergraphify-out/.deeprefine/; - PyPI:
pip install deeprefine-cli.
Typical workflow
Enter into a agent (now support Cursor):
- Build a KB with graphify:
/graphify .; - Ask questions:
/graphify query "..."; - Record queries:
/deeprefine history add --query "..."; - Refine the graph:
deeprefine refinein CLI or/deeprefinein Cursor.
ToDo in Next Version
Now only support locally deployed vllm service. Need to support API services.