What problem does it solve?
This Skill helps you understand and correctly use the Kailash Core SDK so you can design workflow automation without getting stuck on node configuration, connections, runtime selection, async patterns, or lifecycle rules.
Core Features & Use Cases
- Workflow fundamentals: Learn the canonical 4-parameter node configuration and the 4-parameter connection syntax for reliable data flow.
- Runtime execution patterns: Choose the right runtime (LocalRuntime vs AsyncLocalRuntime) and execute with the required workflow.build() contract.
- Advanced orchestration: Apply production-grade patterns for cycles, conditional execution, error handling, progress/diagnostics, scheduling, and MCP integration.
- Production readiness: Cover enterprise capabilities like monitoring, validation, debugging, observability, and runtime architecture concepts.
Quick Start
Create a workflow with WorkflowBuilder, wire nodes using 4-parameter connections, build it, then run it with a LocalRuntime context manager using runtime.execute(workflow.build()).