22 lines
543 B
YAML
22 lines
543 B
YAML
name: test.example
|
|
version: 0.1.0
|
|
description: A simple test skill for validating the meta.create orchestrator workflow
|
|
inputs:
|
|
- input_data (string) - Test input data
|
|
outputs:
|
|
- output_result (string) - Processed result
|
|
status: active
|
|
permissions:
|
|
- filesystem:read
|
|
entrypoints:
|
|
- command: /test/example
|
|
handler: test_example.py
|
|
runtime: python
|
|
description: A simple test skill for validating the meta.create orchestrator workflow
|
|
artifact_metadata:
|
|
produces:
|
|
- type: test.result
|
|
consumes:
|
|
- type: test.input
|
|
required: true
|