Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
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

