π Mycelium v0.1.0 / v0.1.1 β first public release + crates.io #148
aimasteracc
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
π Mycelium v0.1.0/v0.1.1 is now public + on crates.io.
I built Mycelium because every "AI + codebase" tool I tried was just
ripgrepwith extra ceremony. When my agent asked "what callsget_user?" it would do 6 round trips of glob β read β guess β regrep. Mycelium replaces that with an actual symbol graph the agent can query in one shot.What it is
A reactive code-intelligence graph for AI agents, written in Rust. Three layers:
On top sits Hyphae, a CSS-selector-style DSL.
function:calls(get_user):in(auth/*)is one query, not six MCP calls. Measured at β€ 30% of the equivalent raw-JSON MCP token count.10 language packs ship out of the box: JS, TS, Python, Rust, Go, Java, C, C++, C#, Ruby. Adding a new language is a 3-file PR under
packs/<lang>/. The core never changes.Try it
(The
mycelium-rcig-*prefix on crates.io is becausemycelium-corewas squatted in 2019 andmycelium-clibelongs to an active bioinformatics project. The installed binary is stillmyceliumβrcig= reactive code intelligence graph.)Engineering bar
What I'd love feedback on
Releases
Issues and PRs are open. β if it helps you.
All reactions