SDK Examples
The repository includes example plugins that demonstrate the intended extension model.
How to use the examples
Use them to learn:
- how plugin packaging works
- how capabilities are declared
- how plugin outputs are shaped
Do not treat the examples as proof that every integration idea belongs in the plugin surface.
Best practice
When creating a new plugin:
- Start from the smallest example that matches your extension style.
- Keep the plugin focused on synthetic data generation.
- Document the new data surface it produces.
- Add scenario-aware defaults only when they improve reuse instead of hiding complexity.