What is Voicetree?
mainVoicetree is a graph-based mindmap designed for building Human-in-the-Loop (HITL) coding-agent systems. It uses a markdown hypergraph where nodes represent markdown files, folders, or terminal-based agents (e.g., Claude Code, Gemini, etc.), and edges represent connections between them.
Key features include:
- Shared Memory: Humans and agents share the same memory graph, allowing agents to see the same context as the user.
- Recursive Task Decomposition: Agents can break down tasks into subgraphs and spawn child terminals/agents.
- Spatial Organization: Tasks and progress are organized spatially on a graph to reduce cognitive load.
- Context Management: Uses a configurable radius and semantic search to provide agents with relevant context, preventing "context rot" (performance degradation caused by excessive input tokens).