Discover and explore top open-source AI tools and projects—updated daily.
GaosCodeFile-backed loop engineering for coding agents
Top 96.3% on SourcePulse
Summary
PlanWeave is a file-backed loop engineering system for long-running coding agents. It transforms fuzzy plans into a structured task graph of claimable blocks, routing them through implementation and review agents within a recoverable local loop. This system enhances complex engineering workflows by providing durable run artifacts, parallel execution, staged checks, and iterative feedback.
How It Works
PlanWeave models projects as a task graph where files are nodes and documents are actionable blocks. This graph-centric approach enables visible, editable task flows, dependencies, and review loops. Agents claim individual blocks for focused implementation or review, receiving scoped graph context. Durable run artifacts are recorded locally, ensuring a recoverable history. This design facilitates parallel implementation, staged checks, and iterative feedback within a single, local environment.
Quick Start & Requirements
npm install -g @planweave-ai/cli or Homebrew brew install GaosCode/tap/planweave. Agent skills: npx skills@latest add GaosCode/PlanWeave.xattr -dr com.apple.quarantine on macOS).DEVELOPMENT.md for source setup.Highlighted Details
Maintenance & Community
The README does not detail community channels, active contributors, sponsorships, or a public roadmap. Development details are referenced in DEVELOPMENT.md.
Licensing & Compatibility
Limitations & Caveats
Desktop application installers are unsigned, requiring manual trust and potential security bypasses. Agent execution relies on external authentication, handled by the provider. Headless MCP server setup requires systemd configuration.
1 week ago
Inactive
langchain-ai