Skip to content

v0.1.8

Choose a tag to compare

@hhy-huang hhy-huang released this 15 Jun 04:12

New

  • fixed the single query refinement issue.
  • Aligned interaction memory with LLM-Wiki (graphify). For example, as typed /deeprefine, it will automatically read the memory file of graphify and fetch the queries that are not marked with "true" in the deeprefine's own history file. Then deeprefine will refine the KB with them iteratively.
  • Added new command: deeprefine history sync-memory -- Import graphify memory queries into history.

Next

  • Do coverage-based greedy query selection.
  • Adapt to more agent framwork.