lsp
AI Agent LSP Integration Module for PraisonAI Agents. Provides Language Server Protocol integration for code intelligence:- Diagnostics (errors, warnings)
- Code completion suggestions
- Go to definition
- Find references
- Hover information
- All imports are lazy loaded via getattr
- LSP client only initialized when needed
- No overhead when not in use

