nika 0.35.4

Semantic YAML workflow engine for AI tasks - DAG execution, MCP integration, multi-provider LLM support
Documentation
1
2
3
4
5
6
7
8
9
10
//! LSP Request Handlers
//!
//! Individual handlers for each LSP request type.

pub mod code_action;
pub mod completion;
pub mod definition;
pub mod hover;
pub mod semantic_tokens;
pub mod symbols;