Skip to content

MemKraft v2.11.0

Latest

Choose a tag to compare

@seojoonkim seojoonkim released this 29 May 00:34
a1d6166

Highlights

  • Added budgeted, deduplicated ReasoningBank task injection with optional metadata.
  • Added agent_inject(include_reasoning=True) for task-aware reasoning context while preserving default behavior.
  • Exposed public preference graph sync helpers on MemKraft:
    • sync_preference_to_graph(...)
    • sync_all_preferences_to_graph(...)
    • reason_preference_via_graph(...)

Verification

  • Focused regression: 136 passed
  • Package build: wheel + sdist built successfully
  • twine check dist/*: PASSED
  • Clean wheel install smoke verified memkraft.__version__ == "2.11.0" and new public APIs

Links