Empryo
About
Empryo (successor to SoulForge) was built around the observation that string-level find-and-replace edits are the dominant failure mode of LLM coding agents. On launch it parses the repository with tree-sitter into a live graph of symbols, imports, and call sites, ranked by PageRank and git co-change frequency to estimate blast radius, and graph queries run locally at zero token cost. Edits are batches of atomic symbol-level operations with all-or-nothing rollback and a typecheck gate, and a multi-agent layer routes ten roles (brain, spark, explore, verify, and others) across 22 model providers so cheap models scout while strong models write. It ships as CLI, TUI, desktop app, and headless CLI on macOS, Linux, and Windows, with any MCP server and 576+ LSP servers attachable.