Capability
2 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →via “26 built-in tools with lsp and ast-grep integration”
omo; the best agent harness - previously oh-my-opencode
Unique: Integrates LSP (Language Server Protocol) and AST-Grep as first-class tools in the agent toolkit, enabling semantic and structural code analysis without requiring agents to implement their own parsers. Tool permission matrices enforce role-based access, preventing agents from using inappropriate tools.
vs others: Provides semantic code analysis via LSP and structural code search via AST-Grep, whereas most agent frameworks rely on regex or simple string matching, enabling more reliable code transformations across language versions.
via “multi-language-ast-parsing-via-tree-sitter”
** - Progressive code-intelligence server: lets AI assistants map structure, fuzzy-find symbols, and assess change-impact across Python, JS/TS, and Go codebases (powered by `ast-grep`)
Unique: Delegates AST parsing to ast-grep (a Rust binary wrapping tree-sitter), avoiding the need to maintain language-specific parsers in Python. This design trades a binary dependency for simplicity and performance—tree-sitter parsing is significantly faster than pure Python AST modules and supports more languages.
vs others: More performant and maintainable than language-specific parser libraries (e.g., ast for Python, @babel/parser for JS) because it uses a single unified tool; more flexible than LSP-based solutions because it doesn't require language servers to be installed for each language.
Building an AI tool with “26 Built In Tools With Lsp And Ast Grep Integration”?
Submit your artifact →curl unfragile.ai/agents.md | sh© 2026 Unfragile. The platform for software for agents.