Skip to content

Samples Index

Run these curated samples to see core features in action.

Prerequisites

  • Users: pip install toolweaver
  • If a sample has its own requirements file (e.g., REST client): pip install -r samples/<sample>/requirements.txt
  • Contributors (optional): pip install -e . to test against local source

Note: samples/ are the maintained, runnable demos. examples/ contains older/extended scenarios—start with samples/ unless you need legacy material.

Additional deep dives: - Skills Packaging & Reuse: samples/30-skills-packaging/skills_demo.py - Plugin Extension: samples/31-plugin-extension/plugin_demo.py - Idempotency & Retry (Dispatch): samples/32-idempotency-retry/idempotency_retry_demo.py - REST API Usage (client): samples/29-rest-api-usage/rest_client_demo.py