Helix-agi: A Local Autonomous Agent Framework

LowDistribution3995 · reddit · 2026-07-15

The author introduces Helix-agi, a local autonomous agent framework developed over several months. It uses a background pulse mechanism to process inputs, messages, and tool returns. Short-cycle pulses enable more frequent reasoning during active conversations, scaling down during idle time. Standard outputs are saved as internal thoughts, while external communication relies on reply/message tools.

The framework features a custom micro-RAG that retrieves previous thoughts, latest messages, and tool returns to extract relevant memories and beliefs into the prompt. Nightly operations include memory condensation, Hebbian relationships, and cosine clustering to generate belief statements, appending high-frequency tool experiences to the tool usage schema. An 8D vector space tracks thought coordinates to infer attention shifts and trigger context compression.

The current prototype runs on Gemini 3 flash and has been operating continuously for nearly 4 months. The next goal is to optimize it for fully local, 7B or smaller models. The main bottleneck is tool-call splitting, which the author plans to address by consolidating tools into primitive actions like read/write/run, orchestrated by sub-agents.

Original post →

More from coding & agent

coding & agent channel →