- Step1: Install the library via pip: pip install agent-steps
- Step2: Define individual steps by subclassing the Step base class
- Step3: Create a Pipeline or Agent runner and register your steps in sequence
- Step4: Pass initial context or inputs to the pipeline and execute
- Step5: Inspect results, logs, and debug outputs from each step