logoalt Hacker News

UncleOxidanttoday at 2:59 PM2 repliesview on HN

> Utilizes language's AST to decide what to fetch into context,

Does that mean that it's only going to work with certain langauges for which it has parsers available?


Replies

GodelNumberingtoday at 3:21 PM

It uses tree-sitter wasms. Currently, 14 languages are available (https://github.com/dirac-run/dirac/tree/master/src/services/...)

The agent would work even without a language parser, just that the AST-based functionalities won't work

gavinraytoday at 3:11 PM

Yes