#327 · Primary category: AI Coding Assistants
Empryo
Empryo issue tracker + SoulForge (v2). Empryo is the graph-powered AI coding agent that edits symbols, not strings: AST surgery, full LSP, a live code genome. Get it at https://empryo.com
Project last updated:08/26/26
GitHub Stars
1.0K
Forks
72
Contributors
13
License
Apache-2.0
Why we included this project
In a world where many coding agents settle for grep and string replacement, Empryo stands out by treating your repository as a graph. It parses the whole codebase with tree-sitter at launch, building a live map of symbols, imports, and call sites ranked by PageRank and git co-change. That lets it answer questions like which files depend on a symbol, what historically changes together, and how far a change will ripple. Edits then go through AST operations across 30+ languages, batched atomically with a typecheck gate, so you don't get whitespace breakage. The multi-agent setup can route cheap models to scouting and stronger ones to writing, per tab, across 22 providers or fully local via Ollama, while tracking token cost per model and per session. Running locally on macOS, Linux, or Windows, it's a solid option for teams that want both awareness of dependencies and control over spend.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.