Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:26:08 +08:00
commit 8f22ddf339
295 changed files with 59710 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
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