Installation
Caskada is currently available for both Python and TypeScript.
You can install the Python package using pip:
pip install caskada
Alternative: Copy the Source Code
Since Caskada is lightweight and dependency-free, you can also install it by simply copying the source code file directly into your project:
Copy python/caskada.py
Next Steps
Once you have Caskada installed, check out the Getting Started guide to build your first flow, or explore the Core Abstractions to understand the framework's fundamental concepts.
Last updated