nika 0.20.0

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
11
12
13
{
  "app_name": "Nika",
  "version": "0.14.2",
  "features": {
    "context_loading": true,
    "include_fusion": true,
    "lazy_bindings": true
  },
  "defaults": {
    "provider": "claude",
    "max_turns": 10
  }
}