Skip to content

v0.1.3

Choose a tag to compare

@hhy-huang hhy-huang released this 01 Jun 16:08

The first deeprefine-cli skill release.

Highlights

  • /deeprefine Cursor skill: install with deeprefine cursor install (project or --user);
  • deeprefine CLI: history, refine, index, cursor install|uninstall;
  • graphify integration: reads/writes graphify-out/graph.json; history under graphify-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 refine in CLI or /deeprefine in Cursor.

ToDo in Next Version

Now only support locally deployed vllm service. Need to support API services.