#327 · Primary category: AI Coding Assistants

Empryo

ai ai-agents ai-coding-agent claude-code claude-code-alternative cli code-intelligence coding-agent coding-assistant developer-tools empryo graph llm lsp neovim opencode terminal tree-sitter tui

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