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
# ERROR: exec: with very short timeout on a long-running command
# Expected: run failure — task timed out
schema: nika/workflow@0.12
workflow: exec-timeout-test

tasks:
  - id: slow_cmd
    exec: "sleep 10"
    timeout_ms: 100