mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-09-09 04:00:52 +00:00
* docs: improve pipeline guide onboarding and workflows * fix(docs): correct broken pipeline guide examples from review - Remove Option 1 (register_step_handler + string name): ExecutionEngine never resolves string handler names via step_registry, so it raised TypeError at runtime; replace with the single working pattern - Add missing step_type positional arg to all new add_step() calls - Use connect_steps() for checkpoint dependency instead of the dependencies= kwarg, consistent with every other example in the file - Move extract_entities definition above its call site to fix NameError - Replace docstring on save_checkpoint with inline comment to match the no-docstring convention used by all other handlers in the file --------- Co-authored-by: KaifAhmad1 <kaifahmad087@gmail.com>