Discover and explore top open-source AI tools and projects—updated daily.
Martian-EngineeringAI coding agent with lossless context management
Top 98.5% on SourcePulse
Summary Volt is a terminal-based AI coding agent featuring Lossless Context Management (LCM), a deterministic architecture overcoming LLM context window limits. It targets developers and researchers on long-horizon tasks, offering asynchronous compaction, infinite sessions, and reliable memory retrieval, outperforming standard agents on long-context benchmarks.
How It Works Volt's LCM architecture shifts memory management from the LLM to a deterministic, database-backed engine. It uses a dual-state memory: an immutable store for all messages and an active context window. Older messages are asynchronously compacted into summary nodes within a transactional DAG, enabling lossless retrieval without LLM delays or forgetting. This ensures infinite sessions and efficient processing of large data via Operator-Level Recursion tools (LLM-Map, Agentic-Map), delegating iteration to the engine.
Quick Start & Requirements
curl -fsSL https://raw.githubusercontent.com/Martian-Engineering/volt/dev/install | bash. Building from source requires Bun 1.3+.voltcode.json, .env) and setting VOLTCODE_LCM_MODE (dolt or upward) at startup.Highlighted Details
Maintenance & Community Volt is a research preview from Voltropy, forked from the permissively licensed OpenCode project. Specific Voltropy community channels or detailed maintenance signals beyond the research preview status are not provided.
Licensing & Compatibility Forked from OpenCode ("permissively licensed"), Volt's specific license is not explicitly stated, creating ambiguity for commercial use or closed-source linking. Verify license.
Limitations & Caveats
upward LCM mode disables off-context retrieval, limiting retroactive search.1 month ago
Inactive
HazyResearch