Skip to content

Releases: nikita-rulenko/Helixir

v0.1.1

01 Dec 15:49

Choose a tag to compare

Helixir-RS v0.1.1

New Features

FastThink — Working Memory

Isolated scratchpad for complex reasoning. Graph-based thought structure with automatic timeout recovery.

New tools:

  • think_start / think_add / think_recall
  • think_conclude / think_commit / think_discard / think_status
  • search_incomplete_thoughts

Cognitive Protocol

Built-in keyword triggers and importance filters. AI automatically recalls context and saves outcomes.

Cognitive Seeds

Programmable personality via seed memories. Roles (Researcher, Architect, Developer, Mentor, Creative, Analyst) activate based on user intent.

Breaking Changes

All env variables now require HELIX_ prefix:

  • LLM_PROVIDER → HELIX_LLM_PROVIDER
  • LLM_API_KEY → HELIX_LLM_API_KEY
  • EMBEDDING_* → HELIX_EMBEDDING_*

Stats

19 files changed, +2437 / -279 lines

v0.1.0

29 Nov 14:58

Choose a tag to compare