In this framework example operations such as "add_one" (adds 1 to each number), "multiply_by_two" (multiplies each number by 2), "filter_even" (filters out even numbers), and "sum" (calculates the sum of all numbers).
- As this is just an example of a framework, you may modify any of this to your liking