The Plugins section declares each WASM plugin and its configuration.Documentation Index
Fetch the complete documentation index at: https://docs.telophasehq.com/llms.txt
Use this file to discover all available pages before exploring further.
Each plugin is defined under a user-chosen key and referenced in the DAG.
Schema
Language used by the plugin. Options:
go, python, rust.Plugin entry point. For Go and Rust use
., for Python use a file name (e.g., mapper.py).List of input/expected test pairs.
input and expected are filepaths.Example
tangent.yaml
🧠 Notes
- The plugin name (
golangabove) is referenced in the DAG. - Test files are optional but recommended for validating mappers.